Searched refs:getExternalAttributesName (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/zip/tests/ |
H A D | oo_externalattributes.phpt | 24 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b), $a, $b); 32 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b), $a, $b); 35 var_dump($zip->getExternalAttributesName('foo.txt', $a, $b, ZipArchive::FL_UNCHANGED), $a, $b);
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.stub.php | 188 public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0) {} function in ZipArchive
|
H A D | php_zip_arginfo.h | 340 ZEND_METHOD(ZipArchive, getExternalAttributesName); 429 …ZEND_ME(ZipArchive, getExternalAttributesName, arginfo_class_ZipArchive_getExternalAttributesName,…
|
H A D | php_zip.c | 2200 PHP_METHOD(ZipArchive, getExternalAttributesName) argument
|
Completed in 17 milliseconds