PEAR_Common::infoFromAny

PEAR_Common::infoFromAny() – Returns package information from different sources

Synopsis

require_once 'PEAR/common.php';

string PEAR_Common::infoFromAny ( string $info )

Description

Returns package information from different sources. This method is able to extract information about a package from a .tgz archive or from a XML package definition file.

Parameter

string $info

Filename of the source ('package.xml', '<package>.tgz')

Return value

string - Package information

Throws

Possible PEAR_Error values
Error code Error value Meaning Solution
  "    

Note

This function can not be called statically.

Download a file through HTTP (Previous) Returns information about a package file (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.