PEAR_Common::infoFromTgzFile

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

Synopsis

require_once 'PEAR/common.php';

array PEAR_Common::infoFromTgzFile ( string $file )

Description

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

Parameter

string $file

.tgz ファイルの名前。

Return value

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

Throws

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

Note

This function can not be called statically.