update : 2015.11.03
php.shukuma.com검색:
|
ZipArchive::getExternalAttributesIndex(PHP 5 >= 5.6.0, PECL zip >= 1.12.4) ZipArchive::getExternalAttributesIndex — Retrieve the external attributes of an entry defined by its index 설명
bool
ZipArchive::GetExternalAttributesIndex
( int
$index
, int &$opsys
, int &$attr
[, int $flags
] )Retrieve the external attributes of an entry defined by its index. 인수
반환값
성공 시 예제This example extract all the entries of a ZIP archive test.zip and set the Unix rights from external attributes. Example #1 Extract all entries with Unix rights
<?php |