AppserverIo\Appserver\Core\Interfaces\ExtractorInterface::flagArchive PHP 메소드

flagArchive() 공개 메소드

Flags the archive in specific states of extraction
public flagArchive ( SplFileInfo $archive, string $flag ) : void
$archive SplFileInfo The archive file
$flag string The flag to set
리턴 void
    public function flagArchive(\SplFileInfo $archive, $flag);