ZipArchive::setExternalAttributesIndex

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

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

描述

public ZipArchive::setExternalAttributesIndex(
    int $index,
    int $opsys,
    int $attr,
    int $flags = 0
): bool

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

参数

index

条目的索引。

opsys

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

attr

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

flags

可选标志。当前未使用。

返回值

成功时返回 true,失败时返回 false

添加备注

用户贡献的备注

此页面没有用户贡献的备注。
To Top