DB_common::getOption()

DB_common::getOption() --  Determines current state of a PEAR DB configuration option

Referentiesamenvatting

mixed getOption (string $option)

Beschrijving

Determines current state of a PEAR DB configuration option

Parameter

string $option

name of the option to examine

Return waarde

mixed the option's value

Throws

Tabel 34-1. Mogelijke PEAR_Error waarden

Error codeError messageReasonSolution
NULL unknown option The given option does not exist Check $option for typographical errors

Note

Deze functie kan niet statisch worden aangeroepen.

Voorbeeld