previousconstructor PEAR_PackageFileManager::
PEAR_PackageFileManager
(Previous)
(Next) PEAR_PackageFileManager::addDependencynext

View this page in Last updated: Tue, 02 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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

Parameter

string $name

name of the option

string $prompt

prompt to display to the user

string $default

default value

Throws

throws PEAR_PACKAGEFILEMANAGER_RUN_SETOPTIONS

Note

This function can not be called statically.

previousconstructor PEAR_PackageFileManager::
PEAR_PackageFileManager
(Previous)
(Next) PEAR_PackageFileManager::addDependencynext

Download Documentation Last updated: Tue, 02 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.