Searched refs:setExternalAttributesIndex (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/zip/tests/ |
H A D | oo_externalattributes.phpt | 19 var_dump($zip->setExternalAttributesIndex($id, ZipArchive::OPSYS_VFAT, 234)); 30 var_dump($zip->setExternalAttributesIndex($id, ZipArchive::OPSYS_AMIGA, 456));
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.stub.php | 181 public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0) {} function in ZipArchive
|
H A D | php_zip_arginfo.h | 337 ZEND_METHOD(ZipArchive, setExternalAttributesIndex); 426 …ZEND_ME(ZipArchive, setExternalAttributesIndex, arginfo_class_ZipArchive_setExternalAttributesInde…
|
H A D | php_zip.c | 2176 PHP_METHOD(ZipArchive, setExternalAttributesIndex) argument
|
Completed in 15 milliseconds