Downloads
Documentation
Get Involved
Help
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
Introducción »
« output_reset_rewrite_vars
Manual de PHP
Referencia de funciones
Afecta el comportamiento de PHP
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Korean
Romanian
Russian
Spanish
Turkish
Other
Edit
Report a Bug
Opciones e Información de PHP
Introducción
Instalación/Configuración
Requerimientos
Instalación
Configuración en tiempo de ejecución
Tipos de recursos
Constantes predefinidas
Funciones de Opciones/Info de PHP
assert_options
— Establecer/obtener valores de las directivas relacionadas con las aserciones
Aserción
— Verifica si la aserción es false
cli_get_process_title
— Returns the current process title
cli_set_process_title
— Sets the process title
dl
— Carga una extensión de PHP durante la ejecución
extension_loaded
— Encontrar si una extensión está cargada
gc_collect_cycles
— Fuerza la recolección de los ciclos de basura existentes
gc_disable
— Desactiva el recolector de referencia circular
gc_enable
— Activa el colector de referencia circular
gc_enabled
— Devuelve el estado del colector de referencia circular
gc_mem_caches
— Reclaims memory used by the Zend Engine memory manager
gc_status
— Gets information about the garbage collector
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
— Devuelve un array asociativo con los nombres de todas las constantes y sus valores
get_extension_funcs
— Devuelve una matriz con los nombres de funciones de un módulo
get_include_path
— Obtiene la opción de configuración include_path actual
get_included_files
— Devuelve un array con los nombres de los archivos incluidos o requeridos
get_loaded_extensions
— Devuelve un array con los nombres de todos los módulos compilados y cargados
get_magic_quotes_gpc
— Obtiene el valor actual de configuración de magic_quotes_gpc
get_magic_quotes_runtime
— Obtiene el valor de configuración activo actual de magic_quotes_runtime
get_required_files
— Alias de get_included_files
get_resources
— Returns active resources
getenv
— Obtiene el valor de una variable de entorno
getlastmod
— Obtiene la hora de la última modificación de la página
getmygid
— Obtener el GID del dueño del script PHP
getmyinode
— Obtiene el inode del script actual
getmypid
— Obtiene el ID del proceso PHP
getmyuid
— Obtiene el UID del dueño del script PHP
getopt
— Obtiene las opciones de la lista de argumentos de la línea de comandos
getrusage
— Obtiene el uso de los recursos actuales
ini_alter
— Alias de ini_set
ini_get_all
— Obtiene todas las opciones de configuración
ini_get
— Devuelve el valor de una directiva de configuración
ini_parse_quantity
— Get interpreted size from ini shorthand syntax
ini_restore
— Restablece el valor de una opción de configuración
ini_set
— Establece el valor de una directiva de configuración
memory_get_peak_usage
— Devuelve el máximo de memoria asignada por PHP
memory_get_usage
— Devuelve la cantidad de memoria asignada a PHP
memory_reset_peak_usage
— Reset the peak memory usage
php_ini_loaded_file
— Recupera la ruta de acceso al archivo php.ini cargado
php_ini_scanned_files
— Devuelve una lista de ficheros .ini procesados del directorio adicional ini
php_sapi_name
— Devuelve el tipo de interfaz que hay entre PHP y el servidor
php_uname
— Devuelve información sobre el sistema operativo en que se está ejecutando PHP
phpcredits
— Imprime los créditos de PHP
phpinfo
— Muestra información sobre la configuración de PHP
phpversion
— Obtiene la versión de PHP
putenv
— Establece el valor de una variable de entorno
restore_include_path
— Restablece el valor de la opción de configuración include_path
set_include_path
— Establece la opción de configuración include_path
set_time_limit
— Limita el tiempo máximo de ejecución
sys_get_temp_dir
— Devuelve la ruta del directorio para archivos temporales
version_compare
— Compara dos números de versiones estandarizados de PHP
zend_thread_id
— Devuelve un identificador único del thread actual
zend_version
— Obtiene la versión del motor Zend actual
add a note
User Contributed Notes
There are no user contributed notes for this page.