PEAR_Common::infoFromDescriptionFile

PEAR_Common::infoFromDescriptionFile() – パッケージファイルについての情報を返す

Synopsis

require_once 'PEAR/common.php';

array PEAR_Common::infoFromDescriptionFile ( string $descfile )

Description

パッケージファイルについての情報を返します。 パッケージ xml ファイルの名前を入力として受け付けます。

Parameter

string $descfile

パッケージ xml ファイルの名前。

Return value

パッケージ情報を含む配列を返します。

Throws

Possible PEAR_Error values
エラーコード エラーの値 意味 対応
  "    

Note

This function can not be called statically.