| DB_common::getOne() | DB_common::getRow() |
| DB | |
| PEAR Manual | |
mixed getOption (
string $option
)
Determines current state of a PEAR DB configuration option
name of the option to examine
mixed the option's value
| Error code | Error message | Reason | Solution |
| NULL | unknown option | The given option does not exist | Check $option for typographical errors |
This function can not be called statically.
Simple getOption() example
|
| DB_common::getOne() | DB_common::getRow() |
| DB | |
| PEAR Manual | |