在线文档教程
PHP
压缩 | Compression

ZipArchive::setExternalAttributesIndex

ZipArchive::setExternalAttributesIndex

(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4)

ZipArchive::setExternalAttributesIndex - 设置由其索引定义的条目的外部属性

描述

bool ZipArchive::setExternalAttributesIndex ( int $index , int $opsys , int $attr [, int $flags ] )

设置由其索引定义的条目的外部属性。

参数

index

入口索引。

opsys

操作系统代码由ZipArchive::OPSYS_常数之一定义。

attr

外部属性。价值取决于操作系统。

flags

可选标志。目前尚未使用。

返回值

成功时返回TRUE或失败时返回FALSE

← ZipArchive::setEncryptionName

ZipArchive::setExternalAttributesName →