close() 공개 메소드

Close the current opened XML file and reset internals
public close ( ) : RDFParser
리턴 RDFParser
예제 #1
0
 /**
  * @covers PHPExiftool\RDFParser::close
  */
 public function testClose()
 {
     $this->object->close();
 }