Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5197539
Hits Heute: 578
max. Hits (10.07.07): 6964
User Online: 37
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

PHP 5. Dynamisches Webpublishing professionell realisieren.
PHP 5. Dynamisches Webpublishing professionell realisieren.

Manuals > PEAR > PEAR_Dependency::callCheckMethod

PEAR_Dependency::callCheckMethod()

PEAR_Dependency::callCheckMethod() -- Maps the xml dependency definition

Description

This method maps the xml dependency definition to the PEAR_Dependency one.

Parameter

mixed &$errmsg

this variable will contains an error message, if check fail

array $opts

An Array with all Dependency entries from the parsed XML package definition, ie:
$opts => Array ( ['type'] => 'pkg', ['rel'] => 'ge', ['version'] => '3.4', ['name'] => 'HTML_Common' );

Return value

mixed - FALSE if all dependencies could be resolved successfully(!); or an PEAR_DEPENDENCY_* constant in case of unresolved dependencies.

Note

This function can not be called statically.


Copyright 1998 - 2009 by I.S.U.M.