Home
last modified time | relevance | path

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

/PHP-8.0/ext/zip/tests/
H A Doo_externalattributes.phpt19 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 Dphp_zip.stub.php181 public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0) {} function in ZipArchive
H A Dphp_zip_arginfo.h337 ZEND_METHOD(ZipArchive, setExternalAttributesIndex);
426 …ZEND_ME(ZipArchive, setExternalAttributesIndex, arginfo_class_ZipArchive_setExternalAttributesInde…
H A Dphp_zip.c2176 PHP_METHOD(ZipArchive, setExternalAttributesIndex) argument

Completed in 14 milliseconds