require_once '/DependencyDB.php';
array|false PEAR_DependencyDB::getDependencies (PEAR_PackageFile_v1|PEAR_PackageFile_v2|array &$pkg)
array|false PEAR_DependencyDB::getDependencies
get an array of all immediate package dependencies of an installed package.
This parameter, if an array, should be in format:
<?php array( 'package' => 'packagename', 'channel' => 'channelname' ); ?>
throws no exceptions thrown
This function can not be called statically.