PEAR_Installer::install()

PEAR_Installer::install() -- Installs package files

Referentiesamenvatting

require_once 'PEAR/Installer.php';

array PEAR_Installer::install (string $pkgfile [, array $options = array()])

Beschrijving

Installs the files within the package file specified.

Parameter

string $pkgfile

path to the package file

array $options

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

Return waarde

array package info if successful

Throws

Tabel 28-1. Mogelijke PEAR_Error waarden

Error codeError valueMeaningSolution
 ""  

Note

Deze functie kan niet statisch worden aangeroepen.