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
Variável e Extensões Relacionadas aos Tipos
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Russian
Spanish
Turkish
Other
Submit a Pull Request
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 a representação de um interno zend value
doubleval
— Sinônimo de floatval
empty
— Determina se a variável é vazia
floatval
— Obtém o valor em ponto flutuante da variável
get_debug_type
— Gets the type name of a variable in a way that is suitable for debugging
get_defined_vars
— Retorna um array com todas variáveis definidas
get_resource_id
— Returns an integer identifier for the given resource
get_resource_type
— Retorna o tipo de resource
gettype
— Obtém o tipo da variável
intval
— Retorna o valor inteiro da variável
is_array
— Verifica se a variável é um array
is_bool
— Verifica se a variável é um boleano
is_callable
— Verifica se o conteúdo da variável pode ser chamado como função
is_countable
— Verify that the contents of a variable is a countable value
is_double
— Sinônimo de is_float
is_float
— Informa se a variável é do tipo float
is_int
— Informa se a variável é do tipo inteiro
is_integer
— Sinônimo de is_int
is_iterable
— Verify that the contents of a variable is an iterable value
is_long
— Sinônimo de is_int
is_null
— Informa se a variável é null
is_numeric
— Informa se a variável é um número ou uma string numérica
is_object
— Informa se a variável é um objeto
is_real
— Sinônimo de is_float
is_resource
— Informa se a variável é um resource
is_scalar
— Informa se é uma váriavel escalar
is_string
— Informa se a variável é do tipo string
isset
— Informa se a variável foi iniciada
print_r
— Imprime informação sobre uma variável de forma legível
serialize
— Generates a storable representation of a value
settype
— Atribui um tipo para a variável
strval
— Retorna o valor string de uma variável
unserialize
— Creates a PHP value from a stored representation
unset
— Destrói a variável especificada
var_dump
— Mostra informações sobre a variável
var_export
— Mostra ou retorna uma representação estruturada de uma variável
+
add a note
User Contributed Notes
There are no user contributed notes for this page.