update : 2015.11.03
php.shukuma.com검색:
|
ZipArchive::setExternalAttributesName(PHP 5 >= 5.6.0, PECL zip >= 1.12.4) ZipArchive::setExternalAttributesName — Set the external attributes of an entry defined by its name 설명
bool
ZipArchive::setExternalAttributesName
( string
$name
, int $opsys
, int $attr
[, int $flags
] )Set the external attributes of an entry defined by its name. 인수
반환값
성공 시 예제This 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 |