Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16556 программистов и 1698 роботов. Сейчас ищут 1777 программистов ...
PEAR_Common::infoFromTgzFile
Вернуться к: PEAR_Common
PEAR_Common::infoFromTgzFile
PEAR_Common::infoFromTgzFile() – Returns information about a package file
Synopsis
require_once 'PEAR/common.php';
array PEAR_Common::infoFromTgzFile ( string $file )
Returns information about a package file. Expects the name of a gzipped tar file as input.
Parameter
- string $file
-
name of .tgz file
Return value
array - array with package information
Throws
Error code | Error value | Meaning | Solution |
---|---|---|---|
" |
Note
This function can not be called statically.
Вернуться к: PEAR_Common