Phar::loadPhar(PECL phar:1.0.0-1.2.1) Phar::loadPhar — Loads any phar archive with an alias ОписаниеThis can be used to read the contents of an external Phar archive. This is most useful for assigning an alias to a phar so that subsequent references to the phar can use the shorter alias, or for loading Phar archives that only contain data and are not intended for execution/inclusion in PHP scripts. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Errors/ExceptionsPharException is thrown if an alias is passed in and the phar archive already has an explicit alias Примеры
Пример #1 A Phar::loadPhar() example Phar::loadPhar can be used anywhere to load an external Phar archive, whereas Phar::mapPhar should be used in a loader stub for a Phar.
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |