PEAR_Common::infoFromTgzFile()
PEAR_Common::infoFromTgzFile() -- Returns information about a package file
Synopsis
require_once 'PEAR/common.php'; |
array
PEAR_Common::infoFromTgzFile (string $file)
Beschreibung
Returns information about a package file.
Expects the name of a gzipped tar file as input.
Parameter
- string
$file
name of .tgz file
Rückgabewert
array -
array with package information
Fehler-Meldungen
Tabelle 32-1. Mögliche Fehler-Arten
| Error code | Error value | Meaning | Solution |
|---|
| | „“ | | |
Hinweise
Diese Methode kann nicht
statisch aufgerufen werden.