PEAR_Common::infoFromTgzFile

PEAR_Common::infoFromTgzFile() – Returns information about a package file

Synopsis

require_once 'PEAR/common.php';

array PEAR_Common::infoFromTgzFile ( string $file )

Description

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

Possible PEAR_Error values
Error code Error value Meaning Solution
  "    

Note

This function can not be called statically.

Returns information about a package file (Previous) Logging method (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.