Searched refs:getExternalAttributesIndex (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/zip/tests/ |
H A D | oo_externalattributes.phpt | 24 var_dump($zip->getExternalAttributesIndex($id, $a, $b), $a, $b); 31 var_dump($zip->getExternalAttributesIndex($id, $a, $b), $a, $b); 34 var_dump($zip->getExternalAttributesIndex($id, $a, $b, ZipArchive::FL_UNCHANGED), $a, $b);
|
/PHP-8.2/ext/zip/ |
H A D | php_zip.stub.php | 812 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0): bool {}
|
H A D | php_zip_arginfo.h | 372 ZEND_METHOD(ZipArchive, getExternalAttributesIndex); 464 …ZEND_ME(ZipArchive, getExternalAttributesIndex, arginfo_class_ZipArchive_getExternalAttributesInde…
|
H A D | php_zip.c | 2264 PHP_METHOD(ZipArchive, getExternalAttributesIndex) argument
|
Completed in 17 milliseconds