Home
last modified time | relevance | path

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

/php-src/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-src/ext/zip/
H A Dphp_zip.stub.php767 …public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0): boo…
H A Dphp_zip_arginfo.h377 ZEND_METHOD(ZipArchive, setExternalAttributesIndex);
469 …ZEND_ME(ZipArchive, setExternalAttributesIndex, arginfo_class_ZipArchive_setExternalAttributesInde…
H A Dphp_zip.c2250 PHP_METHOD(ZipArchive, setExternalAttributesIndex) argument

Completed in 33 milliseconds