previousPEAR_PackageFileManager::addDependency (Previous) (Next) PEAR_PackageFileManager::addPlatformExceptionnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

PEAR_PackageFileManager::addMaintainer

PEAR_PackageFileManager::addMaintainer() – メンテナ一覧にメンテナを追加する

Synopsis

require_once 'PEAR/PackageFileManager.php';

void PEAR_PackageFileManager::addMaintainer ( string $handle , lead|developer|contributor|helper $role , string $name , string $email )

Description

メンテナは、pear.php.net のアカウントを保有している必要があります。 最初のパラメータがアカウント名 (例えば、pear.php.net における Greg Beaver のハンドルは cellog です) となります。すべてのメンテナは、以下の 4 つのうちのいずれかのロールを保持します。

  • lead: 主となるメンテナ

  • developer: プロジェクトにおける重要な開発者

  • contributor: 名前のとおり

  • helper: 同上

最後に、メンテナの名前およびメールアドレスを指定します。

Parameter

string $handle

メンテナの pear.php.net 上のユーザ名。

lead|developer|contributor|helper $role

メンテナのロール。

string $name

メンテナのフルネーム。

string $email

メンテナのメールアドレス。

Throws

例外はスローされません。

Note

This function can not be called statically.

previousPEAR_PackageFileManager::addDependency (Previous) (Next) PEAR_PackageFileManager::addPlatformExceptionnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.