February 2013
Intermediate to advanced
538 pages
20h 55m
English
get_cfg_var
string get_cfg_var(string name)Returns the value of the PHP configuration variable
name. If name
does not exist, get_cfg_var()
returns false. Only those
configuration variables set in a configuration file, as returned by
cfg_file_path(), are returned by
this function—compile-time settings and Apache configuration file
variables are not returned.
Read now
Unlock full access