Web студия "GrandView"
  Главная   Написать Контакты
   
   
О проекте
Руководство php
 

get_cfg_var

(PHP 3, PHP 4, PHP 5)

get_cfg_var --  Gets the value of a PHP configuration option

Description

string get_cfg_var ( string varname )

Returns the current value of the PHP configuration variable specified by varname, or FALSE if an error occurs.

It will not return configuration information set when the PHP was compiled, or read from an Apache configuration file (using the php3_configuration_option directives).

To check whether the system is using a configuration file, try retrieving the value of the cfg_file_path configuration setting. If this is available, a configuration file is being used.

See also ini_get().



get_current_user> <extension_loaded
Last updated: Fri, 26 Jan 2007
 
add a note add a note User Contributed Notes
get_cfg_var
Stephen
10-Jan-2007 11:21
Regarding the statement by the earlier poster that:

"Unfortunately, you almost never want to know the original value in the config file. Instead, you want to know the value currently in effect."

I have found this useful for changing the error reporting levels for a few specific pages while testing. I turn on all error_reporting while testing, but for a few pages I want to turn off notices. So, I put this at the top of the page:

error_reporting(8183);

and this at the bottom:

error_reporting(get_cfg_var('error_reporting'));

to put it back to whatever default I had at the time.
surfchen at gmail dot com
04-Sep-2006 07:00
get_cfg_var returns the value from php.ini directly,while the ini_get returns   the runtime config value. I have tried it on PHP 5.1.6
digitalife at 163 dot com
18-Jan-2003 01:51
ini_get() return the current value of the configuration option.
But the get_cfg_var() always get the value from config file, php.ini. 
------------------------------------------------------

In PHP4.3.0
Новости
11 июля 2007
Сайт запущен
© 2007 info@grandviewstudio.com
Z058440144362 Z348613067571