Manual de PHP
Anterior
Siguiente
LXXIX. opciones e información de PHP
Tabla de contenidos
assert_options
-- Set/get the various assert flags
assert
-- Checks if assertion is
FALSE
dl
-- Loads a PHP extension at runtime
extension_loaded
-- averigua si una extensión ha sido cargada
get_cfg_var
-- Obtiene el valor de una opción de configuración de PHP.
get_current_user
-- Obtiene el nombre del propietario del script PHP actual.
get_defined_constants
-- Returns an associative array with the names of all the constants and their values
get_extension_funcs
-- Returns an array with the names of the functions of a module
get_included_files
-- Returns an array with the names of included or required files
get_loaded_extensions
-- Returns an array with the names of all modules compiled and loaded
get_magic_quotes_gpc
-- Obtiene el valor de la configuración activa actual de las comillas mágicas gpc.
get_magic_quotes_runtime
-- Obtiene el valor de la configuración activa actual de magic_quotes_runtime.
get_required_files
-- Alias of
get_included_files()
getenv
-- Obtiene el valor de una variable de entorno
getlastmod
-- Recupera la fecha/hora de la última modificación de la página.
getmygid
-- Get PHP script owner's GID
getmyinode
-- Recupera el inodo del script actual.
getmypid
-- Obtiene el ID de proceso de PHP.
getmyuid
-- Obtiene el UID del propietario del script PHP.
getopt
-- Gets options from the command line argument list
getrusage
-- Obtiene el consumo actual de recursos.
ini_alter
-- Alias of
ini_set()
ini_get_all
-- Gets all configuration options
ini_get
-- Gets the value of a configuration option
ini_restore
-- Restores the value of a configuration option
ini_set
-- Sets the value of a configuration option
main
-- Dummy for
main()
php_ini_scanned_files
-- Return a list of .ini files parsed from the additional ini dir
php_logo_guid
-- Obtiene el guid logo
php_sapi_name
-- Returns the type of interface between web server and PHP
php_uname
-- Returns information about the operating system PHP was built on
phpcredits
-- Prints out the credits for PHP
phpinfo
-- Recupera gran cantidad de información de PHP.
phpversion
-- Obtiene la versión actual de PHP.
putenv
-- Establece el valor de una variable de entorno.
set_magic_quotes_runtime
-- Establece el valor de la configuración activa actual de magic_quotes_runtime.
set_time_limit
-- limita el tiempo máximo de ejecución
version_compare
-- Compares two "PHP-standardized" version number strings
zend_logo_guid
-- Obtiene el guid zend
zend_version
-- Gets the version of the current Zend engine
Anterior
Inicio
Siguiente
pfpro_version
Subir
assert_options