Join Up!
96806 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousextension_loadedget_current_usernext
Last updated: Tue, 29 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | Finnish | German

get_cfg_var

(PHP 3, PHP 4 )

get_cfg_var -- Obtiene el valor de una opción de configuración de PHP.

Descripción

string get_cfg_var ( string varname)

Devuelve el valor actual de una variable de configuración de PHP especificada en varname, o FALSE si ocurre un error.

No devolverá información de la configuracion cuando el PHP fue compilado, o leído desde un fichero de configuración Apache (utilizando las directivas php3_configuration_option directives).

Para comprobar si el sistema está utilizando un fichero de configuración, intente recuperar el valor de cfg_file_path. Si está disponible, se está utilizando un fichero de configuración.

User Contributed Notes
get_cfg_var
add a note about notes
There are no user contributed notes for this page.
previousextension_loadedget_current_usernext
Last updated: Tue, 29 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST