Source for file Registry-init.php
Documentation is available at Registry-init.php
// quick-load, small memory footprint command configuration
'summary' => 'List Installed Packages In The Default Channel',
'doc' => 'list installed packages from this channel',
'doc' => 'list installed packages from all channels',
If invoked without parameters, this command lists the PEAR packages
installed in your php_dir ({config php_dir}). With a parameter, it
lists the files in a package.
'summary' => 'List Files In Installed Package',
'function' => 'doFileList',
List the files in an installed package.
'summary' => 'Shell Script Test',
'function' => 'doShellTest',
'doc' => '<package> [[relation] version]
Tests if a package is installed in the system. Will exit(1) if it is not.
<relation> The version comparison operator. One of:
<, lt, <=, le, >, gt, >=, ge, ==, =, eq, !=, <>, ne
<version> The version to compare with
'summary' => 'Display information about a package',
Displays information about a package. The package argument may be a
local package file, an URL to a package file, or the name of an
Documentation generated on Mon, 11 Mar 2019 14:15:33 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|