Home
require_once 'PEAR/Installer.php';
array PEAR_Installer::install (string $pkgfile [, array $options = array()])
Installs the files within the package file specified.
path to the package file
installating options, to enable an option use the option name as array key and TRUE or 1 as value.
$options['force'] = 1 - force installation
$options['register-only'] = 1 - update registry but don't install files
$options['upgrade'] = 1 - upgrade existing install
$options['soft'] = 1 - fail silently
array package info if successful
Table 20-1. Possible PEAR_Error values
This function can not be called statically.
© 2002-2004 Active-Venture.com Web Site Hosting Service
Disclaimers: This documentation is provided only for the benefits of our website hosting customers. For authoritative source of the documentation, please refer to http://pear.php.net/manual/
Recommended Resources: