PEAR_Validate::setPackageFile

PEAR_Validate::setPackageFile() – setPackageFile

Synopsis

require_once '/Validate.php';

void PEAR_Validate::setPackageFile ( PEAR_PackageFile_v1|PEAR_PackageFile_v2 &$pf )

Description

検証用のデータを取得するための packagefile オブジェクトを設定します。

Parameter

PEAR_PackageFile_v1|PEAR_PackageFile_v2 &$pf

Throws

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

Note

This function can not be called statically.