PEAR_Dependency2::validateDependency1()

PEAR_Dependency2::validateDependency1()  -- validate a package.xml 1.0 dependency

概要

require_once '/Dependency2.php';

true|PEAR_Error|array PEAR_Dependency2::validateDependency1 (array $dep, array [$params = array()])

説明

Validate a package.xml version 1.0 <dep> dependency.

パラメータ

array $dep

The contents of the <dep> tag as parsed from xml

array $params

The list of PEAR_Downloader_Package objects that will be installed.

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。