Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/tests/
H A Doo_externalattributes.phpt17 var_dump($zip->setExternalAttributesIndex($id, ZipArchive::OPSYS_VFAT, 234));
28 var_dump($zip->setExternalAttributesIndex($id, ZipArchive::OPSYS_AMIGA, 456));
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php194 …public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0): boo… function in ZipArchive
H A Dphp_zip_arginfo.h350 ZEND_METHOD(ZipArchive, setExternalAttributesIndex);
439 …ZEND_ME(ZipArchive, setExternalAttributesIndex, arginfo_class_ZipArchive_setExternalAttributesInde…
H A Dphp_zip.c2185 PHP_METHOD(ZipArchive, setExternalAttributesIndex) argument

Completed in 90 milliseconds