PEAR_PackageFileManager::addDependency | PEAR_PackageFileManager::addPlatformException |
PEAR_PackageFileManager | |
PEAR Manual | |
require_once 'PEAR/PackageFileManager.php'; |
void PEAR_PackageFileManager::addMaintainer (
string $handle
, lead|developer|contributor|helper $role
, string $name
, string $email
)
Every maintainer must have a valid account at pear.php.net. The first parameter is the account name (for instance, cellog is the handle for Greg Beaver at pear.php.net). Every maintainer has one of four possible roles:
lead: the primary maintainer
developer: an important developer on the project
contributor: self-explanatory
helper: ditto
username on pear.php.net of maintainer
role of maintainer
full name of maintainer
email address of maintainer
throws no exceptions thrown
This function can not be called statically.
PEAR_PackageFileManager::addDependency | PEAR_PackageFileManager::addPlatformException |
PEAR_PackageFileManager | |
PEAR Manual | |