Home
last modified time | relevance | path

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

/php-src/ext/zip/tests/
H A Doo_externalattributes.phpt15 var_dump($zip->setExternalAttributesName('foo.txt', ZipArchive::OPSYS_UNIX, 123));
27 var_dump($zip->setExternalAttributesName('foo.txt', ZipArchive::OPSYS_DOS, 345));
/php-src/ext/zip/
H A Dphp_zip.stub.php764 …public function setExternalAttributesName(string $name, int $opsys, int $attr, int $flags = 0): bo…
H A Dphp_zip_arginfo.h374 ZEND_METHOD(ZipArchive, setExternalAttributesName);
466 …ZEND_ME(ZipArchive, setExternalAttributesName, arginfo_class_ZipArchive_setExternalAttributesName,…
H A Dphp_zip.c2215 PHP_METHOD(ZipArchive, setExternalAttributesName) argument

Completed in 17 milliseconds