September 2001
Intermediate to advanced
768 pages
32h 45m
English
string ini_get(string name) Retrieves a configuration value.
Returns:
Value of configuration option; FALSE on error
Description:
Gets the current value of a PHP configuration option.
Version:
Existing since version 4.0
Example:
$option = 'include_path'; echo "Value of $option => ", ini_get($option); |
Read now
Unlock full access