PEAR_DependencyDB::hasWriteAccess (Previous) (Next) PEAR_DependencyDB::rebuildDB

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Plain HTML

PEAR_DependencyDB::installPackage()

PEAR_DependencyDB::installPackage()  -- インストールあるいは更新されるパッケージの依存性を登録する

説明

パッケージがインストールあるいは更新される際にレジストリがこのメソッドを使用し、 パッケージの依存性を依存性データベースに登録します。

パラメータ

PEAR_PackageFile_v2|PEAR_PackageFile_v2 &$package

このパラメータに配列を指定する場合、その書式は次のようになります。

<?php
array(
  'package' => 'パッケージ名',
  'channel' => 'チャネル名'
);
?>

例外・エラー

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

注意

この関数は、スタティックにコールする ことはできません。

PEAR_DependencyDB::hasWriteAccess (Previous) (Next) PEAR_DependencyDB::rebuildDB

Download Documentation Last updated: Sun, 05 Oct 2008
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.