Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16164 программиста и 1779 роботов. Сейчас ищут 1785 программистов ...
ZipArchive::setExternalAttributesIndex - Set the external attributes of an entry defined by its index
Вернуться к: ZipArchive
ZipArchive::setExternalAttributesIndex
(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4)
ZipArchive::setExternalAttributesIndex — Set the external attributes of an entry defined by its index
Описание
bool
ZipArchive::setExternalAttributesIndex
( int
$index
, int $opsys
, int $attr
[, int $flags
] )Set the external attributes of an entry defined by its index.
Список параметров
-
index
-
Index of the entry.
-
opsys
-
The operating system code defined by one of the ZipArchive::OPSYS_ constants.
-
attr
-
The external attributes. Value depends on operating system.
-
flags
-
Optional flags. Currently unused.
Возвращаемые значения
Возвращает TRUE
в случае успешного завершения или FALSE
в случае возникновения ошибки.
Вернуться к: ZipArchive