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()  -- Get a list of dependencies of this installed package

Description

get an array of all immediate package dependencies of an installed package.

Parameter

PEAR_PackageFile_v1|PEAR_PackageFile_v2|array &$pkg

This parameter, if an array, should be in format:

<?php
array(
  'package' => 'packagename',
  'channel' => 'channelname'
);
?>

Throws

throws no exceptions thrown

Note

This function can not be called statically.

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.