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: 32
Scripts: 2828

[ Partner ]

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

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

System Architecture with XML
System Architecture with XML

Manuals > PEAR > PEAR_Dependency::checkPackage

PEAR_Dependency::checkPackage()

PEAR_Dependency::checkPackage() -- check Package dependency

Description

Package dependencies check method

Parameter

string &$errmsg

this variable will contains an error message, if check fail

string $name

Name of the package to test

string $req

Required extension version to compare with

string $relation

How to compare versions with eachother

Return value

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

Note

This function can not be called statically.


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