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
Introdução »
« ReflectionException
Manual do PHP
Referência das Funções
Extensões Relacionadas a Variáveis e Tipos
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Korean
Romanian
Russian
Spanish
Turkish
Other
Edit
Report a Bug
Manipulação de variável
Introdução
Instalação/Configuração
Dependências
Instalação
Configurações em Execução
Tipos de Recurso
Constantes pré-definidas
Funções para Manipulação de variáveis
boolval
— Obtém o valor booleano de uma variável
debug_zval_dump
— Exibe na saída uma representação em string de uma estrutura zval interna
doubleval
— Sinônimo de floatval
empty
— Determina se uma variável está vazia
floatval
— Obtém o valor em ponto flutuante da variável
get_debug_type
— Obtém o nome do tipo de uma variável de forma adequada a depuração
get_defined_vars
— Retorna um array com todas variáveis definidas
get_resource_id
— Retorna um idenficador inteiro para o recurso informado
get_resource_type
— Retorna o tipo de recurso
gettype
— Obtém o tipo de uma variável
intval
— Obtém o valor em número inteiro de uma variável
is_array
— Verifica se a variável é um array
is_bool
— Verifica se a variável é um booleano
is_callable
— Verifica se um valor pode ser chamado como uma função a partir do escopo atual.
is_countable
— Verifica se o conteúdo de uma variável é um valor contável
is_double
— Sinônimo de is_float
is_float
— Verifica se a variável é do tipo float
is_int
— Informa se o tipo de uma variável é um inteiro
is_integer
— Sinônimo de is_int
is_iterable
— Verifica se o conteúdo de uma variável é um valor iterável
is_long
— Sinônimo de is_int
is_null
— Verifica se uma variável é null
is_numeric
— Verifica se uma variável é um número ou uma string numérica
is_object
— Verifica se uma variável é um objeto
is_real
— Sinônimo de is_float
is_resource
— Verifica se uma variável é um recurso
is_scalar
— Verifica se é uma váriavel é escalar
is_string
— Verifica se o tipo de uma variável é string
isset
— Determina se uma variável está declarada e é diferente de null
print_r
— Exibe informação legível sobre uma variável
serialize
— Gera uma representação armazenável de um valor
settype
— Define o tipo de uma variável
strval
— Retorna o valor string de uma variável
unserialize
— Cria um valor PHP a partir de uma representação armazenada
unset
— Remove a definição de uma variável informada
var_dump
— Despeja na saída informações sobre uma variável
var_export
— Mostra ou retorna uma representação string analisável de uma variável
add a note
User Contributed Notes
There are no user contributed notes for this page.