PEAR_DependencyDB::dependsOn (Previous) (Next) PEAR_DependencyDB::
getDependentPackageDependencies

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

PEAR_DependencyDB::getDependencies()

PEAR_DependencyDB::getDependencies()  -- このインストール済みパッケージの依存性の一覧を取得する

説明

インストール済みのパッケージについて、 すべての直接パッケージ依存性を配列で取得します。

パラメータ

PEAR_PackageFile_v1|PEAR_PackageFile_v2|array &$pkg

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

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

例外・エラー

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

注意

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

PEAR_DependencyDB::dependsOn (Previous) (Next) PEAR_DependencyDB::
getDependentPackageDependencies

Download Documentation Last updated: Sun, 07 Sep 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.