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);