PEAR_PackageFile::rawReturn

PEAR_PackageFile::rawReturn() – 検証を行わず、パースした package.xml をエラーチェックなしで返す

Synopsis

require_once '/PackageFile.php';

void PEAR_PackageFile::rawReturn ( )

Description

これは、package-validate コマンドが使用します。

Throws

例外はスローされません。

Note

This function can not be called statically.