__construct() __construct(\PhpZip\Model\ZipContainer $zipContainer) : mixed ZipEntryMatcher constructor. Parameters \PhpZip\Model\ZipContainer $zipContainer Returns mixed —
add() add(string|\PhpZip\Model\ZipEntry|string[]|\PhpZip\Model\ZipEntry[] $entries) : \PhpZip\Model\ZipEntryMatcher Parameters string|\PhpZip\Model\ZipEntry|string[]|\PhpZip\Model\ZipEntry[] $entries Returns \PhpZip\Model\ZipEntryMatcher —
match() match(string $regexp) : \PhpZip\Model\ZipEntryMatcher Parameters string $regexp Returns \PhpZip\Model\ZipEntryMatcher —
invoke() invoke(callable $callable) : mixed Callable function for all select entries. Callable function signature: function(string $entryName)} Parameters callable $callable Returns mixed —
setPassword() setPassword(string|null $password, int|null $encryptionMethod = null) : mixed Parameters string|null $password int|null $encryptionMethod Returns mixed —
setEncryptionMethod() setEncryptionMethod(int $encryptionMethod) : mixed Parameters int $encryptionMethod Returns mixed —