PEAR_PackageFileManager::addConfigureOption()

PEAR_PackageFileManager::addConfigureOption() -- Add an install-time configuration option for building of source

Synopsis

require_once 'PEAR/PackageFileManager.php';

void|PEAR_Error PEAR_PackageFileManager::addConfigureOption (string $name, string $prompt [, string $default = NULL])

Description

This option is only useful to PECL projects that are built upon installation

Paramètres

chaîne de caractères $name

name of the option

chaîne de caractères $prompt

prompt to display to the user

chaîne de caractères $default

default value

Valeurs renvoyées

throws PEAR_PACKAGEFILEMANAGER_RUN_SETOPTIONS

Note

Cette fonction ne peut pas être appelée de façon statique.