Home
last modified time | relevance | path

Searched refs:getExternalAttributesName (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/zip/tests/
H A Doo_externalattributes.phpt24 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 Dphp_zip.stub.php188 public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0) {} function in ZipArchive
H A Dphp_zip_arginfo.h340 ZEND_METHOD(ZipArchive, getExternalAttributesName);
429 …ZEND_ME(ZipArchive, getExternalAttributesName, arginfo_class_ZipArchive_getExternalAttributesName,…
H A Dphp_zip.c2200 PHP_METHOD(ZipArchive, getExternalAttributesName) argument

Completed in 18 milliseconds