PHP » GoLang |
login |
register |
about
|
GoLang ZipArchive::setExternalAttributesName
request it (275)
GoLang replacement for PHP's ZipArchive::setExternalAttributesName
[edit | history]
PHP ZipArchive::setExternalAttributesNamePHP original manual for ZipArchive::setExternalAttributesName [ show | php.net ]ZipArchive::setExternalAttributesName(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4) ZipArchive::setExternalAttributesName — Set the external attributes of an entry defined by its name Description
bool
ZipArchive::setExternalAttributesName
( string
$name
, int $opsys
, int $attr
[, int $flags
] )Set the external attributes of an entry defined by its name. Parameters
Return Values
Returns ExamplesThis example opens a ZIP file archive test.zip and add the file test.txt with its Unix rights as external attributes. Example #1 Archive a file, with its Unix rights
<?php |
more
Recently updated
more
Most requested
more
Last requests
|