|
Phar::delMetadata(PHP >= 5.3.0, PECL phar >= 1.2.0) Phar::delMetadata — Deletes the global metadata of the phar Описание
bool Phar::delMetadata
( void
)
Deletes the global metadata of the phar Список параметров
Возвращаемые значения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 Phar::delMetaData() example
<?php Результат выполнения данного примера: NULL string(8) "hi there" NULL Смотрите также
|
|