Downloads
Documentation
Get Involved
Help
Longhorn PHP 2023 - Call for Papers
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
Introdução »
« output_reset_rewrite_vars
Manual do PHP
Referência das Funções
Afetando o comportamento do PHP
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Russian
Spanish
Turkish
Other
Submit a Pull Request
Report a Bug
Informações e Opções do PHP
Introdução
Instalação/Configuração
Dependências
Instalação
Configurações em Execução
Tipos de Recurso
Constantes pré-definidas
Funções para Opções/Info do PHP
assert_options
— Define/Obtém várias opções do assert
assert
— Confere se uma afirmação é false
cli_get_process_title
— Returns the current process title
cli_set_process_title
— Sets the process title
dl
— Carrega uma extensão do PHP durante a execução
extension_loaded
— Indica quando uma extensão esta carregada
gc_collect_cycles
— Forces collection of any existing garbage cycles
gc_disable
— Deactivates the circular reference collector
gc_enable
— Activates the circular reference collector
gc_enabled
— Returns status of the circular reference collector
gc_mem_caches
— Reclaims memory used by the Zend Engine memory manager
gc_status
— Gets information about the garbage collector
get_cfg_var
— Obtém o valor de uma opção de configuração do PHP
get_current_user
— Obtém o nome do dono do script PHP atual
get_defined_constants
— Retorna uma matriz associativa com os nomes de todas as constantes e seus valores
get_extension_funcs
— Retorna uma matriz com os nomes de funções de um módulo
get_include_path
— Obtém a opção de configuração include_path atual
get_included_files
— Retorna uma matriz com os nomes dos arquivos incluídos ou requeridos
get_loaded_extensions
— Retorna uma matriz com os nomes de todos os módulos compilados e carregados
get_magic_quotes_gpc
— Obtém a configuração atual de magic_quotes_gpc
get_magic_quotes_runtime
— Obtém a configuração ativa para magic_quotes_runtime
get_required_files
— Sinônimo de get_included_files
get_resources
— Returns active resources
getenv
— Obtém uma variável de ambiente
getlastmod
— Obtém o tempo da última modificação na pagina
getmygid
— Obtém o GID do dono do script PHP
getmyinode
— Obtém o inode do script atual
getmypid
— Obtém o ID do processo PHP
getmyuid
— Obtém o UID do dono do script PHP
getopt
— Obtêm opções da linha de comando
getrusage
— Obtém a utilização de recursos
ini_alter
— Sinônimo de ini_set
ini_get_all
— Obtém todas as opções de configuração
ini_get
— Obtém o valor de uma opção de configuração
ini_parse_quantity
— Get interpreted size from ini shorthand syntax
ini_restore
— Restaura o valor de uma opção de configuração
ini_set
— Define o valor de uma opção de configuração
memory_get_peak_usage
— Returns the peak of memory allocated by PHP
memory_get_usage
— Retorna a quantidade de memória alocada para PHP
memory_reset_peak_usage
— Reset the peak memory usage
php_ini_loaded_file
— Retrieve a path to the loaded php.ini file
php_ini_scanned_files
— Retorna uma lista dos arquivos ini interpretados a partir do diretório ini adicional
php_sapi_name
— Retorna o tipo de interface entre o servidor web e o PHP
php_uname
— Retorna informação sobre o sistema operacional que o PHP foi construído
phpcredits
— Mostra os créditos pelo PHP
phpinfo
— Mostra muitas informações sobre o PHP
phpversion
— Obtém a versão atual do PHP
putenv
— Define o valor de uma variável de ambiente
restore_include_path
— Restaura o valor da opção de configuração include_path
set_include_path
— Define a opção de configuração include_path
set_time_limit
— Limita o tempo de execução do script
sys_get_temp_dir
— Returns directory path used for temporary files
version_compare
— Compares two "PHP-standardized" version number strings
zend_thread_id
— Returns a unique identifier for the current thread
zend_version
— Obtém a versão da Zend engine que esta sendo executada
+
add a note
User Contributed Notes
There are no user contributed notes for this page.