|
PharData::delMetadata(PHP >= 5.3.0, PECL phar >= 2.0.0) PharData::delMetadata — Deletes the global metadata of a zip archive Описание
bool PharData::delMetadata
( void
)
Deletes the global metadata of the zip archive Список параметров
Возвращаемые значенияreturns TRUE on success, but it is better to check for thrown exception, and assume success if none is thrown. ОшибкиThrows PharException if errors occur while flushing changes to disk. Примеры
Пример #1 A PharData::delMetaData() example
<?php Результат выполнения данного примера: NULL string(8) "hi there" NULL |
|