PEAR_Dependency2::normalizeDep()
PEAR_Dependency2::normalizeDep()
-- Convert a 1.0 dep into a 2.0 dep
概要
require_once '/Dependency2.php'; |
array
PEAR_Dependency2::normalizeDep
(array
$dep)
説明
This converts an old-style package.xml 1.0 <dep> tag into the format used
by package.xml 2.0. package.xml 2.0 can represent every kind of <dep> tag
in its new syntax.
パラメータ
- array
$dep
The package.xml 1.0 <dep> as parsed from xml.
例外・エラー
throws
no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。