PEAR_Common::infoFromString

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

Synopsis

require_once 'PEAR/common.php';

array PEAR_Common::infoFromString ( string $data )

Description

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

Parameter

string $data

パッケージ xml ファイルの内容。

Return value

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

Throws

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

Note

This function can not be called statically.