Lista de exemplos
Lista de todos os exemplos no manual
- Example#0 - Um exemplo introdutório
- Example#1 - Nosso primeiro script PHP: ola.php
- Example#2 - Como obter informações sobre o PHP
- Example#3 - Imprimindo a variável (Elemento Array)
- Example#4 - Exemplo utilizando estruturas
de controle e funções
- Example#5 - Mesclando entre os modos PHP e HTML
- Example#6 - Um simples formulário HTML
- Example#7 - Imprimindo dados de nosso formulário
- Example#8 - Instruções de Instalação (Apache Versão de Módulo Compartilhado) para PHP
- Example#9 - Instruções de Instalação (Instalação como módulo estático do Apache) para o PHP
- Example#10 - Exemplo de comandos para reinicialização do Servidor Apache
- Example#11 -
- Example#12 -
- Example#13 -
- Example#14 -
- Example#15 -
- Example#16 -
- Example#17 -
- Example#18 -
- Example#19 -
- Example#20 -
- Example#21 -
- Example#22 -
- Example#23 -
- Example#24 -
- Example#25 -
- Example#26 -
- Example#27 -
- Example#28 -
- Example#29 -
- Example#30 -
- Example#31 -
- Example#32 -
- Example#33 -
- Example#34 -
- Example#35 -
- Example#36 -
- Example#37 -
- Example#38 -
- Example#39 -
- Example#40 - Partial lighttpd.conf
- Example#41 - Spawning FastCGI Responders
- Example#42 - Connecting to remote php-fastcgi instances
- Example#43 - Exemplo de instalação de pacote no OpenBSD
- Example#44 - Exemplo de instalação no Debian com Apache 2
- Example#45 - Parando e iniciando o Apache depois do PHP instalado
- Example#46 - Métodos listar pacotes adicionais do PHP 5
- Example#47 - Instalando PHP com MySQL e cURL
- Example#48 - Recommended OpCache configuration
- Example#49 - Recommended WinCache configuration
- Example#50 - Command line to configure IIS and PHP
- Example#51 - Estrutura do pacote PHP 5
- Example#52 - CGI and FastCGI settings in php.ini
- Example#53 - Configuring FastCGI extension to handle PHP requests
- Example#54 - Configuring file access permissions
- Example#55 - Configuring FastCGI and PHP recycling
- Example#56 - Configuring FastCGI timeout settings
- Example#57 - Changing the location of php.ini file
- Example#58 - CGI and FastCGI settings in php.ini
- Example#59 - Creating IIS FastCGI process pool
- Example#60 - Creating handler mapping for PHP requests
- Example#61 - Determining the account used as IIS anonymous identity
- Example#62 - Configuring file access permissions
- Example#63 - Set index.php as a default document in IIS
- Example#64 - Configuring FastCGI and PHP recycling
- Example#65 - Configuring FastCGI timeout settings
- Example#66 - Changing the location of php.ini file
- Example#67 - PHP como um módulo do Apache 1.3.x
- Example#68 - PHP e Apache 1.3.x como CGI
- Example#69 - PHP e Apache 2.0 como Módulo
- Example#70 -
- Example#71 - PHP e Apache 2.x como CGI
- Example#72 - Configurar o Apache para rodar PHP como FastCGI
- Example#73 - Configuração ISAPI do Sambar
- Example#74 - Habilitar a extensão Bzip2 para o PHP-Windows
- Example#75 - Registry changes
- Example#76 - Passando variáveis de ambiente e configurações do PHP para a rotina
- Example#77 - definir as configurações de PHP no nginx.conf
- Example#78 - A função phpinfo
- Example#79 - php.ini Variáveis de ambiente
- Example#80 - Exemplo de arquivo php.ini
- Example#81 - Exemplo de configuração do Apache
- Example#82 -
- Example#83 - Escape avançado usando condições
- Example#84 - Abrindo e Fechando as Tags do PHP
- Example#85 - Literais inteiras
- Example#86 - Overflow de inteiros em sistemas 32-bit
- Example#87 - Overflow de inteiros em sistemas 64-bit
- Example#88 - Exemplo inválido
- Example#89 - Exemplo de delimitação de strings heredoc
- Example#90 - Exemplo de Heredoc em argumentos
- Example#91 - Utilizando o Heredoc na inicialização de valores estáticos
- Example#92 - Usando aspas no Heredoc
- Example#93 - Exemplo de string em Nowdoc
- Example#94 - Exemplo de dado estático
- Example#95 - Simple syntax example
- Example#96 - Alguns exemplos com strings
- Example#97 - Diferenças entre o PHP 5.3 e PHP 5.4
- Example#98 - Um array simples
- Example#99 - Exemplo de conversão de tipo e sobrescrita
- Example#100 - Misturando inteiro e string nas chaves
- Example#101 - Arrays indexados sem chaves
- Example#102 - Chaves em alguns elementos
- Example#103 - Acessando elementos do array
- Example#104 - Referenciando elemento de um array
- Example#105 - Utilizando array()
- Example#106 - Coleção
- Example#107 - Coleção
- Example#108 - Array baseado em 1
- Example#109 - Preenchendo um array
- Example#110 - Ordenando arrays
- Example#111 - Arrays recursivos e multidimensionais
- Example#112 - Exemplos de funções de callback
- Example#113 - Exemplo de Callback utilizando uma Closure
- Example#114 - Valores padrões de variáveis não inicializadas
- Example#115 - Usando global
- Example#116 - Usando $GLOBALS no lugar de global
- Example#117 - Exemplo demonstrando superglobals e escopos
- Example#118 - Exemplo demonstrando a necessidade de variáveis estáticas
- Example#119 - Exemplo de uso de variáveis estáticas
- Example#120 - Variáveis estáticas em funções recursivas
- Example#121 - Declarando variáveis estáticas
- Example#122 - Exemplo de propriedade variável
- Example#123 - Um formulário HTML simples
- Example#124 - Acessando dados de um formulário HTML via POST
- Example#125 - Meios antigos de acessar dados enviados pelo usuário
- Example#126 - Variáveis de formulários mais complexos
- Example#127 - Exemplo setcookie
- Example#128 - Nomes de constantes válidos e inválidos
- Example#129 - Definindo Constantes
- Example#130 - Definindo Constantes usando a palavra-chave const
- Example#131 - Associação
- Example#132 - Ordem de avaliação não definida
- Example#133 - Atribuição por referência
- Example#134 - Operações bitwise AND, OR e XOR em inteiros
- Example#135 - Operações de bit XOR em strings
- Example#136 - Deslocamento de bits em inteiros
- Example#137 - Comparações de boolean e null
- Example#138 - Transcrição do padrão de comparação de array
- Example#139 - Atribuindo um valor padrão
- Example#140 - Comportamento não óbvio do ternário
- Example#141 - Operações aritmétricas em variáveis caractere
- Example#142 - Ilustrando operadores lógicos
- Example#143 - Comparando arrays
- Example#144 - Usando instanceof com classes
- Example#145 - Usando instanceof com herança
- Example#146 - Usando instanceof para verificar se o objeto não é uma
instância da classe
- Example#147 - Usando instanceof para classe
- Example#148 - Usando instanceof com outras variáveis
- Example#149 - Utilizando instanceof para testar outras variáveis
- Example#150 - Evitando que o nome da classe seje verificado e fatal erros com instanceof no PHP 5.0
- Example#151 - Estrutura do switch
- Example#152 - A estrutura do switch permite o uso de strings
- Example#153 - Exemplo de uso do Tick
- Example#154 - Exemplo de uso dos Ticks
- Example#155 - Declarando um encoding para o script.
- Example#156 - Exemplo básico do construtor include
- Example#157 - Inclusão em funções
- Example#158 - Usando include via HTTP
- Example#159 - Comparando valores de retorno do include
- Example#160 - include e a instrução return
- Example#161 - Usando buffer de saída para incluir um arquivo PHP em uma string
- Example#162 - Uso do include_once em um SO case insensitive no PHP 4
- Example#163 - Exemplo da estrutura de controle goto
- Example#164 - Exemplo da estrutura de controle goto em um laço
- Example#165 - Isto não irá funcionar
- Example#166 - Pseudo-código de demonstração de uma função
- Example#167 - Funções definidas condicionalmente
- Example#168 - Funções dentro de funções
- Example#169 - Funções Recursivas
- Example#170 - Passando arrays para funções
- Example#171 - Passando parâmetros de função por referência
- Example#172 - Utilizando parâmetros padrão em funções
- Example#173 - Usando tipos não escalares como valores padrões
- Example#174 - Uso incorreto de parâmetros padrão de função
- Example#175 - Uso correto de parâmetros padrão de função
- Example#176 -
- Example#177 - Declaração de tipos em classes
- Example#178 - Declaração de tipos em interfaces
- Example#179 - Declaração de tipos nulificáveis
- Example#180 - Tipagem estrita
- Example#181 - Tipagem fraca
- Example#182 - Catching TypeError
- Example#183 - Utilizando ... para acessar argumentos variáveis
- Example#184 - Utilizando ... para fornecer argumentos
- Example#185 - Argumentos variáveis com type hint
- Example#186 - Acessando argumentos variáveis no PHP 5.5 e anteriores
- Example#187 - O uso de return
- Example#188 - Retornando um array para devolver vários valores
- Example#189 - Retornando uma referência de uma função
- Example#190 - Declaração de tipo de retorno
- Example#191 - Modo estrito em ação
- Example#192 - Returning an object
- Example#193 - Exemplo de funções variáveis
- Example#194 - Exemplo de chama de método variável
- Example#195 - Método variávei com propriedades estáticas
- Example#196 - Callables complexos
- Example#197 - Exemplo de Função Anonima
- Example#198 - Exemplo de como definir uma função anonima para uma variável
- Example#199 - Herdando variáveis do escopo anterior
- Example#200 - Closures e escopo
- Example#201 - Vinculação automática do $this
- Example#202 - Tentando utilizar o $this de dentro de uma função anônima estática
- Example#203 - Tentando vincular um objeto a uma função anônima estática
- Example#204 - Definição Simples de uma Classe
- Example#205 - Alguns exemplos da pseudo variável $this
- Example#206 - Criando uma instância
- Example#207 - Atribuição de Objetos
- Example#208 - Criando novos objetos
- Example#209 - Acesso a propriedade vs. chamar um método
- Example#210 - Chamando uma função anônima armazenada em uma propriedade
- Example#211 - Herança da Classe Simples
- Example#212 - Resolução de nome da classe
- Example#213 - declaração de propriedades
- Example#214 - Exemplo de uso do nowdoc para inicializar uma propriedade
- Example#215 - Definindo e usando uma constante
- Example#216 - Exemplo com informação estática
- Example#217 - Exemplo de expressão constante
- Example#218 - Modificadores de visibilidade em contantes de classe
- Example#219 - Exemplo de Autoload
- Example#220 - Outro exemplo de Autoload
- Example#221 - Autoload com manipulação de exceções no PHP 5.3.0+
- Example#222 - Autoload com manipulação de exceções no PHP 5.3.0+ - Faltando exceção customizada.
- Example#223 - Usando novos construtores unificados
- Example#224 - Construtores em classes dentro de namespace
- Example#225 - Exemplo de Destrutor
- Example#226 - Declaração de propriedade
- Example#227 - Declaração de método
- Example#228 - Acessando membros privados entre objetos do mesmo tipo
- Example#229 - Exemplo de herança
- Example#230 - :: de fora da definição da classe
- Example#231 - :: de dentro da definição da classe
- Example#232 - Chamando um método pai
- Example#233 - Exemplo de método estático
- Example#234 - Exemplo de propriedade estática
- Example#235 - Exemplo de classe abstrata
- Example#236 - Exemplo de classe abstrata
- Example#237 - Exemplo de Interface
- Example#238 - Interfaces estendíveis
- Example#239 - Interface com herança múltipla
- Example#240 - Interfaces com constantes
- Example#241 - Trait example
- Example#242 - Precedence Order Example
- Example#243 - Alternate Precedence Order Example
- Example#244 - Multiple Traits Usage
- Example#245 - Conflict Resolution
- Example#246 - Changing Method Visibility
- Example#247 - Traits Composed from Traits
- Example#248 - Express Requirements by Abstract Methods
- Example#249 - Static Variables
- Example#250 - Static Methods
- Example#251 - Defining Properties
- Example#252 - Conflict Resolution
- Example#253 - Sobrecarregando propriedades com __get(),
__set(), __isset()
and __unset()
- Example#254 - Sobrecarga de métodos instanciados com __call()
e __callStatic()
- Example#255 - Iteração simples de objetos
- Example#256 - Iteração de Objeto implementando Iterator
- Example#257 - Iteração de Objeto implementado IteratorAggregate
- Example#258 - Sleep e wakeup
- Example#259 - Exemplo Simples
- Example#260 - Usando __invoke()
- Example#261 - Usando __set_state() (desde o PHP 5.1.0)
- Example#262 - Utilizando o __debugInfo()
- Example#263 - Exemplo de métodos final
- Example#264 - Exemplo de classe Final
- Example#265 - Clonando um objeto
- Example#266 - Exemplo de comparação de objetos no PHP 5
- Example#267 - Uso do self::
- Example#268 - Simples uso do static::
- Example#269 - Uso do static:: em um contexto não-estático
- Example#270 - Chamadas repassadas e não repassadas
- Example#271 - Referências e Objetos
- Example#272 - Namespace syntax example
- Example#273 - Declaring a single namespace
- Example#274 - Declaring a single namespace
- Example#275 - Declaring a single namespace with hierarchy
- Example#276 - Declaring multiple namespaces, simple combination syntax
- Example#277 - Declaring multiple namespaces, bracketed syntax
- Example#278 - Declaring multiple namespaces and unnamespaced code
- Example#279 - Declaring multiple namespaces and unnamespaced code
- Example#280 - Accessing global classes, functions and constants from within a namespace
- Example#281 - Dynamically accessing elements
- Example#282 - Dynamically accessing namespaced elements
- Example#283 - __NAMESPACE__ example, namespaced code
- Example#284 - __NAMESPACE__ example, global code
- Example#285 - using __NAMESPACE__ for dynamic name construction
- Example#286 - the namespace operator, inside a namespace
- Example#287 - the namespace operator, in global code
- Example#288 - importing/aliasing with the use operator
- Example#289 - importing/aliasing with the use operator, multiple use statements combined
- Example#290 - Importing and dynamic names
- Example#291 - Importing and fully qualified names
- Example#292 - Illegal importing rule
- Example#293 - Using global space specification
- Example#294 - Accessing global classes inside a namespace
- Example#295 - global functions/constants fallback inside a namespace
- Example#296 - Name resolutions illustrated
- Example#297 - Accessing global classes outside a namespace
- Example#298 - Accessing global classes outside a namespace
- Example#299 - Accessing internal classes in namespaces
- Example#300 - Accessing internal classes, functions or constants in namespaces
- Example#301 - Fully Qualified names
- Example#302 - Qualified names
- Example#303 - Unqualified class names
- Example#304 - Unqualified function or constant names
- Example#305 - Dangers of using namespaced names inside a double-quoted string
- Example#306 - Undefined constants
- Example#307 - Undefined constants
- Example#308 - A classe nativa Exception
- Example#309 - Estendendo a classe Exception (PHP 5.3.0+)
- Example#310 - Lançando uma exceção
- Example#311 - Manipulação de exceções com bloco finally
- Example#312 - Exceções empilhadas
- Example#313 - Implementando range como um generator
- Example#314 - Um exemplo simples de valores yield
- Example#315 - Produzindo um par de chave/valor
- Example#316 - Produzindo valores NULLos
- Example#317 - Produzindo valores por referência
- Example#318 - Uso básico de yield from
- Example#319 - yield from e valores retornados
- Example#320 - Usando referência com variáveis indefinidas
- Example#321 - Referenciando variáveis globais de dentro de funções
- Example#322 - Referências e o comando foreach
- Example#323 - Exemplo da $GLOBALS
- Example#324 - Exemplo da $_SERVER
- Example#325 - Exemplo da $_GET
- Example#326 - Exemplo da $_POST
- Example#327 - Exemplo da $_ENV
- Example#328 - Exemplo da $_COOKIE
- Example#329 - Exemplo da $php_errormsg
- Example#330 - Exemplo da $http_response_header
- Example#331 - Exemplo da $argc
- Example#332 - Exemplo da $argv
- Example#333 - Exemplo da Exception::getMessage
- Example#334 - Exception::getPrevious example
- Example#335 - Exemplo da Exception::getCode
- Example#336 - Exemplo da Exception::getFile
- Example#337 - Exemplo da Exception::getLine
- Example#338 - Exemplo da Exception::getTrace
- Example#339 - Exemplo da Exception::getTraceAsString
- Example#340 - Exemplo da Exception::__toString
- Example#341 - Use a função set_error_handler para transformar mensagens de erro em ErrorException.
- Example#342 - Exemplo do método ErrorException::getSeverity
- Example#343 - Exemplo do método Error::getMessage
- Example#344 - Exemplo do método Error::getPrevious
- Example#345 - Exemplo do método Error::getCode
- Example#346 - Exemplo do método Error::getFile
- Example#347 - Exemplo do método Error::getLine
- Example#348 - Exemplo do método Error::getTrace
- Example#349 - Exemplo do método Error::getTraceAsString
- Example#350 - Exemplo do método Error::__toString
- Example#351 - Utilização básica
- Example#352 - Utilização básica
- Example#353 - Utilização básica
- Example#354 - Exemplo do método ArrayAccess::offsetExists
- Example#355 - Utilização básica
- Example#356 - Exemplo do método Closure::bind
- Example#357 - Closure::bindTo example
- Example#358 - Exemplo do método Closure::call
- Example#359 - Exemplo do método Generator::key
- Example#360 - Usando o método Generator::send para injetar valores
- Example#361 - Lança uma exceção no gerador
- Example#362 - Exemplo básico de uso do parâmetro bindto
- Example#363 - Buscando uma página e enviando dados pelo método POST
- Example#364 - Ignorando redirecionamentos, mas trazendo os cabeçalhos e conteúdo
- Example#365 - Busca uma página e envia dados por POST
- Example#366 - Detecting which URL we ended up on after redirects
- Example#367 - php://temp/maxmemory
- Example#368 - php://filter/resource=<stream to be filtered>
- Example#369 - php://filter/read=<filter list to apply to read chain>
- Example#370 - php://filter/write=<filter list to apply to write chain>
- Example#371 - php://memory and php://temp are not reusable
- Example#372 - Print data:// contents
- Example#373 - Fetch the media type
- Example#374 - Basic usage
- Example#375 - Opening a stream from an active connection
- Example#376 - This $session variable must be kept available!
- Example#377 - Traversing a RAR archive
- Example#378 - Opening an encrypted file (header encryption)
- Example#379 - Checagem fraca de variáveis resulta em....
- Example#380 - ... um ataque ao sistema de arquivos
- Example#381 - Checagem mais segura do nome do arquivo
- Example#382 - Checagem mais segura do nome do arquivo
- Example#383 - Script vulnerável à bytes nulos
- Example#384 - Validando entrada corretamente
- Example#385 - Usando campo de senha hasheado
- Example#386 - Dividinto o result set em páginas ... e criando super-usuários
(PostgreSQL)
- Example#387 - Listando artigos ... e algumas senhas (qualquer banco de dados)
- Example#388 - De reinicializando uma senha ... para ganhando mais privilégios (qualquer banco de dados)
- Example#389 - Atacando o sistema operacional do servidor (MSSQL Server)
- Example#390 - Uma maneira mais segura para compor consultas de paginação
- Example#391 - Atacando variáveis com uma página HTML personalizada
- Example#392 - Explorando variáveis comuns de depuração
- Example#393 - Encontrado variáveis perigosas com E_ALL
- Example#394 - Exemplo de uso incorreto de register_globals = on
- Example#395 - Exemplo de uso de sessões com register_globals ligada ou desligada
- Example#396 - Detecção simples de falsificação de variáveis
- Example#397 - Uso Perigoso de Variáveis
- Example#398 - Desabilitando magic quotes no lado do servidor
- Example#399 - Desabilitando magic quotes em tempo de execução
- Example#400 - Escondendo o PHP como outra linguagem
- Example#401 - Usando extensões desconhecidas para o PHP
- Example#402 - Usando extensão HTML para o PHP
- Example#403 - Exemplo de Autenticação HTTP "Basic"
- Example#404 - Exemplo de autenticação HTTP "Digest"
- Example#405 - Exemplo de Autenticação HTTP forçando um novo nome/senha
- Example#406 - Um formulário XForms simples de busca
- Example#407 - Usando um XForm para popular o $_POST
- Example#408 - Formulário para Upload de Arquivo
- Example#409 - Validando o upload de arquivos
- Example#410 - Enviando uma array de arquivos
- Example#411 - Carregando múltiplos arquivos
- Example#412 - Salvando arquivos HTTP PUT
- Example#413 - Pegando o título de uma página remota
- Example#414 - Guardando informação em um servidor remoto
- Example#415 - Exemplo demonstrando a diferença entre CGI e
SAPI:
- Example#416 -
- Example#417 - Retorna os módulos PHP e Zend embutidos e carregados
- Example#418 - Recebendo um erro de sintaxe ao usar aspas duplas
- Example#419 - Usar aspas simples previne a substituição de variáveis pelo
ambiente de linha de comando
- Example#420 - Usando as opções -B, -R e
-E para contar o número de linhas de um
projeto.
- Example#421 - Use -v para requisitar o nome SAPI
e a versão do PHP e Zend Engine
- Example#422 - --ini exemplo
- Example#423 - uso básico da opção --rf
- Example#424 - exemplo de --rc
- Example#425 - Exemplo de --re
- Example#426 - exemplo de --ri
- Example#427 - Executando scripts PHP como shell scripts
- Example#428 - Script planejado para ser executado na linha de comando (script.php)
- Example#429 - Arquivo batch para rodar um script de linha de comando em PHP (script.bat)
- Example#430 - Executando código usando o shell interativo
- Example#431 - Sugestões de complemento com tab
- Example#432 - Definindo configurações php.ini no shell interativo
- Example#433 - Iniciando o servidor web
- Example#434 - Iniciando o servidor web com um diretório raiz específico
- Example#435 - Usando um script de roteamento
- Example#436 - Verificando o Uso do CLI Web Server
- Example#437 - Tratando de tipos de arquivos não suportados
- Example#438 - Accessando o servidor web CLI de máquinas remotas
- Example#439 - Creating a new zval container
- Example#440 - Displaying zval information
- Example#441 - Increasing refcount of a zval
- Example#442 - Decreasing zval refcount
- Example#443 - Creating a array zval
- Example#444 - Adding already existing element to an array
- Example#445 - Removing an element from an array
- Example#446 - Adding the array itself as an element of it self
- Example#447 - Unsetting $a
- Example#448 - Memory usage example
- Example#449 - GC performance influences
- Example#450 - Running the above script
- Example#451 - Recompiling PHP to enable GC benchmarking
- Example#452 - GC statistics
- Example#453 - all_probes.d for tracing all PHP Static Probes with DTrace
- Example#454 - all_probes.stp for tracing all PHP Static Probes with SystemTap
- Example#455 - An apc.rfc1867 example
- Example#456 - A apc_add example
- Example#457 - apc_bin_load example
- Example#458 - Um exemplo de apc_cache_info
- Example#459 - apc_cas example
- Example#460 - apc_dec example
- Example#461 - Exemplo da função apc_define_constants
- Example#462 - apc_delete_file example
- Example#463 - Um exemplo de apc_delete
- Example#464 - apc_exists example
- Example#465 - Um exemplo de apc_fetch
- Example#466 - apc_inc example
- Example#467 - Exemplo de apc_load_constants
- Example#468 - Um exemplo de apc_sma_info
- Example#469 - Um exemplo de apc_store
- Example#470 - A APCIterator::__construct example
- Example#471 - An apc.rfc1867 example
- Example#472 - A apcu_add example
- Example#473 - A apcu_cache_info example
- Example#474 - apcu_cas example
- Example#475 - apcu_dec example
- Example#476 - A apcu_delete example
- Example#477 - An apcu_entry example
- Example#478 - apcu_exists example
- Example#479 - A apcu_fetch example
- Example#480 - apcu_inc example
- Example#481 - A apcu_sma_info example
- Example#482 - A apcu_store example
- Example#483 - A APCUIterator::__construct example
- Example#484 - Typical session using tcplisten
- Example#485 - apd_callstack example
- Example#486 - apd_clunk example
- Example#487 - apd_continue example
- Example#488 - apd_croak example
- Example#489 - apd_dump_function_table example
- Example#490 - apd_dump_persistent_resources example
- Example#491 - apd_dump_regular_resources example
- Example#492 - apd_echo example
- Example#493 - apd_get_active_symbols example
- Example#494 - apd_set_pprof_trace example
- Example#495 - apd_set_session_trace_socket example
- Example#496 - apd_set_session_trace example
- Example#497 - apd_set_session example
- Example#498 - override_function example
- Example#499 - rename_function example
- Example#500 - Exemplo de bcompiler_load
- Example#501 - Exemplo de chamada à bcompiler_load
- Example#502 - Exemplo de uso de bcompiler_parse_class
- Example#503 - Exemplo de uso de bcompiler_read
- Example#504 - Exemplo de uso de bcompiler_write_class
- Example#505 - Exemplo de uso de bcompiler_write_constant
- Example#506 - Exemplo de uso de bcompiler_write_footer
- Example#507 - Exemplo de uso de bcompiler_write_file
- Example#508 - Exemplo de uso de bcompiler_write_footer
- Example#509 - Exemplo de uso de bcompiler_write_function
- Example#510 - Exemplo de uso de bcompiler_write_functions_from_file
- Example#511 - bcompiler_write_header example
- Example#512 - blenc_encrypt example
- Example#513 - Usando gerenciamento de erro em um script
- Example#514 - debug_backtrace example
- Example#515 - debug_print_backtrace example
- Example#516 - An error_clear_last example
- Example#517 - Um exemplo da error_get_last
- Example#518 - Exemplos de error_log
- Example#519 - Exemplos error_reporting
- Example#520 - Exemplo restore_error_handler
- Example#521 - Manipulação de erros com set_error_handler e trigger_error
- Example#522 - Um exemplo de set_exception_handler
- Example#523 - Exemplo trigger_error
- Example#524 - Getting the data within the PHP application itself (function)
- Example#525 - Example use of gengraph.php
- Example#526 - Listing data via inclued dumps (configuration)
- Example#527 - inclued_get_data example
- Example#528 - Creating large array in a function
- Example#529 - Exemplo de Controle de Saída
- Example#530 - Exemplo ob_end_clean
- Example#531 - Exemplo ob_end_flush
- Example#532 - Um exemplo simples de ob_get_clean
- Example#533 - Um simples exemplo da ob_get_contents
- Example#534 - ob_get_flush example
- Example#535 - Um simples exemplo da ob_get_length
- Example#536 - Exemplo ob_gzhandler
- Example#537 - ob_list_handlers example
- Example#538 - Exemplo de uma função de callback
- Example#539 - Criando um buffer de saída não apagável compatível com PHP 5.3 e 5.4
- Example#540 - output_add_rewrite_var example
- Example#541 - output_reset_rewrite_vars example
- Example#542 - Lida com um assert falho com um manipulador próprio
- Example#543 - Utilizando um manipulador para imprimir uma descrição
- Example#544 - Expectativs sem uma exceção configurada
- Example#545 - Expectativs com uma exceção configurada
- Example#546 - cli_get_process_title example
- Example#547 - cli_set_process_title example
- Example#548 - Exemplosdl
- Example#549 - Exemplo extension_loaded
- Example#550 - A gc_enabled example
- Example#551 - Exemplo da get_defined_constants
- Example#552 - Imprime as funções de XML
- Example#553 - Exemplo get_include_path
- Example#554 - Exemplo get_included_files (abc.php)
- Example#555 - Exemplo da get_loaded_extensions
- Example#556 - Exemplo get_magic_quotes_gpc
- Example#557 - Unfiltered get_resources
- Example#558 - Filtered get_resources
- Example#559 - Exemplo da getlastmod
- Example#560 - Exemplo da getopt
- Example#561 - Exemplo da getrusage
- Example#562 - Exemplo ini_get_all
- Example#563 - Exemplo da memory_get_usage
- Example#564 - php_ini_loaded_file example
- Example#565 - Um exemplo simples para a lista de arquivos ini retornados
- Example#566 - Exemplo php_logo_uid
- Example#567 - Exemplo da php_sapi_name
- Example#568 - Alguns exemplos de php_uname
- Example#569 - Algumas constantes relacionadas com o sistema operacional
- Example#570 - Imprimindo os créditos gerais
- Example#571 - Imprime os desenvolvedores do core e o grupo da documentação
- Example#572 - Imprimindo todos os créditos
- Example#573 - Exemplos phpinfo
- Example#574 - Exemplo phpversion
- Example#575 - Definindo uma variável de ambiente
- Example#576 - Exemplo restore_include_path
- Example#577 - Exemplo set_include_path
- Example#578 - Adicionando mais entradas ao include path
- Example#579 - sys_get_temp_dir example
- Example#580 - version_compare examples
- Example#581 - Exemplo da zend_logo_guid
- Example#582 - zend_thread_id example
- Example#583 - Exemplo zend_version
- Example#584 - Custom Superglobals with runkit.superglobal=_FOO,_BAR in php.ini
- Example#585 - Instantiating a restricted sandbox
- Example#586 - Working with variables in a sandbox
- Example#587 - Calling sandbox functions
- Example#588 - Passing arguments to sandbox functions
- Example#589 - Working with variables in a sandbox
- Example#590 - Accessing parental variables
- Example#591 - A runkit_class_adopt example
- Example#592 - A runkit_class_emancipate example
- Example#593 - A runkit_function_add example
- Example#594 - A runkit_function_copy example
- Example#595 - A runkit_function_redefine example
- Example#596 - runkit_import example
- Example#597 - runkit_method_add example
- Example#598 - runkit_method_copy example
- Example#599 - runkit_method_redefine example
- Example#600 - runkit_method_remove example
- Example#601 - runkit_method_rename example
- Example#602 - runkit_return_value_used example
- Example#603 - Feeding output to a variable
- Example#604 - Habilitando e desabilitando o scream em tempo de execução
- Example#605 - uopz_backup example
- Example#606 - uopz_compose example
- Example#607 - uopz_copy example
- Example#608 - uopz_delete example
- Example#609 - uopz_delete class example
- Example#610 - uopz_extend example
- Example#611 - uopz_flags example
- Example#612 - uopz_function example
- Example#613 - uopz_function class example
- Example#614 - uopz_implement example
- Example#615 - uopz_overload example
- Example#616 - uopz_redefine example
- Example#617 - uopz_rename example
- Example#618 - uopz_rename class example
- Example#619 - uopz_restore example
- Example#620 - uopz_undefine example
- Example#621 - Weakref usage example
- Example#622 - WeakRef usage example
- Example#623 - Weakref::acquire example
- Example#624 - Nested acquire/release example
- Example#625 - Weakref::__construct example
- Example#626 - Weakref::release example
- Example#627 - Weakmap usage example
- Example#628 - wincache.ignorelist example
- Example#629 - Authentication configuration for wincache.php
- Example#630 - Enabling WinCache session handler
- Example#631 - Enabling WinCache functions reroutes
- Example#632 - Reroute.ini file content
- Example#633 - A wincache_fcache_fileinfo example
- Example#634 - A wincache_fcache_meminfo example
- Example#635 - Using wincache_lock
- Example#636 - A wincache_ocache_fileinfo example
- Example#637 - A wincache_ocache_meminfo example
- Example#638 - A wincache_refresh_if_changed example
- Example#639 - A wincache_rplist_fileinfo example
- Example#640 - A wincache_rplist_meminfo example
- Example#641 - A wincache_scache_info example
- Example#642 - A wincache_scache_meminfo example
- Example#643 - wincache_ucache_add with key as a string
- Example#644 - wincache_ucache_add with key as an array
- Example#645 - Using wincache_ucache_cas
- Example#646 - using wincache_ucache_clear
- Example#647 - Using wincache_ucache_dec
- Example#648 - Using wincache_ucache_delete with key as a string
- Example#649 - Usingwincache_ucache_delete with key as an array
- Example#650 - Using wincache_ucache_delete with key as an array where some elements cannot be deleted
- Example#651 - Using wincache_ucache_exists
- Example#652 - wincache_ucache_get with key as a string
- Example#653 - wincache_ucache_get with key as an array
- Example#654 - Using wincache_ucache_inc
- Example#655 - Using wincache_ucache_info
- Example#656 - A wincache_ucache_meminfo example
- Example#657 - wincache_ucache_set with key as a string
- Example#658 - wincache_ucache_set with key as an array
- Example#659 - Using wincache_unlock
- Example#660 - Xhprof example with the optional GUI
- Example#661 - xhprof_disable example
- Example#662 - xhprof_enable examples
- Example#663 - xhprof_sample_disable example
- Example#664 - id3_get_frame_long_name example
- Example#665 - id3_get_frame_short_name example
- Example#666 - id3_get_genre_id example
- Example#667 - id3_get_genre_list example
- Example#668 - id3_get_genre_name example
- Example#669 - id3_get_tag example
- Example#670 - id3_get_tag example
- Example#671 - id3_get_version example
- Example#672 - id3_remove_tag example
- Example#673 - id3_set_tag example
- Example#674 - Opens a new MP3 file and read the title
- Example#675 - Reading an OGG/Vorbis file
- Example#676 - Encode an audio file to OGG/Vorbis
- Example#677 - KADM5 extension overview example
- Example#678 - Example of changing principal's password
- Example#679 - Example of principal's creation
- Example#680 - kadm5_delete_principal example
- Example#681 - kadm5_get_policies example
- Example#682 - kadm5_get_principal example
- Example#683 - kadm5_get_principals example
- Example#684 - KADM5 initialization example
- Example#685 - Example of modifying principal
- Example#686 - Using CHAP passwords
- Example#687 - radius_acct_open example
- Example#688 - radius_add_server example
- Example#689 - radius_auth_open example
- Example#690 - radius_create_request example
- Example#691 - radius_cvt_addr example
- Example#692 - radius_cvt_int example
- Example#693 - radius_cvt_string example
- Example#694 - radius_get_attr example
- Example#695 - radius_get_tagged_attr_data example
- Example#696 - radius_get_tagged_attr_tag example
- Example#697 - radius_get_vendor_attr example
- Example#698 - radius_put_attr example
- Example#699 - radius_put_int example
- Example#700 - radius_put_string example
- Example#701 - radius_put_vendor_attr example
- Example#702 - Writing a string with a specified color to the screen
- Example#703 - ncurses_getmouse example
- Example#704 - Writing a string with a specified color to the screen
- Example#705 - Writing a string with a specified color to the screen
- Example#706 - ncurses_mousemask example
- Example#707 - Writing a string with a specified color to the screen
- Example#708 - Newt Usage Example
- Example#709 - A newt_button example
- Example#710 - A newt_draw_root_text example
- Example#711 - A newt_form_add_component example
- Example#712 - A newt_form_add_components example
- Example#713 - A newt_form example
- Example#714 - A newt_get_screen_size example
- Example#715 - A newt_win_entries example
- Example#716 - Readline Callback Interface Example
- Example#717 - readline
- Example#718 - Um exemplo simples de bzip2
- Example#719 - Exemplo de bzcompress
- Example#720 - bzdecompress
- Example#721 - Exemplo da bzerror
- Example#722 - Exemplo de bzopen
- Example#723 - Exemplo de bzread
- Example#724 - Exemplo de bzwrite
- Example#725 - Using an external file
- Example#726 - Using a file within a phar archive
- Example#727 - Converting a phar archive from phar to tar file format
- Example#728 - phar.extract_list usage example
- Example#729 - phar.cache_list usage example
- Example#730 - A Phar::addEmptyDir example
- Example#731 - A Phar::addFile example
- Example#732 - A Phar::addFromString example
- Example#733 - A Phar::apiVersion example
- Example#734 - A Phar::buildFromDirectory example
- Example#735 - A Phar::buildFromIterator with SplFileInfo
- Example#736 - A Phar::buildFromIterator with other iterators
- Example#737 - A Phar::canCompress example
- Example#738 - A Phar::canWrite example
- Example#739 - A Phar::compress example
- Example#740 - A Phar::compressAllFilesBZIP2 example
- Example#741 - A Phar::compressAllFilesGZ example
- Example#742 - A Phar::compressFiles example
- Example#743 - A Phar::__construct example
- Example#744 - A Phar::convertToData example
- Example#745 - A Phar::convertToExecutable example
- Example#746 - A Phar::copy example
- Example#747 - A Phar::count example
- Example#748 - A Phar::createDefaultStub example
- Example#749 - A Phar::decompress example
- Example#750 - A Phar::decompressFiles example
- Example#751 - A Phar::delMetaData example
- Example#752 - A Phar::delete example
- Example#753 - A Phar::extractTo example
- Example#754 - A Phar::getMetadata example
- Example#755 - A Phar::getStub example
- Example#756 - A Phar::hasMetadata example
- Example#757 - A Phar::interceptFileFuncs example
- Example#758 - A Phar::interceptFileFuncs example
- Example#759 - A Phar::isBuffering example
- Example#760 - A Phar::isCompressed example
- Example#761 - A Phar::loadPhar example
- Example#762 - A Phar::mapPhar example
- Example#763 - A Phar::mount example
- Example#764 - A Phar::mungServer example
- Example#765 - A Phar::offsetExists example
- Example#766 - Phar::offsetGet example
- Example#767 - A Phar::offsetSet example
- Example#768 - A Phar::offsetUnset example
- Example#769 - A Phar::running example
- Example#770 - A Phar::setAlias example
- Example#771 - A Phar::setDefaultStub example
- Example#772 - A Phar::setMetadata example
- Example#773 - A Phar::setStub example
- Example#774 - A Phar::startBuffering example
- Example#775 - A Phar::stopBuffering example
- Example#776 - A Phar::uncompressAllFiles example
- Example#777 - A Phar::unlinkArchive example
- Example#778 - A Phar::webPhar example
- Example#779 - A PharData::addEmptyDir example
- Example#780 - A PharData::addFile example
- Example#781 - A PharData::addFromString example
- Example#782 - A PharData::buildFromDirectory example
- Example#783 - A PharData::buildFromIterator with SplFileInfo
- Example#784 - A PharData::buildFromIterator with other iterators
- Example#785 - A PharData::compress example
- Example#786 - A PharData::compressFiles example
- Example#787 - A PharData::__construct example
- Example#788 - A PharData::convertToData example
- Example#789 - A PharData::convertToExecutable example
- Example#790 - A PharData::copy example
- Example#791 - A PharData::decompress example
- Example#792 - A PharData::decompressFiles example
- Example#793 - A PharData::delMetaData example
- Example#794 - A PharData::delete example
- Example#795 - A PharData::extractTo example
- Example#796 - A PharData::offsetSet example
- Example#797 - A PharData::offsetUnset example
- Example#798 - A Phar::setMetadata example
- Example#799 - A PharFileInfo::chmod example
- Example#800 - A PharFileInfo::compress example
- Example#801 - A PharFileInfo::__construct example
- Example#802 - A PharFileInfo::decompress example
- Example#803 - A PharFileInfo::delMetaData example
- Example#804 - A PharFileInfo::getCRC32 example
- Example#805 - A PharFileInfo::getCompressedSize example
- Example#806 - A PharFileInfo::getMetadata example
- Example#807 - A PharFileInfo::getPharFlags example
- Example#808 - A PharFileInfo::isCRCChecked example
- Example#809 - A PharFileInfo::isCompressed example
- Example#810 - A PharFileInfo::isCompressedBZIP2 example
- Example#811 - A PharFileInfo::isCompressedGZ example
- Example#812 - A PharFileInfo::setCompressedBZIP2 example
- Example#813 - A PharFileInfo::setCompressedGZ example
- Example#814 - A PharFileInfo::setMetadata example
- Example#815 - A PharFileInfo::setUncompressed example
- Example#816 - Rar installation
- Example#817 - On-the-fly decompression
- Example#818 - RAR extension filesystem extraction example
- Example#819 - Estilo orientado à objeto
- Example#820 - Estilo procedural
- Example#821 - Estilo orientado à objeto
- Example#822 - Estilo procedural
- Example#823 - Estilo orientado à objeto
- Example#824 - Estilo procedural
- Example#825 - Estilo orientado à objeto
- Example#826 - Estilo procedural
- Example#827 - Estilo orientado à objeto
- Example#828 - Estilo procedural
- Example#829 - Estilo orientado à objeto
- Example#830 - Estilo procedural
- Example#831 - Estilo orientado à objeto
- Example#832 - Estilo procedural
- Example#833 - Volume Callback
- Example#834 - Estilo orientado à objeto
- Example#835 - Estilo procedural
- Example#836 - RarArchive::__toString example
- Example#837 - RarEntry::extract example
- Example#838 - How to extract all files in archive:
- Example#839 - RarEntry::getAttr example
- Example#840 - RarEntry::getHostOs example (version >= 2.0.0)
- Example#841 - RarEntry::getHostOs example (version <= 1.0.0)
- Example#842 - RarEntry::getMethod example
- Example#843 - RarEntry::getName example
- Example#844 - RarEntry::getPackedSize example
- Example#845 - RarEntry::getStream example
- Example#846 - RarEntry::getUnpackedSize example
- Example#847 - RarEntry::getVersion example
- Example#848 - RarException::isUsingExceptions example
- Example#849 - RarException::setUsingExceptions example
- Example#850 - Criando um arquivo Zip
- Example#851 - Exibindo detalhes dos arquivos e listando-os
- Example#852 - Zip stream wrapper, lendo um OpenOffice meta info
- Example#853 - Exemplo de uso
- Example#854 - Pequeno Exemplo da Zlib
- Example#855 - gzclose example
- Example#856 - Exemplo gzcompress
- Example#857 - Exemplo gzdeflate
- Example#858 - Criando um arquivo gzip
- Example#859 - gzeof example
- Example#860 - Exemplo gzfile
- Example#861 - Exemplo gzgetc
- Example#862 - gzgets example
- Example#863 - Exemplo gzgetss
- Example#864 - Exemplo gzinflate
- Example#865 - Exemplo gzopen
- Example#866 - Exemplo da gzread
- Example#867 - Exemplo da gzseek
- Example#868 - Exemplo da gzwrite
- Example#869 - zlib_encode example
- Example#870 - Exemplo da CrackLib
- Example#871 - random_bytes example
- Example#872 - random_int example
- Example#873 - hash_algos example
- Example#874 - hash_copy example
- Example#875 - example
- Example#876 - Using hash_file
- Example#877 - hash_final example
- Example#878 - hash_hmac_file example
- Example#879 - hash_hmac example
- Example#880 - Incremental hashing example
- Example#881 - hash_pbkdf2 example, basic usage
- Example#882 - hash_update_stream example
- Example#883 - A hash example
- Example#884 - Calculate pre PHP-5.4 tiger hashes with PHP-5.4 and higher
- Example#885 - Encrypt an input value with AES with a 256-bit key under 2.4.x and higher in CBC mode
- Example#886 - mcrypt_create_iv Example
- Example#887 - mcrypt_enc_get_algorithms_name example
- Example#888 - mcrypt_enc_get_modes_name example
- Example#889 - mcrypt_enc_get_supported_key_sizes example
- Example#890 - mcrypt_encrypt Example
- Example#891 - mcrypt_get_block_size example
- Example#892 - mcrypt_get_cipher_name Example
- Example#893 - mcrypt_get_iv_size Example
- Example#894 - mcrypt_get_key_size Example
- Example#895 - mcrypt_list_algorithms Example
- Example#896 - mcrypt_list_modes Example
- Example#897 - mcrypt_module_open Examples
- Example#898 - Using mcrypt_module_open in encryption
- Example#899 - mcrypt_module_self_test example
- Example#900 - mdecrypt_generic Example
- Example#901 - Calcula o MD5 digest e hmac e imprimi como hex
- Example#902 - Listando todas as hashes
- Example#903 - mhash_get_block_size Example
- Example#904 - Exemplo do mhash_get_hash_name
- Example#905 - openssl_cipher_iv_length example
- Example#906 - Creating a self-signed-certificate
- Example#907 - openssl_csr_sign example - signing a
CSR (how to implement your own CA)
- Example#908 - openssl_error_string example
- Example#909 - openssl_get_cert_locations example
- Example#910 - openssl_get_cipher_methods example
- Example#911 - openssl_get_md_methods example
- Example#912 - openssl_open example
- Example#913 - openssl_pkcs12_read example
- Example#914 - openssl_pkcs7_decrypt example
- Example#915 - openssl_pkcs7_encrypt example
- Example#916 - openssl_pkcs7_sign example
- Example#917 - openssl_random_pseudo_bytes example
- Example#918 - openssl_seal example
- Example#919 - openssl_sign example
- Example#920 - openssl_sign example
- Example#921 - openssl_spki_export_challenge example
- Example#922 - openssl_spki_export_challenge example from <keygen>
- Example#923 - openssl_spki_export example
- Example#924 - openssl_spki_export example from <keygen>
- Example#925 - openssl_spki_new example
- Example#926 - openssl_spki_verify example
- Example#927 - openssl_spki_verify example from <keygen>
- Example#928 - openssl_verify example
- Example#929 - openssl_verify example
- Example#930 - password_hash example
- Example#931 - password_hash example setting cost manually
- Example#932 - password_hash example setting salt manually
- Example#933 - password_hash example finding a good cost
- Example#934 - Usage of password_needs_rehash
- Example#935 - password_verify example
- Example#936 - DBA example
- Example#937 - Traversing a database
- Example#938 - dba_handlers Example
- Example#939 - dbx_close exemplo
- Example#940 - Exemplo da dbx_compare
- Example#941 - dbx_connect exemplo
- Example#942 - Exemplo da dbx_error
- Example#943 - Exemplo da dbx_escape_string
- Example#944 - Como tratar o valor retornado
- Example#945 - lista cada nome e tipo de campo
- Example#946 - colocando o conteúdo da propriedade data em uma tabela HTML
- Example#947 - Como tratar requisições "UNBUFFERED"
- Example#948 - Como manipular o valor retornado
- Example#949 - Exemplo da dbx_sort
- Example#950 - Exemplo odbc_fetch_into pré 4.0.6
- Example#951 - Exemplo odbc_fetch_into 4.0.6
- Example#952 - Exemplo odbc_fetch_into 4.2.0
- Example#953 - odbc_next_result
- Example#954 - Exemplos ODBC Setoption
- Example#955 - using PDO::ATTR_DRIVER_NAME
- Example#956 - Connecting to MySQL
- Example#957 - Handling connection errors
- Example#958 - Closing a connection
- Example#959 - Persistent connections
- Example#960 - Executing a batch in a transaction
- Example#961 - Repeated inserts using prepared statements
- Example#962 - Repeated inserts using prepared statements
- Example#963 - Fetching data using prepared statements
- Example#964 - Calling a stored procedure with an output parameter
- Example#965 - Calling a stored procedure with an input/output parameter
- Example#966 - Invalid use of placeholder
- Example#967 - Create a PDO instance and set the error mode
- Example#968 - Create a PDO instance and set the error mode from the constructor
- Example#969 - Displaying an image from a database
- Example#970 - Inserting an image into a database
- Example#971 - Inserting an image into a database: Oracle
- Example#972 - Roll back a transaction
- Example#973 - Committing a basic transaction
- Example#974 - Committing a DDL transaction
- Example#975 - Create a PDO instance via driver invocation
- Example#976 - Create a PDO instance via URI invocation
- Example#977 - Create a PDO instance using an alias
- Example#978 - Retrieving an SQLSTATE code
- Example#979 - Displaying errorInfo() fields for a PDO_ODBC connection to a DB2 database
- Example#980 - Issuing a DELETE statement
- Example#981 - Recuperando atributos de uma conexão com o banco de dados
- Example#982 - Exemplo de PDO::getAvailableDrivers
- Example#983 - Prepare an SQL statement with named parameters
- Example#984 - Prepare an SQL statement with question mark parameters
- Example#985 - Demonstrate PDO::query
- Example#986 - Quoting a normal string
- Example#987 - Quoting a dangerous string
- Example#988 - Quoting a complex string
- Example#989 - Roll back a transaction
- Example#990 - Binding result set output to PHP variables
- Example#991 - Execute a prepared statement with named placeholders
- Example#992 - Execute a prepared statement with question mark placeholders
- Example#993 - Call a stored procedure with an INOUT parameter
- Example#994 - Execute a prepared statement with named placeholders
- Example#995 - Execute a prepared statement with question mark placeholders
- Example#996 - A PDOStatement::closeCursor example
- Example#997 - Counting columns
- Example#998 - PDOStatement::debugDumpParams example with named parameters
- Example#999 - PDOStatement::debugDumpParams example with unnamed parameters
- Example#1000 - Retrieving an SQLSTATE code
- Example#1001 - Displaying errorInfo() fields for a PDO_ODBC connection to a DB2 database
- Example#1002 - Execute a prepared statement with a bound variable and value
- Example#1003 - Execute a prepared statement with an array of insert values (named parameters)
- Example#1004 - Execute a prepared statement with an array of insert values (placeholders)
- Example#1005 - Execute a prepared statement with question mark placeholders
- Example#1006 - Execute a prepared statement using array for IN clause
- Example#1007 - Fetching rows using different fetch styles
- Example#1008 - Fetching rows with a scrollable cursor
- Example#1009 - Construction order
- Example#1010 - Fetch all remaining rows in a result set
- Example#1011 - Fetching all values of a single column from a result set
- Example#1012 - Grouping all values by a single column
- Example#1013 - Instantiating a class for each result
- Example#1014 - Calling a function for each result
- Example#1015 - Return first column of the next row
- Example#1016 - Retrieving column metadata
- Example#1017 - Fetching multiple rowsets returned from a stored procedure
- Example#1018 - Return the number of deleted rows
- Example#1019 - Counting rows returned by a SELECT statement
- Example#1020 - Definindo um modo de carga
- Example#1021 - Insert LOBs in CUBRID PDO
- Example#1022 - Fetch LOBs in CUBRID PDO
- Example#1023 - Insert set in CUBRID PDO with default data type.
- Example#1024 - Specify data type when insert set in CUBRID PDO
- Example#1025 - PDO_CUBRID DSN examples
- Example#1026 - A PDO::cubrid_schema example
- Example#1027 - PDO_DBLIB DSN examples
- Example#1028 - PDO_FIREBIRD DSN example with path
- Example#1029 - PDO_FIREBIRD DSN example with port and path
- Example#1030 - PDO_FIREBIRD DSN example with localhost and path to employee.fdb on Debian system
- Example#1031 - PDO_IBM DSN example using db2cli.ini
- Example#1032 - PDO_IBM DSN example using a connection string
- Example#1033 - PDO_INFORMIX DSN example using odbc.ini
- Example#1034 - PDO_INFORMIX DSN example using a connection string
- Example#1035 - Forçando queries a serem bufferizadas no mysql
- Example#1036 - Configurando o character set como UTF-8 antes do PHP 5.3.6
- Example#1037 - PDO_MYSQL DSN examples
- Example#1038 - PDO_SQLSRV DSN examples
- Example#1039 - PDO_OCI DSN examples
- Example#1040 - PDO_ODBC DSN example (ODBC driver manager)
- Example#1041 - PDO_ODBC DSN example (IBM DB2 uncataloged connection)
- Example#1042 - PDO_ODBC DSN example (Microsoft Access uncataloged connection)
- Example#1043 - PDO_PGSQL DSN examples
- Example#1044 - A PDO::pgsqlLOBCreate example
- Example#1045 - A PDO::pgsqlLOBOpen example
- Example#1046 - A PDO::pgsqlLOBUnlink example
- Example#1047 - PDO_SQLITE DSN examples
- Example#1048 - max_length aggregation function example
- Example#1049 - PDO::sqliteCreateCollation example
- Example#1050 - PDO::sqliteCreateFunction example
- Example#1051 - DSN examples for PDO_4D
- Example#1052 - Basic example with PDO_4D
- Example#1053 - Accessing 4D language from pdo_4d
- Example#1054 - Escaping 4D table names
- Example#1055 - Example of Data Retrieval
- Example#1056 - Example of Data Insertion
- Example#1057 - cubrid_bind example
- Example#1058 - cubrid_bind BLOB/CLOB example
- Example#1059 - cubrid_bind BLOB/CLOB example
- Example#1060 - cubrid_close_prepare example
- Example#1061 - cubrid_close_request example
- Example#1062 - cubrid_col_get example
- Example#1063 - cubrid_col_size example
- Example#1064 - cubrid_column_names example
- Example#1065 - cubrid_column_types example
- Example#1066 - cubrid_commit example
- Example#1067 - cubrid_connect_with_url url without properties example
- Example#1068 - cubrid_connect_with_url url with properties example
- Example#1069 - cubrid_connect example
- Example#1070 - cubrid_current_oid example
- Example#1071 - cubrid_disconnect example
- Example#1072 - cubrid_drop example
- Example#1073 - cubrid_error_code_facility example
- Example#1074 - cubrid_error_code example
- Example#1075 - cubrid_error_msg example
- Example#1076 - cubrid_execute example
- Example#1077 - cubrid_fetch example
- Example#1078 - cubrid_free_result example
- Example#1079 - cubrid_get_charset example
- Example#1080 - cubrid_get_class_name example
- Example#1081 - cubrid_get_client_info example
- Example#1082 - cubrid_get_db_parameter example
- Example#1083 - cubrid_get_query_timeout example
- Example#1084 - cubrid_get_server_info example
- Example#1085 - cubrid_get example
- Example#1086 - cubrid_insert_id example
- Example#1087 - cubrid_is_instance example
- Example#1088 - cubrid_lob_close example
- Example#1089 - cubrid_lob_export example
- Example#1090 - cubrid_lob_get example
- Example#1091 - cubrid_lob_send example
- Example#1092 - cubrid_lob_size example
- Example#1093 - cubrid_lob2_bind example
- Example#1094 - cubrid_lob2_export example
- Example#1095 - cubrid_lob2_export example
- Example#1096 - cubrid_lob2_read example 1
- Example#1097 - cubrid_lob2_read example 2
- Example#1098 - cubrid_lob2_seek64 example
- Example#1099 - cubrid_lob2_seek example
- Example#1100 - cubrid_lob2_write example 1
- Example#1101 - cubrid_lob2_write example 2
- Example#1102 - cubrid_lock_read example
- Example#1103 - cubrid_lock_write example
- Example#1104 - cubrid_move_cursor example
- Example#1105 - cubrid_next_result example
- Example#1106 - cubrid_num_cols example
- Example#1107 - cubrid_num_rows example
- Example#1108 - cubrid_pconnect_with_url url without properties example
- Example#1109 - cubrid_pconnect_with_url url with properties example
- Example#1110 - cubrid_connect example
- Example#1111 - cubrid_prepare example
- Example#1112 - cubrid_put example
- Example#1113 - cubrid_rollback example
- Example#1114 - cubrid_schema example
- Example#1115 - cubrid_seq_drop example
- Example#1116 - cubrid_seq_insert example
- Example#1117 - cubrid_seq_put example
- Example#1118 - cubrid_set_add example
- Example#1119 - cubrid_get_db_parameter example
- Example#1120 - cubrid_set_drop example
- Example#1121 - cubrid_version example
- Example#1122 - cubrid_affected_rows example
- Example#1123 - cubrid_client_encoding example
- Example#1124 - cubrid_close example
- Example#1125 - cubrid_data_seek example
- Example#1126 - cubrid_db_name example
- Example#1127 - cubrid_errno example
- Example#1128 - cubrid_error example
- Example#1129 - cubrid_fetch_array example
- Example#1130 - cubrid_fetch_assoc example
- Example#1131 - cubrid_fetch_field example
- Example#1132 - cubrid_fetch_lengths example
- Example#1133 - cubrid_fetch_object example
- Example#1134 - cubrid_fetch_row example
- Example#1135 - cubrid_field_flags example
- Example#1136 - cubrid_field_len example
- Example#1137 - cubrid_field_name example
- Example#1138 - cubrid_field_seek example
- Example#1139 - cubrid_field_table example
- Example#1140 - cubrid_field_type example
- Example#1141 - cubrid_list_dbs example
- Example#1142 - cubrid_num_fields example
- Example#1143 - cubrid_ping example
- Example#1144 - Invalid Query
- Example#1145 - Valid Query
- Example#1146 - cubrid_real_escape_string example
- Example#1147 - cubrid_result example
- Example#1148 - cubrid_unbuffered_query example
- Example#1149 - cubrid_load_from_glo example
- Example#1150 - cubrid_new_glo example
- Example#1151 - cubrid_save_to_glo example
- Example#1152 - cubrid_send_glo example
- Example#1153 - Inserindo um registro num banco de dados dBase
- Example#1154 - Fechando um banco de dados dBase
- Example#1155 - Criando um banco de dados dBase
- Example#1156 - Mostrando informações do banco de dados de um arquivo dBase
- Example#1157 - Listando todos os membros registrados no banco de dados
- Example#1158 - Exemplo dbase_numfields
- Example#1159 - Lendo todos os registros de um banco de dados
- Example#1160 - Abrindo um banco de dados dBase
- Example#1161 - Limpando um banco de dados dBase
- Example#1162 - Atualizando um registro no banco de dados
- Example#1163 - Exemplo da ibase_blob_get
- Example#1164 - Exemplo da ibase_blob_import
- Example#1165 - Exemplo ibase_connect
- Example#1166 - Exemplo da ibase_execute
- Example#1167 - ibase_fetch_object example
- Example#1168 - Exemplo da ibase_field_info
- Example#1169 - Exemplo da ibase_name_result
- Example#1170 - Exemplo da ibase_num_fields
- Example#1171 - Exemplo da ibase_query
- Example#1172 - Exemplo da ibase_set_event_handler
- Example#1173 - fbsql_close example
- Example#1174 - fbsql_connect example
- Example#1175 - fbsql_create_blob example
- Example#1176 - fbsql_create_clob example
- Example#1177 - fbsql_create_db example
- Example#1178 - fbsql_data_seek example
- Example#1179 - fbsql_create_clob example
- Example#1180 - fbsql_errno Example
- Example#1181 - fbsql_error Example
- Example#1182 - fbsql_fetch_array example
- Example#1183 - fbsql_fetch_assoc example
- Example#1184 - fbsql_fetch_field example
- Example#1185 - fbsql_fetch_object example
- Example#1186 - fbsql_field_name example
- Example#1187 - fbsql_field_type example
- Example#1188 - fbsql_list_dbs example
- Example#1189 - fbsql_list_fields example
- Example#1190 - fbsql_next_result example
- Example#1191 - fbsql_num_rows example
- Example#1192 - fbsql_query example
- Example#1193 - fbsql_query example
- Example#1194 - fbsql_read_blob example
- Example#1195 - fbsql_read_clob example
- Example#1196 - fbsql_table_name example
- Example#1197 - Retrieving the AUTOCOMMIT value for a connection
- Example#1198 - Setting the AUTOCOMMIT value for a connection
- Example#1199 - Binding PHP variables to a prepared statement
- Example#1200 - Calling stored procedures with IN and OUT parameters
- Example#1201 - Inserting a binary large object (BLOB) directly from a file
- Example#1202 - A db2_client_info example
- Example#1203 - Closing a connection
- Example#1204 - Retrieving an SQLSTATE value for a failed connection attempt
- Example#1205 - Retrieving the error message returned by a failed connection attempt
- Example#1206 - Creating a cataloged connection
- Example#1207 - Creating an uncataloged connection
- Example#1208 - Creating a connection with autocommit off by default
- Example#1209 - i5/OS best performance
- Example#1210 - Using trusted context
- Example#1211 - A db2_escape_string example
- Example#1212 - Creating a table with db2_exec
- Example#1213 - Executing a SELECT statement with a scrollable cursor
- Example#1214 - Returning XML data as an SQL ResultSet
- Example#1215 - Performing a "JOIN" with XML data
- Example#1216 - Returning SQL data as part of a larger XML document
- Example#1217 - Preparing and executing an SQL statement with parameter markers
- Example#1218 - Calling a stored procedure with an OUT parameter
- Example#1219 - Returning XML data as an SQL ResultSet
- Example#1220 - Performing a "JOIN" with XML data
- Example#1221 - Returning SQL data as part of a larger XML document
- Example#1222 - Iterating through a forward-only cursor
- Example#1223 - Retrieving specific rows with db2_fetch_array
from a scrollable cursor
- Example#1224 - Iterating through a forward-only cursor
- Example#1225 - Retrieving specific rows with db2_fetch_assoc
from a scrollable cursor
- Example#1226 - Iterating through a forward-only cursor
- Example#1227 - Retrieving specific rows with db2_fetch_both
from a scrollable cursor
- Example#1228 - A db2_fetch_object example
- Example#1229 - Iterating through a result set
- Example#1230 - i5/OS recommended alternatives to db2_fetch_row/db2_result
- Example#1231 - Setting and retrieving parameters through a connection resource
- Example#1232 - A db2_last_insert_id example
- Example#1233 - Iterating through different types of data
- Example#1234 - Calling a stored procedure that returns multiple result sets
- Example#1235 - Retrieving the number of fields in a result set
- Example#1236 - Closing a persistent connection
- Example#1237 - A db2_pconnect example
- Example#1238 - Using trusted context
- Example#1239 - Preparing and executing an SQL statement with parameter markers
- Example#1240 - A db2_result example
- Example#1241 - Rolling back a DELETE statement
- Example#1242 - A db2_server_info example
- Example#1243 - Setting one parameter with a connection resource
- Example#1244 - Setting multiple parameters with a connection resource
- Example#1245 - Setting multiple parameters with an invalid key
- Example#1246 - Setting multiple parameters with an invalid value
- Example#1247 - Setting multiple parameters with a connection resource and the wrong type
- Example#1248 - Setting multiple parameters with the wrong resource
- Example#1249 - Putting it all together
- Example#1250 - i5/OS cursors are read-only
- Example#1251 - Informix affected rows
- Example#1252 - Closing a Informix connection
- Example#1253 - Connect to a Informix database
- Example#1254 - ifx_do Example
- Example#1255 - ifx_errormsg example
- Example#1256 - Informix fetch rows
- Example#1257 - Informix SQL fieldproperties
- Example#1258 - Fieldnames and SQL fieldtypes
- Example#1259 - Retrieve Informix sqlca.sqlerrd[x] values
- Example#1260 - Informix results as HTML table
- Example#1261 - ifx_num_fields Example
- Example#1262 - Show all rows of the "orders" table as a HTML table
- Example#1263 - Insert some values into the "catalog" table
- Example#1264 - Example usage of PassEnv for Ingres
- Example#1265 - Simple Ingres Example
- Example#1266 - ingres_charset - Get the installation character set
- Example#1267 - Open a connection to an Ingres database
- Example#1268 - Get cursor name for a query resource
- Example#1269 - Get the last Ingres error number generated
- Example#1270 - Get a message for the last error generated
- Example#1271 - Get the last SQLSTATE error code generated
- Example#1272 - Escape special characters for use in a query
- Example#1273 - Fetch a row of result into an array
- Example#1274 - Fetch a row into an associative array
- Example#1275 - Fetch a row into an object
- Example#1276 - Get the return value from a procedure call
- Example#1277 - Fetch a row of result into an enumerated array
- Example#1278 - Free a result resource
- Example#1279 - Send a simple select
- Example#1280 - Passing query parameters to ingres_query
- Example#1281 - Inserting a BLOB with parameter types
- Example#1282 - Position the cursor on the 3rd row
- Example#1283 - Set date_format to ISO4
- Example#1284 - Set timezone to HONG-KONG
- Example#1285 - Issue a simple un-buffered select
- Example#1286 - Passing query parameters to ingres_unbuffered_query
- Example#1287 - Inserting a BLOB with parameter types
- Example#1288 - MaxDB extension overview example
- Example#1289 - Example for use of SELECT INTO statements
- Example#1290 - Example fore using database procedures
- Example#1291 - Estilo orientado à objeto
- Example#1292 - Estilo procedural
- Example#1293 - Estilo orientado à objeto
- Example#1294 - Estilo procedural
- Example#1295 - Estilo orientado à objeto
- Example#1296 - Estilo procedural
- Example#1297 - Estilo orientado à objeto
- Example#1298 - Estilo procedural
- Example#1299 - Estilo orientado à objeto
- Example#1300 - Estilo procedural
- Example#1301 - maxdb_connect_errno sample
- Example#1302 - maxdb_connect_error sample
- Example#1303 - Estilo orientado à objeto
- Example#1304 - Estilo procedural
- Example#1305 - Estilo orientado à objeto
- Example#1306 - Estilo procedural
- Example#1307 - Estilo procedural
- Example#1308 - Estilo orientado à objeto
- Example#1309 - Estilo procedural
- Example#1310 - Estilo orientado à objeto
- Example#1311 - Estilo procedural
- Example#1312 - Estilo orientado à objeto
- Example#1313 - Estilo procedural
- Example#1314 - Estilo orientado à objeto
- Example#1315 - Estilo procedural
- Example#1316 - Estilo orientado à objeto
- Example#1317 - Estilo procedural
- Example#1318 - Estilo orientado à objeto
- Example#1319 - Estilo procedural
- Example#1320 - Estilo orientado à objeto
- Example#1321 - Estilo procedural
- Example#1322 - Estilo orientado à objeto
- Example#1323 - Estilo procedural
- Example#1324 - Estilo orientado à objeto
- Example#1325 - Estilo procedural
- Example#1326 - Estilo orientado à objeto
- Example#1327 - Estilo procedural
- Example#1328 - Estilo orientado à objeto
- Example#1329 - Estilo procedural
- Example#1330 - Estilo orientado à objeto
- Example#1331 - Estilo procedural
- Example#1332 - Estilo orientado à objeto
- Example#1333 - Estilo procedural
- Example#1334 - maxdb_get_client_info
- Example#1335 - maxdb_get_client_version
- Example#1336 - Estilo orientado à objeto
- Example#1337 - Estilo procedural
- Example#1338 - Estilo orientado à objeto
- Example#1339 - Estilo procedural
- Example#1340 - Estilo orientado à objeto
- Example#1341 - Estilo procedural
- Example#1342 - Estilo orientado à objeto
- Example#1343 - Estilo procedural
- Example#1344 - Estilo orientado à objeto
- Example#1345 - Estilo procedural
- Example#1346 - Estilo orientado à objeto
- Example#1347 - Estilo procedural
- Example#1348 - Estilo orientado à objeto
- Example#1349 - Estilo procedural
- Example#1350 - Estilo orientado à objeto
- Example#1351 - Estilo procedural
- Example#1352 - Estilo orientado à objeto
- Example#1353 - Estilo procedural
- Example#1354 - Estilo orientado à objeto
- Example#1355 - Estilo procedural
- Example#1356 - Estilo orientado à objeto
- Example#1357 - Estilo procedural
- Example#1358 - Estilo orientado à objeto
- Example#1359 - Estilo procedural
- Example#1360 - Estilo orientado à objeto
- Example#1361 - Estilo procedural
- Example#1362 - Estilo orientado à objeto
- Example#1363 - Estilo procedural
- Example#1364 - Estilo orientado à objeto
- Example#1365 - Estilo procedural
- Example#1366 - Estilo procedural
- Example#1367 - Estilo orientado à objeto
- Example#1368 - Estilo procedural
- Example#1369 - Estilo orientado à objeto
- Example#1370 - Estilo procedural
- Example#1371 - Estilo orientado à objeto
- Example#1372 - Estilo procedural
- Example#1373 - Estilo orientado à objeto
- Example#1374 - Estilo procedural
- Example#1375 - Estilo orientado à objeto
- Example#1376 - Estilo procedural
- Example#1377 - Estilo orientado à objeto
- Example#1378 - Estilo procedural
- Example#1379 - Estilo procedural (SELECT INTO)
- Example#1380 - Estilo procedural (DB procedure)
- Example#1381 - Estilo orientado à objeto (extended syntax)
- Example#1382 - Estilo orientado à objeto
- Example#1383 - Estilo procedural
- Example#1384 - Estilo orientado à objeto
- Example#1385 - Estilo procedural
- Example#1386 - Estilo orientado à objeto
- Example#1387 - Estilo procedural
- Example#1388 - Estilo orientado à objeto
- Example#1389 - Estilo procedural
- Example#1390 - Estilo orientado à objeto
- Example#1391 - Estilo procedural
- Example#1392 - Estilo orientado à objeto
- Example#1393 - Estilo procedural
- Example#1394 - Estilo orientado à objeto
- Example#1395 - Estilo procedural
- Example#1396 - Estilo orientado à objeto
- Example#1397 - Estilo procedural
- Example#1398 - Estilo orientado à objeto
- Example#1399 - Estilo procedural
- Example#1400 - Estilo orientado à objeto
- Example#1401 - Estilo procedural
- Example#1402 - Estilo orientado à objeto
- Example#1403 - Estilo procedural
- Example#1404 - Estilo orientado à objeto
- Example#1405 - Estilo procedural
- Example#1406 - Estilo orientado à objeto
- Example#1407 - Estilo procedural
- Example#1408 - Estilo orientado à objeto
- Example#1409 - Estilo procedural
- Example#1410 - Estilo orientado à objeto
- Example#1411 - Estilo procedural
- Example#1412 -
- Example#1413 -
- Example#1414 -
- Example#1415 -
- Example#1416 -
- Example#1417 -
- Example#1418 -
- Example#1419 -
- Example#1420 -
- Example#1421 -
- Example#1422 -
- Example#1423 -
- Example#1424 -
- Example#1425 -
- Example#1426 -
- Example#1427 - Connection URI read preferences with query string syntax
- Example#1428 - Setting read preferences with array syntax for tag sets
- Example#1429 - Passing a WriteConcern to a write operation
- Example#1430 - Connection string WriteConcerns
- Example#1431 - MongoDB::setWriteConcern and MongoCollection::setWriteConcern
- Example#1432 - Unacknowledged WriteConcern, followed with Acknowledged Write
- Example#1433 - Acknowledged Writes
- Example#1434 - Majority Acknowledged Write
- Example#1435 - Acknowledged and Journaled Write
- Example#1436 - Connect to MongoDB Instance with SSL Encryption
- Example#1437 - Connect to MongoDB Instance with SSL Encryption, verifying it is who we think it is
- Example#1438 - Connect to MongoDB Instance that Requires Client Certificates
- Example#1439 - Authenticating with X.509 certificates
- Example#1440 - Authenticating against the "admin" database
- Example#1441 - Authenticating against normal databases
- Example#1442 - ReplicaSet seed list
- Example#1443 - Wrong replica set name duplication
- Example#1444 - Correct use of two replica set names
- Example#1445 -
- Example#1446 -
- Example#1447 -
- Example#1448 -
- Example#1449 -
- Example#1450 -
- Example#1451 - Inheriting read preferences from the database level down to the cursor
- Example#1452 -
- Example#1453 -
- Example#1454 -
- Example#1455 -
- Example#1456 -
- Example#1457 -
- Example#1458 -
- Example#1459 - MongoClient basic usage
- Example#1460 - MongoClient::close example
- Example#1461 - MongoClient::__construct replica set example
- Example#1462 - Connecting to a domain socket
- Example#1463 - MongoClient::__construct authentication example
- Example#1464 - MongoClient::__construct read preference example
- Example#1465 - MongoClient::__construct options example
- Example#1466 - MongoClient::__construct read preference example
- Example#1467 - MongoClient::getConnections example
- Example#1468 - MongoClient::getReadPreference return value example
- Example#1469 - MongoClient::getWriteConcern return value example
- Example#1470 - MongoClient::killCursor example
- Example#1471 - MongoClient::listDBs example
- Example#1472 - MongoClient::selectCollection example
- Example#1473 - MongoClient::setReadPreference tag set array syntax example
- Example#1474 - MongoClient::setWriteConcern example
- Example#1475 - Selecting a database
- Example#1476 - MongoDB::command "distinct" example
- Example#1477 - MongoDB::command "distinct" example
- Example#1478 - MongoDB::command MapReduce example
- Example#1479 - MongoDB::command "geoNear" example
- Example#1480 - MongoDB::createCollection capped collection example
- Example#1481 - MongoDB::createDBRef example
- Example#1482 - MongoDB::createDBRef example
- Example#1483 - MongoDB::drop example
- Example#1484 - Simple MongoDB::execute example
- Example#1485 - Parameter MongoDB::execute example
- Example#1486 - Scope example
- Example#1487 - MongoDB::getCollectionInfo example
- Example#1488 - MongoDB::getCollectionNames example
- Example#1489 - MongoDB::getDBRef example
- Example#1490 - MongoDB::getGridFS example
- Example#1491 - MongoDB::getReadPreference return value example
- Example#1492 - MongoDB::getWriteConcern return value example
- Example#1493 - MongoDB::lastError NULL error example
- Example#1494 - MongoDB::lastError duplicate key example
- Example#1495 - MongoDB::listCollections example
- Example#1496 - MongoDB::repair example
- Example#1497 - MongoDB::setReadPreference tag set array syntax example
- Example#1498 - MongoDB::setWriteConcern example
- Example#1499 - MongoCollection::aggregate example
- Example#1500 - MongoCollection::aggregate example
- Example#1501 - MongoCollection::aggregate example
- Example#1502 - MongoCollection::aggregate with command options
- Example#1503 - MongoCollection::aggregateCursor example
- Example#1504 - MongoCollection::aggregateCursor
example with different initial batch size
- Example#1505 - MongoCollection::batchInsert example
- Example#1506 - MongoCollection::batchInsert example with
ignoring errors
- Example#1507 - MongoCollection::count example
- Example#1508 - MongoCollection::createDBRef example
- Example#1509 - MongoCollection::createIndex example
- Example#1510 - Geospatial Indexing
- Example#1511 - Drop duplicates example
- Example#1512 - MongoCollection::deleteIndex example
- Example#1513 - MongoCollection::deleteIndexes example
- Example#1514 - MongoCollection::distinct example
- Example#1515 - MongoCollection::distinct example on a embedded document
- Example#1516 - MongoCollection::drop example
- Example#1517 - MongoCollection::ensureIndex example
- Example#1518 - Geospatial Indexing
- Example#1519 - Drop duplicates example
- Example#1520 - MongoCollection::find example
- Example#1521 - MongoCollection::find example
- Example#1522 - MongoCollection::find example using $where
- Example#1523 - MongoCollection::find example using $in
- Example#1524 - Getting results as an array
- Example#1525 - MongoCollection::findAndModify example
- Example#1526 - MongoCollection::findAndModify error handling
- Example#1527 - MongoCollection::findOne document by its id.
- Example#1528 - MongoCollection::findOne document by some condition.
- Example#1529 - MongoCollection::getDBRef example
- Example#1530 - MongoCollection::getIndexInfo example
- Example#1531 - MongoCollection::getName example
- Example#1532 - MongoCollection::getReadPreference return value example
- Example#1533 - MongoCollection::getWriteConcern return value example
- Example#1534 - MongoCollection::group example
- Example#1535 - MongoCollection::group example
- Example#1536 - Passing a keys function
- Example#1537 - MongoCollection::insert _id example
- Example#1538 - MongoCollection::insert acknowledged write example
- Example#1539 - MongoCollection::parallelCollectionScan example
- Example#1540 - MongoCollection::remove with justOne example
- Example#1541 - MongoCollection::save example
- Example#1542 - MongoCollection::setReadPreference tag set array syntax example
- Example#1543 - MongoDB::setWriteConcern example
- Example#1544 - MongoCollection::toIndexString example
- Example#1545 - MongoCollection::__toString example
- Example#1546 - MongoCollection::update
- Example#1547 - MongoCollection::update upsert examples
- Example#1548 - MongoCollection::update multiple example
- Example#1549 - MongoCursor basic usage
- Example#1550 - Iterating over MongoCursor
- Example#1551 - Adding options to MongoCursor
- Example#1552 - Adding a comment with MongoCursor::addOption example
- Example#1553 - MongoCursor::addOption example
- Example#1554 - MongoCursor::awaitData example
- Example#1555 - MongoCursor::batchSize and combinations with
MongoCursor::limit
- Example#1556 - MongoCursor::count example
- Example#1557 - MongoCursor::doQuery example
- Example#1558 - MongoCursor::explain example
- Example#1559 - MongoCursor::getReadPreference return value example
- Example#1560 - MongoCursor::info example
- Example#1561 - MongoCursor::maxTimeMS example
- Example#1562 - MongoCursor::setFlag example
- Example#1563 - MongoCursor::setReadPreference tag set array syntax example
- Example#1564 - MongoCursor::slaveOkay example
- Example#1565 - MongoCursor::sort example
- Example#1566 - MongoCursor::tailable example
- Example#1567 - MongoCursor::timeout example
- Example#1568 - Adding options to MongoCommandCursor
- Example#1569 - MongoCommandCursor::batchSize
- Example#1570 - MongoCommandCursor example
- Example#1571 - MongoCommandCursor::createFromDocument
- Example#1572 - MongoCommandCursor::getReadPreference return value example
- Example#1573 - MongoCommandCursor::info example
- Example#1574 - MongoCommandCursor::rewind
- Example#1575 - MongoCommandCursor::setReadPreference tag set array syntax example
- Example#1576 - MongoCommandCursor::timeout example
- Example#1577 - MongoId::__construct example
- Example#1578 - Parameter example
- Example#1579 - MongoId::__toString example
- Example#1580 - MongoCode::__construct example
- Example#1581 - Using MongoCode with $where
- Example#1582 - MongoCode::__toString example
- Example#1583 - Storing dates with MongoDate
- Example#1584 - MongoDate::__construct example
- Example#1585 - MongoDate::toDateTime example
- Example#1586 - Regular expression pattern
- Example#1587 - MongoRegex::__construct example
- Example#1588 - MongoRegex::__toString example
- Example#1589 -
- Example#1590 - Linking documents
- Example#1591 - Creating MongoDBRef links
- Example#1592 - MongoDBRef::create example
- Example#1593 - MongoCollection::createDBRef example
- Example#1594 - MongoGridFS::findOne example
- Example#1595 - MongoGridFS::storeBytes with additional metadata
- Example#1596 - MongoGridFS::storeFile with additional metadata
- Example#1597 - MongoGridFS::storeUpload HTML form example
- Example#1598 - MongoGridFSFile::getBytes example
- Example#1599 - MongoGridFSFile::getResource example
- Example#1600 - MongoGridFSFile::write example
- Example#1601 - MongoWriteBatch example
- Example#1602 - MongoWriteBatch::add example
- Example#1603 - MongoWriteBatch::add example
- Example#1604 - MongoWriteBatch::add example
- Example#1605 - MongoWriteBatch::add example
- Example#1606 - MongoWriteBatch::add example
- Example#1607 - MongoWriteBatch::add example
- Example#1608 - MongoLog::setCallback example
- Example#1609 - Changing pool size
- Example#1610 - Mongo::setPoolSize example
- Example#1611 - Changing pool size
- Example#1612 - Mongo::setPoolSize example
- Example#1613 - MongoResultException::getDocument example
- Example#1614 - Catching MongoDuplicateKeyException
- Example#1615 - Catching MongoProtocolException
- Example#1616 - MongoDB\Driver\Manager::__construct basic example
- Example#1617 - MongoDB\Driver\Manager::__construct basic examples
- Example#1618 - MongoDB\Driver\Manager::executeBulkWrite example
- Example#1619 - MongoDB\Driver\Manager::executeCommand with a command returning a single result document
- Example#1620 - MongoDB\Driver\Manager::executeCommand with a command returning a cursor
- Example#1621 - MongoDB\Driver\Manager::executeQuery example
- Example#1622 - MongoDB\Driver\Manager::getServers example
- Example#1623 - Composing MongoDB\Driver\Command to provide a helper to create collections
- Example#1624 - MongoDB\Driver\Command::__construct example
- Example#1625 - MongoDB\Driver\Query::__construct example
- Example#1626 - Mixed write operations are grouped by type
- Example#1627 - Ordered write operations causing an error
- Example#1628 - MongoDB\Driver\BulkWrite::__construct example
- Example#1629 - MongoDB\Driver\BulkWrite::count example
- Example#1630 - MongoDB\Driver\BulkWrite::delete example
- Example#1631 - MongoDB\Driver\BulkWrite::insert example
- Example#1632 - MongoDB\Driver\BulkWrite::update example
- Example#1633 - MongoDB\Driver\WriteConcern::bsonSerialize with majority write concern
- Example#1634 - MongoDB\Driver\WriteConcern::bsonSerialize with wtimeout and journal
- Example#1635 - MongoDB\Driver\WriteConcern::__construct example
- Example#1636 - MongoDB\Driver\WriteConcern::getJournal example
- Example#1637 - MongoDB\Driver\WriteConcern::getW example
- Example#1638 - MongoDB\Driver\WriteConcern::getWtimeout example
- Example#1639 - MongoDB\Driver\ReadPreference::bsonSerialize with primary read preference
- Example#1640 - MongoDB\Driver\ReadPreference::bsonSerialize with secondary read preference and tag sets
- Example#1641 - MongoDB\Driver\ReadPreference::__construct example
- Example#1642 - MongoDB\Driver\ReadPreference::getMode example
- Example#1643 - MongoDB\Driver\ReadPreference::getTagSets example
- Example#1644 - MongoDB\Driver\ReadConcern::bsonSerialize with empty read concern
- Example#1645 - MongoDB\Driver\ReadConcern::bsonSerialize with local read concern
- Example#1646 - MongoDB\Driver\ReadConcern::__construct example
- Example#1647 - MongoDB\Driver\ReadConcern::getLevel example
- Example#1648 - MongoDB\Driver\Cursor::getId example
- Example#1649 - MongoDB\Driver\Cursor::getServer example
- Example#1650 - MongoDB\Driver\Cursor::isDead example
- Example#1651 - MongoDB\Driver\Cursor::setTypeMap example
- Example#1652 - MongoDB\Driver\Cursor::toArray example
- Example#1653 - MongoDB\Driver\CursorId::__toString example
- Example#1654 - MongoDB\Driver\Server::getHost example
- Example#1655 - MongoDB\Driver\Server::getInfo example
- Example#1656 - MongoDB\Driver\Server::getLatency example
- Example#1657 - MongoDB\Driver\Server::getPort example
- Example#1658 - MongoDB\Driver\WriteConcernError::getCode example
- Example#1659 - MongoDB\Driver\WriteConcernError::getInfo example
- Example#1660 - MongoDB\Driver\WriteConcernError::getMessage example
- Example#1661 - MongoDB\Driver\WriteError::getCode example
- Example#1662 - MongoDB\Driver\WriteError::getIndex example
- Example#1663 - MongoDB\Driver\WriteError::getMessage example
- Example#1664 - MongoDB\Driver\WriteResult::getDeletedCount example
- Example#1665 - MongoDB\Driver\WriteResult::getInsertedCount example
- Example#1666 - MongoDB\Driver\WriteResult::getMatchedCount example
- Example#1667 - MongoDB\Driver\WriteResult::getModifiedCount example
- Example#1668 - MongoDB\Driver\WriteResult::getServer example
- Example#1669 - MongoDB\Driver\WriteResult::getUpsertedCount example
- Example#1670 - MongoDB\Driver\WriteResult::getUpsertedIds example
- Example#1671 - MongoDB\Driver\WriteResult::getWriteConcernError example
- Example#1672 - MongoDB\Driver\WriteResult::getWriteErrors with a single error
- Example#1673 - MongoDB\Driver\WriteResult::getWriteErrors with multiple errors
- Example#1674 - MongoDB\Driver\WriteResult::isAcknowledged with acknowledged write concern
- Example#1675 - MongoDB\Driver\WriteResult::isAcknowledged with unacknowledged write concern
- Example#1676 - MongoDB\BSON\fromJSON example
- Example#1677 - MongoDB\BSON\fromPHP example
- Example#1678 - MongoDB\BSON\toJSON example
- Example#1679 - MongoDB\BSON\toPHP example
- Example#1680 - MongoDB\BSON\Binary::__construct example
- Example#1681 - MongoDB\BSON\Binary::getData example
- Example#1682 - MongoDB\BSON\Binary::getType example
- Example#1683 - MongoDB\BSON\Decimal128::__construct example
- Example#1684 - MongoDB\BSON\Decimal128::__toString example
- Example#1685 - MongoDB\BSON\Javascript::__construct example
- Example#1686 - MongoDB\BSON\MaxKey::__construct example
- Example#1687 - MongoDB\BSON\MinKey::__construct example
- Example#1688 - MongoDB\BSON\ObjectID::__construct example
- Example#1689 - MongoDB\BSON\ObjectID::__toString example
- Example#1690 - MongoDB\BSON\Regex::__construct example
- Example#1691 - MongoDB\BSON\Regex::getFlags example
- Example#1692 - MongoDB\BSON\Regex::getPattern example
- Example#1693 - MongoDB\BSON\Regex::__toString example
- Example#1694 - MongoDB\BSON\Timestamp::__construct example
- Example#1695 - MongoDB\BSON\Timestamp::__toString example
- Example#1696 - MongoDB\BSON\UTCDateTime::__construct example
- Example#1697 - MongoDB\BSON\UTCDatetime::toDateTime example
- Example#1698 - MongoDB\BSON\UTCDateTime::__toString example
- Example#1699 - MongoDB\BSON\Serializable::bsonSerialize returning an associative array for root document
- Example#1700 - MongoDB\BSON\Serializable::bsonSerialize returning a sequential array for root document
- Example#1701 - MongoDB\BSON\Serializable::bsonSerialize returning an associative array for document field
- Example#1702 - MongoDB\BSON\Serializable::bsonSerialize returning a sequential array for document field
- Example#1703 - MongoDB\BSON\Unserializable::bsonUnserialize example
- Example#1704 - MongoDB\Driver\Exception\WriteException::getWriteResult example
- Example#1705 - Exemplo de uso da mSQL
- Example#1706 - Exemplo msql_query
- Example#1707 - Exemplo mssql_fetch_batch
- Example#1708 - Exemplo da mssql_next_result
- Example#1709 - Exemplo mssql_select_db
- Example#1710 - Comparing the three MySQL APIs
- Example#1711 - Configure commands for using mysqlnd or libmysqlclient
- Example#1712 - Unbuffered query example: mysqli
- Example#1713 - Unbuffered query example: pdo_mysql
- Example#1714 - Unbuffered query example: mysql
- Example#1715 - Problems with setting the character set with SQL
- Example#1716 - Setting the character set example: mysqli
- Example#1717 - Setting the character set example: pdo_mysql
- Example#1718 - Setting the character set example: mysql
- Example#1719 - Easy migration from the old mysql extension
- Example#1720 - Object-oriented and procedural interface
- Example#1721 - Bad coding style
- Example#1722 - Special meaning of localhost
- Example#1723 - Setting defaults
- Example#1724 - Connecting to MySQL
- Example#1725 - Navigation through buffered results
- Example#1726 - Navigation through unbuffered results
- Example#1727 - Text protocol returns strings by default
- Example#1728 - Native data types with mysqlnd and connection option
- Example#1729 - First stage: prepare
- Example#1730 - Second stage: bind and execute
- Example#1731 - INSERT prepared once, executed multiple times
- Example#1732 - Less round trips using multi-INSERT SQL
- Example#1733 - Native datatypes
- Example#1734 - Output variable binding
- Example#1735 - Using mysqli_result to fetch results
- Example#1736 - Buffered result set for flexible read out
- Example#1737 - Calling a stored procedure
- Example#1738 - Using session variables
- Example#1739 - Fetching results from stored procedures
- Example#1740 - Stored Procedures and Prepared Statements
- Example#1741 - Stored Procedures and Prepared Statements using bind API
- Example#1742 - Multiple Statements
- Example#1743 - SQL Injection
- Example#1744 - Setting auto commit mode with SQL and through the API
- Example#1745 - Commit and rollback
- Example#1746 - Accessing result set meta data
- Example#1747 - Prepared statements metadata
- Example#1748 - Estilo orientado a objeto
- Example#1749 - Estilo de procedimento
- Example#1750 - Estilo orientado a objeto
- Example#1751 - Estilo de procedimento
- Example#1752 - $mysqli->begin_transaction example
- Example#1753 - Estilo orientado a objetos
- Example#1754 - Estilo de procedimentos
- Example#1755 - Estilo orientado a objeto
- Example#1756 - Estilo de procedimento
- Example#1757 - mysqli_get_client_info
- Example#1758 - mysqli_get_client_version
- Example#1759 - Estilo orientado a objeto
- Example#1760 - Estilo de procedimento
- Example#1761 - mysqli_connect_errno sample
- Example#1762 - mysqli_connect_error sample
- Example#1763 - mysqli::__construct example
- Example#1764 - Gerando um arquivo de Trace
- Example#1765 - Estilo orientado a objeto
- Example#1766 - Estilo de procedimento
- Example#1767 - $mysqli->error_list example
- Example#1768 - Estilo orientado a objeto
- Example#1769 - Estilo de procedimento
- Example#1770 - Estilo orientado a objeto
- Example#1771 - Estilo de procedimento
- Example#1772 - mysqli::get_charset example
- Example#1773 - mysqli_get_client_info
- Example#1774 - A mysqli_get_client_stats example
- Example#1775 - mysqli_get_client_version
- Example#1776 - A mysqli_get_connection_stats example
- Example#1777 - Estilo orientado a objeto
- Example#1778 - Estilo de procedimento
- Example#1779 - Estilo orientado a objeto
- Example#1780 - Estilo de procedimento
- Example#1781 - Estilo orientado a objeto
- Example#1782 - Estilo de procedimento
- Example#1783 - Estilo orientado a objeto
- Example#1784 - Estilo de procedimento
- Example#1785 - Modo orientado a objeto
- Example#1786 - Modo procedural
- Example#1787 - Estilo orientado a objeto
- Example#1788 - Estilo de procedimento
- Example#1789 - Modo orientado a objeto
- Example#1790 - Modo procedural
- Example#1791 - Modo orientado a objeto
- Example#1792 - Modo procedural
- Example#1793 - mysqli::ping example
- Example#1794 - A mysqli_poll example
- Example#1795 - mysqli::prepare example
- Example#1796 - mysqli::query example
- Example#1797 - mysqli::real_connect example
- Example#1798 - mysqli::real_escape_string example
- Example#1799 - mysqli::rollback example
- Example#1800 - mysqli::select_db example
- Example#1801 - mysqli::set_charset example
- Example#1802 - mysqli::set_local_infile_handler example
- Example#1803 - $mysqli->sqlstate example
- Example#1804 - mysqli::stat example
- Example#1805 - $mysqli->thread_id example
- Example#1806 - mysqli::use_result example
- Example#1807 - $mysqli->warning_count example
- Example#1808 - Estilo orientado à objeto
- Example#1809 - Estilo procedural
- Example#1810 - Modo orientado a objeto
- Example#1811 - Modo procedural
- Example#1812 - Modo orientado a objeto
- Example#1813 - Modo procedural
- Example#1814 - Estilo orientado à objeto
- Example#1815 - Estilo procedural
- Example#1816 - Estilo orientado à objeto
- Example#1817 - Estilo procedural
- Example#1818 - Estilo orientado à objeto
- Example#1819 - Estilo procedural
- Example#1820 - Estilo orientado à objeto
- Example#1821 - Estilo procedural
- Example#1822 - Modo orientado a objeto
- Example#1823 - Modo procedural
- Example#1824 - Modo orientado a objeto
- Example#1825 - Modo procedural
- Example#1826 - Estilo orientado à objeto
- Example#1827 - Estilo procedural
- Example#1828 - Estilo orientado à objeto
- Example#1829 - Estilo procedural
- Example#1830 - Estilo orientado à objeto
- Example#1831 - Estilo procedural
- Example#1832 - Estilo orientado à objeto
- Example#1833 - Estilo procedural
- Example#1834 - Estilo orientado à objeto
- Example#1835 - Estilo procedural
- Example#1836 - Estilo orientado à objeto
- Example#1837 - Estilo orientado à objeto
- Example#1838 - Estilo procedural
- Example#1839 - Estilo orientado à objeto
- Example#1840 - Estilo procedural
- Example#1841 - Estilo orientado à objeto
- Example#1842 - Estilo procedural
- Example#1843 - Estilo orientado a objeto
- Example#1844 - Estilo de procedimento
- Example#1845 - Estilo orientado a objeto
- Example#1846 - Estilo de procedimento
- Example#1847 - Estilo orientado a objeto
- Example#1848 - Estilo de procedimento
- Example#1849 - Estilo orientado a objeto
- Example#1850 - Estilo de procedimento
- Example#1851 - Estilo orientado a objeto
- Example#1852 - Estilo de procedimento
- Example#1853 - Estilo orientado a objeto
- Example#1854 - Estilo de procedimento
- Example#1855 - Estilo orientado a objeto
- Example#1856 - Estilo de procedimento
- Example#1857 - Estilo orientado a objeto
- Example#1858 - Estilo de procedimento
- Example#1859 - Estilo orientado à objeto
- Example#1860 - Estilo procedural
- Example#1861 - Modo orientado a objeto
- Example#1862 - Modo procedural
- Example#1863 - Estilo orientado à objeto
- Example#1864 - Estilo procedural
- Example#1865 - Estilo orientado à objeto
- Example#1866 - Estilo procedural
- Example#1867 - Estilo orientado à objeto
- Example#1868 - Estilo procedural
- Example#1869 - mysqli_connect example
- Example#1870 - Exemplo de uso da extensão MySQL
- Example#1871 - Exemplo mysql_affected_rows
- Example#1872 - Exemplo de mysql_affected_rows usando transações
- Example#1873 - Exemplo mysql_client_encoding
- Example#1874 - Exemplo mysql_close
- Example#1875 - Exemplo mysql_connect
- Example#1876 - Exemplo mysql_connect usando a a sintaxe servidor:porta
- Example#1877 - Exemplo mysql_connect usando a sintaxe ":/caminho/para/socket"
- Example#1878 - Exemplo alternativo de mysql_create_db
- Example#1879 - Exemplo mysql_data_seek
- Example#1880 - Exemplo mysql_db_name
- Example#1881 - Exemplo alternativo mysql_db_query
- Example#1882 - Exemplo alternativo de mysql_drop_db
- Example#1883 - Exemplo mysql_errno
- Example#1884 - Exemplo mysql_error
- Example#1885 - mysql_escape_string example
- Example#1886 - Consulta com nomes de campos duplicados usando alias
- Example#1887 - mysql_fetch_array com MYSQL_NUM
- Example#1888 - mysql_fetch_array com MYSQL_ASSOC
- Example#1889 - mysql_fetch_array com MYSQL_BOTH
- Example#1890 - Um exemplo expandido de mysql_fetch_assoc
- Example#1891 - Exemplo mysql_fetch_field
- Example#1892 - Exemplo mysql_fetch_lengths
- Example#1893 - Exemplo mysql_fetch_object
- Example#1894 - Exemplo mysql_fetch_object
- Example#1895 - Obtendo uma linha com mysql_fetch_row
- Example#1896 - Um exemplo de mysql_field_flags
- Example#1897 - mysql_field_len example
- Example#1898 - Exemplo mysql_field_name
- Example#1899 - Exemplo mysql_field_table
- Example#1900 - Exemplo mysql_field_type
- Example#1901 - Um exemplo mysql_free_result
- Example#1902 - Exemplo mysql_get_client_info
- Example#1903 - Exemplo mysql_get_host_info
- Example#1904 - Exemplo mysql_get_proto_info
- Example#1905 - Exemplo mysql_get_server_info
- Example#1906 - Comandos MySQL relevantes
- Example#1907 - Exemplo mysql_insert_id
- Example#1908 - Exemplo mysql_list_dbs
- Example#1909 - Alternativa para a obsoleta mysql_list_fields
- Example#1910 - Exemplo mysql_list_processes
- Example#1911 - Exemplo alternativo de mysql_list_tables
- Example#1912 - Exemplo mysql_num_fields
- Example#1913 - Exemplo mysql_num_rows
- Example#1914 - Exemplo mysql_ping
- Example#1915 - Consulta Inválida
- Example#1916 - Consulta válida
- Example#1917 - Exemplo mysql_real_escape_string
- Example#1918 - Exemplo mysql_result
- Example#1919 - Exemplo mysql_select_db
- Example#1920 - Exemplo mysql_stat
- Example#1921 - Exemplo mysql_tablename
- Example#1922 - Exemplo mysql_thread_id
- Example#1923 - Enabling the plugin (php.ini)
- Example#1924 - Minimal plugin-specific configuration file (mysqlnd_ms_plugin.ini)
- Example#1925 - Recommended minimal plugin-specific config (mysqlnd_ms_plugin.ini)
- Example#1926 - Using one server as a master and as a slave (testing only!)
- Example#1927 - Plugin specific configuration file (mysqlnd_ms_plugin.ini)
- Example#1928 - Opening a load balanced connection
- Example#1929 - Executing statements
- Example#1930 - Plugin config with one slave and one master
- Example#1931 - Pitfall: connection state and SQL user variables
- Example#1932 - Plugin config with one slave and one master
- Example#1933 - SQL hints to prevent connection switches
- Example#1934 - Fighting replication lag
- Example#1935 - Table creation on a slave
- Example#1936 - Plugin config with one slave and one master
- Example#1937 - Using SQL hints for transactions
- Example#1938 - Transaction aware load balancing: trx_stickiness setting
- Example#1939 - Transaction aware
- Example#1940 - General pattern for XA transactions
- Example#1941 - Local and global transactions are mutually exclusive
- Example#1942 - Transaction coordinator state store
- Example#1943 - Session consistency: read your writes
- Example#1944 - Requesting session consistency
- Example#1945 - Maximum age/slave lag
- Example#1946 - Limiting slave lag
- Example#1947 - Fail over not set
- Example#1948 - No slave within time limit
- Example#1949 - Create counter table on master
- Example#1950 - Plugin config: SQL for client-side GTID injection
- Example#1951 - Transparent global transaction ID injection
- Example#1952 - Plugin config: SQL for fetching GTID
- Example#1953 - Obtaining GTID after injection
- Example#1954 - Plugin config: Checking for a certain GTID
- Example#1955 - Session consistency service level and GTID combined
- Example#1956 - Plugin config: using MySQL 5.6.5-m8 built-in GTID feature
- Example#1957 - Recap: quality of service to request read your writes
- Example#1958 - Plugin config: no special entries for caching
- Example#1959 - Caching a slave request
- Example#1960 - Read your writes and caching combined
- Example#1961 - Manual failover, automatic optional
- Example#1962 - Manual failover
- Example#1963 - Cluster node groups
- Example#1964 - Manual partitioning using SQL hints
- Example#1965 - Plugin config: Fabric hosts instead of MySQL servers
- Example#1966 - Manual partitioning using SQL hints
- Example#1967 - Provoking a connection error
- Example#1968 - Connection error on query execution
- Example#1969 - Provoking a connection error
- Example#1970 - Most basic failover
- Example#1971 - Provoking a transient error
- Example#1972 - Transient error retry loop
- Example#1973 - Enabling the plugin (php.ini)
- Example#1974 - Basic plugin configuration (mysqlnd_ms_plugin.ini) for MySQL Replication
- Example#1975 - Multiple primaries - multi master (php.ini)
- Example#1976 - Primary copy with multiple primaries and paritioning
- Example#1977 - Multiple primaries - multi master (php.ini)
- Example#1978 - Synchronous update anywhere cluster
- Example#1979 - General pattern for XA transactions
- Example#1980 - Converting a PHP array (hash) into JSON format
- Example#1981 - Using section names example
- Example#1982 - List of anonymous slaves
- Example#1983 - Master list using symbolic names
- Example#1984 - Keywords to configure a server
- Example#1985 - New roundrobin filter, old functionality
- Example#1986 - The user filter replaces mysqlnd_ms_set_user_pick_server
- Example#1987 - Common error message in case of configuration file issues (upto version 1.5.0)
- Example#1988 - Improved configuration file validation since 1.5.0
- Example#1989 - Possibly more precise error due to mysqlnd_ms.force_config_usage=1
- Example#1990 - Minimum pluging configuration for use with MySQL Fabric
- Example#1991 - Optional timeout for communication with Fabric
- Example#1992 - Warnings about the violation of transaction boundaries
- Example#1993 - Invalid filter sequence
- Example#1994 - Random load balancing with random filter
- Example#1995 - Random once load balancing with random filter
- Example#1996 - Referencing error
- Example#1997 - Assigning a weight for load balancing
- Example#1998 - roundrobin filter
- Example#1999 - Setting a callback
- Example#2000 - Using a callback
- Example#2001 - Returning random masters and slaves
- Example#2002 - Manual partitioning
- Example#2003 - Global limit on slave lag
- Example#2004 - Optional master failover when failing to connect to slave (PECL/mysqlnd_ms < 1.4.0)
- Example#2005 - New syntax since 1.4.0
- Example#2006 - Disabling lazy connection
- Example#2007 - String escaping on a lazy connection handle
- Example#2008 - Master on write for consistent reads
- Example#2009 - Using master to execute transactions
- Example#2010 - No automatic failover, error handling pitfall
- Example#2011 - Retry loop for transient errors
- Example#2012 - SQL definition for the MySQL state store transaction table
- Example#2013 - SQL definition for the MySQL state store transaction table
- Example#2014 - SQL definition for the MySQL state store garbage collection table
- Example#2015 - Using section names example
- Example#2016 - List-like syntax
- Example#2017 - Verify plugin activity in a non-threaded deployment model
- Example#2018 - Recording statistics during shutdown
- Example#2019 - Example demonstrating the usage of mysqlnd_ms constants
- Example#2020 - mysqlnd_ms_dump_servers example
- Example#2021 - mysqlnd_ms_get_last_gtid example
- Example#2022 - mysqlnd_ms_get_last_used_connection example
- Example#2023 - mysqlnd_ms_get_stats example
- Example#2024 - mysqlnd_ms_match_wild example
- Example#2025 - mysqlnd_ms_query_is_select example
- Example#2026 - mysqlnd_ms_set_qos example
- Example#2027 - mysqlnd_ms_set_user_pick_server example
- Example#2028 - Enabling the plugin (php.ini)
- Example#2029 - Using the MYSQLND_QC_ENABLE_SWITCH SQL hint
- Example#2030 - Using the MYSQLND_QC_DISABLE_SWITCH SQL hint
- Example#2031 - Example showing which type of statements are not cached
- Example#2032 - Enabling caching for all statements using the mysqlnd_qc.cache_no_table ini setting
- Example#2033 - Setting the TTL with the mysqlnd_qc.ttl ini setting
- Example#2034 - Setting TTL with SQL hints
- Example#2035 - Setting a callback with mysqlnd_qc_set_is_select
- Example#2036 - Enabling the slam defense mechanism
- Example#2037 - Collecting a query trace
- Example#2038 - Setting the backtrace depth with the mysqlnd_qc.query_trace_bt_depth ini setting
- Example#2039 - Collecting statistics data with the mysqlnd_qc.time_statistics ini setting
- Example#2040 - Example mysqlnd_qc_get_cache_info usage
- Example#2041 - Example mysqlnd_qc_get_normalized_query_trace_log usage
- Example#2042 - Using a user-defined storage handler
- Example#2043 - Using SQL hint constants
- Example#2044 - Example mysqlnd_qc_set_cache_condition usage
- Example#2045 - mysqlnd_qc_get_available_handlers example
- Example#2046 - mysqlnd_qc_get_cache_info example
- Example#2047 - mysqlnd_qc_get_core_stats example
- Example#2048 - mysqlnd_qc_get_normalized_query_trace_log example
- Example#2049 - mysqlnd_qc_get_query_trace_log example
- Example#2050 - mysqlnd_qc_set_cache_condition example
- Example#2051 - mysqlnd_qc_set_is_select example
- Example#2052 - mysqlnd_qc_set_storage_handler example
- Example#2053 - Enabling the plugin (php.ini)
- Example#2054 - Pseudo-code: what a built-in class does
- Example#2055 - Installing a proxy
- Example#2056 - Proxy registration, mysqlnd_uh.enable=1
- Example#2057 - Proxy installation disabled
- Example#2058 - Connection proxy
- Example#2059 - Prepared statement proxy
- Example#2060 - Basic Monitoring
- Example#2061 - MysqlndUhConnection::changeUser example
- Example#2062 - MysqlndUhConnection::charsetName example
- Example#2063 - MysqlndUhConnection::close example
- Example#2064 - MysqlndUhConnection::connect example
- Example#2065 - MysqlndUhConnection::endPSession example
- Example#2066 - MysqlndUhConnection::escapeString example
- Example#2067 - MysqlndUhConnection::getAffectedRows example
- Example#2068 - MysqlndUhConnection::getErrorNumber example
- Example#2069 - MysqlndUhConnection::getErrorString example
- Example#2070 - MysqlndUhConnection::getFieldCount example
- Example#2071 - MysqlndUhConnection::getHostInformation example
- Example#2072 - MysqlndUhConnection::getLastInsertId example
- Example#2073 - MysqlndUhConnection::getLastMessage example
- Example#2074 - MysqlndUhConnection::getProtocolInformation example
- Example#2075 - MysqlndUhConnection::getServerInformation example
- Example#2076 - MysqlndUhConnection::getServerStatistics example
- Example#2077 - MysqlndUhConnection::getServerVersion example
- Example#2078 - MysqlndUhConnection::getSqlstate example
- Example#2079 - MysqlndUhConnection::getStatistics example
- Example#2080 - MysqlndUhConnection::getThreadId example
- Example#2081 - MysqlndUhConnection::getWarningCount example
- Example#2082 - MysqlndUhConnection::init example
- Example#2083 - MysqlndUhConnection::kill example
- Example#2084 - MysqlndUhConnection::listFields example
- Example#2085 - MysqlndUhConnection::listMethod example
- Example#2086 - MysqlndUhConnection::moreResults example
- Example#2087 - MysqlndUhConnection::nextResult example
- Example#2088 - MysqlndUhConnection::ping example
- Example#2089 - MysqlndUhConnection::query example
- Example#2090 - MysqlndUhConnection::queryReadResultsetHeader example
- Example#2091 - MysqlndUhConnection::reapQuery example
- Example#2092 - MysqlndUhConnection::refreshServer example
- Example#2093 - MysqlndUhConnection::restartPSession example
- Example#2094 - MysqlndUhConnection::selectDb example
- Example#2095 - MysqlndUhConnection::sendClose example
- Example#2096 - MysqlndUhConnection::sendQuery example
- Example#2097 - MysqlndUhConnection::serverDumpDebugInformation example
- Example#2098 - MysqlndUhConnection::setAutocommit example
- Example#2099 - MysqlndUhConnection::setCharset example
- Example#2100 - MysqlndUhConnection::setClientOption example
- Example#2101 - MysqlndUhConnection::setServerOption example
- Example#2102 - MysqlndUhConnection::simpleCommand example
- Example#2103 - MysqlndUhConnection::simpleCommandHandleResponse example
- Example#2104 - MysqlndUhConnection::sslSet example
- Example#2105 - MysqlndUhConnection::stmtInit example
- Example#2106 - MysqlndUhConnection::storeResult example
- Example#2107 - MysqlndUhConnection::txCommit example
- Example#2108 - MysqlndUhConnection::txRollback example
- Example#2109 - MysqlndUhConnection::useResult example
- Example#2110 - MysqlndUhPreparedStatement::execute example
- Example#2111 - MysqlndUhPreparedStatement::prepare example
- Example#2112 - mysqlnd_uh_convert_to_mysqlnd example
- Example#2113 - mysqlnd_uh_set_connection_proxy example
- Example#2114 - Enabling the plugin (php.ini)
- Example#2115 - SQL table used for the Quickstart
- Example#2116 - Basic example.
- Example#2117 - mysqlnd_memcache_get_config example
- Example#2118 - mysqlnd_memcache_set example with
var_dump as a simple debugging callback.
- Example#2119 - Query básica
- Example#2120 - Inserindo usando bind com variáveis
- Example#2121 - Inserindo dados em uma coluna CLOB
- Example#2122 - Usando Stored Procedures
- Example#2123 - user_oci8_probes.d for tracing all user-level PHP OCI8 Static Probes with DTrace
- Example#2124 - oci_bind_array_by_name example
- Example#2125 - Inserting data with oci_bind_by_name
- Example#2126 - Binding once for multiple executions
- Example#2127 - Binding with a foreach loop
- Example#2128 - Binding in a WHERE clause
- Example#2129 - Binding with a LIKE clause
- Example#2130 - Binding with REGEXP_LIKE
- Example#2131 - Binding Multiple Values in an IN Clause
- Example#2132 - Binding a ROWID returned by a query
- Example#2133 - Binding a ROWID on INSERT
- Example#2134 - Binding for a PL/SQL stored function
- Example#2135 - Binding parameters for a PL/SQL stored procedure
- Example#2136 - Binding a CLOB column
- Example#2137 - Binding a PL/SQL BOOLEAN
- Example#2138 - oci_client_version example
- Example#2139 - Closing a connection
- Example#2140 - Database connections are not closed until all references are closed
- Example#2141 - Closing a connection opened more than once
- Example#2142 - Connections are closed when variables go out of scope
- Example#2143 - oci_commit example
- Example#2144 - Basic oci_connect using Easy Connect syntax
- Example#2145 - Basic oci_connect using a Network Connect name
- Example#2146 - oci_connect with an explicit character set
- Example#2147 - Using multiple calls to oci_connect
- Example#2148 - oci_define_by_name example
- Example#2149 - oci_define_by_name with case sensitive column names
- Example#2150 - oci_define_by_name with LOB columns
- Example#2151 - oci_define_by_name with an explicit type
- Example#2152 - Displaying the Oracle error message after a connection error
- Example#2153 - Displaying the Oracle error message after a parsing error
- Example#2154 - Displaying the Oracle error message, the problematic statement,
and the position of the problem of an execution error
- Example#2155 - oci_execute for queries
- Example#2156 - oci_execute without specifying a mode example
- Example#2157 - oci_execute with OCI_NO_AUTO_COMMIT example
- Example#2158 - oci_execute with different commit modes example
- Example#2159 - oci_execute with
OCI_DESCRIBE_ONLY example
- Example#2160 - oci_fetch_all example
- Example#2161 - oci_fetch_all example with OCI_FETCHSTATEMENT_BY_ROW
- Example#2162 - oci_fetch_all with OCI_NUM
- Example#2163 - oci_fetch_array with OCI_BOTH
- Example#2164 - oci_fetch_array with OCI_NUM
- Example#2165 - oci_fetch_array with OCI_ASSOC
- Example#2166 - oci_fetch_array with OCI_RETURN_NULLS
- Example#2167 - oci_fetch_array with OCI_RETURN_LOBS
- Example#2168 - oci_fetch_array with case sensitive column names
- Example#2169 - oci_fetch_array with columns having duplicate names
- Example#2170 - oci_fetch_array with DATE columns
- Example#2171 - oci_fetch_array with REF CURSOR
- Example#2172 - Pagination with oci_fetch_array using a LIMIT-like query
- Example#2173 - oci_fetch_array with Oracle Database 12c Implicit Result Sets
- Example#2174 - oci_fetch_assoc Example
- Example#2175 - oci_fetch_object example
- Example#2176 - oci_fetch_object with case sensitive column names
- Example#2177 - oci_fetch_object with LOBs
- Example#2178 - oci_fetch_row Example
- Example#2179 - oci_fetch with defined variables
- Example#2180 - oci_fetch with oci_result
- Example#2181 - oci_field_name example
- Example#2182 - oci_field_name example
- Example#2183 - oci_field_precision Example
- Example#2184 - oci_field_scale Example
- Example#2185 - oci_field_size example
- Example#2186 - oci_field_type_raw Example
- Example#2187 - oci_field_type example
- Example#2188 - Fetching Implicit Result Sets in a loop
- Example#2189 - Getting child statement handles individually
- Example#2190 - Explicitly setting the Prefetch Count
- Example#2191 - Implicit Result Set example without using oci_get_implicit_resultset
- Example#2192 - oci_new_connect example
- Example#2193 - Binding a REF CURSOR in an Oracle stored procedure call
- Example#2194 - oci_new_descriptor example
- Example#2195 - oci_new_descriptor example
- Example#2196 - oci_num_fields example
- Example#2197 - oci_num_rows example
- Example#2198 - oci_parse example for SQL statements
- Example#2199 - oci_parse example for PL/SQL statements
- Example#2200 - oci_password_change example changing the password of an already connected user
- Example#2201 - oci_password_change example of connecting and changing the password in one step
- Example#2202 - Basic oci_pconnect Example using Easy Connect syntax
- Example#2203 - oci_fetch with oci_result
- Example#2204 - oci_rollback example
- Example#2205 - Rolling back to a SAVEPOINT example
- Example#2206 - oci_server_version example
- Example#2207 - Setting the action
- Example#2208 - Setting the client identifier to the application user
- Example#2209 - Setting the client information
- Example#2210 - Two scripts can use different versions of myfunc() at the same time
- Example#2211 - Setting the module name
- Example#2212 - Changing the default prefetch value for a query
- Example#2213 - Changing the default prefetch for a REF CURSOR fetch
- Example#2214 - Setting the prefetch value when passing a REF CURSOR back to Oracle
- Example#2215 - oci_statement_type example
- Example#2216 - Creating a Paradox database with two fields
- Example#2217 - Turn a paradox date into a human readable form
- Example#2218 - Set the date/time fields in a paradox database to the current
date/time
- Example#2219 - Opening a Paradox database
- Example#2220 - Opening a Paradox database
- Example#2221 - Turn a paradox timestamp into a human readable form
- Example#2222 - Exemplo de visão geral da extensão PostgreSQL
- Example#2223 - pg_affected_rows
- Example#2224 - pg_close example
- Example#2225 - Usando pg_connect
- Example#2226 - pg_connection_busy example
- Example#2227 - pg_connection_reset example
- Example#2228 - pg_connection_status example
- Example#2229 - pg_dbname example
- Example#2230 - pg_delete
- Example#2231 - pg_escape_identifier example
- Example#2232 - pg_escape_literal example
- Example#2233 - Using pg_execute
- Example#2234 - pg_fetch_all_columns example
- Example#2235 - Retornando linhas (registros) no PostgreSQL
- Example#2236 - Retornando linhas (registros) no PostgreSQL
- Example#2237 - Retornando linhas (registros) no PostgreSQL
- Example#2238 - Postgres fetch object
- Example#2239 - Retornando linhas (registros) no PostgreSQL
- Example#2240 - pg_field_is_null example
- Example#2241 - Getting informations about fields
- Example#2242 - Getting table information about a field
- Example#2243 - Getting information about fields
- Example#2244 - PostgreSQL NOTIFY message
- Example#2245 - PostgreSQL backend PID
- Example#2246 - pg_insert
- Example#2247 - pg_lo_truncate example
- Example#2248 - Obtendo os dados da tabela
- Example#2249 - pg_parameter_status example
- Example#2250 - Exemplo pg_ping
- Example#2251 - Using pg_prepare
- Example#2252 - Inserção de dados na tabela em alta velocidade
- Example#2253 - Using pg_query_params
- Example#2254 - pg_result_error_field example
- Example#2255 - pg_select
- Example#2256 - Using pg_send_execute
- Example#2257 - Using pg_send_prepare
- Example#2258 - Using pg_send_query_params
- Example#2259 - Asynchronous Queries
- Example#2260 - pg_set_error_verbosity example
- Example#2261 - pg_transaction_status example
- Example#2262 - pg_update
- Example#2263 - pg_version example
- Example#2264 - sqlite_array_query implementado por você mesmo
- Example#2265 - Exemplo de agregação
- Example#2266 - Exemplo de sqlite_create_function
- Example#2267 - Exemplo de como usar a função php
- Example#2268 - Procedural example
- Example#2269 - Object-oriented example
- Example#2270 - sqlite_factory example
- Example#2271 - Procedural example
- Example#2272 - Object-oriented example
- Example#2273 - Procedural example
- Example#2274 - Object-oriented example
- Example#2275 - Exemplo sqlite_fetch_single
- Example#2276 - Exemplo sqlite_open
- Example#2277 - Exemplo de função binary-safe max_length
- Example#2278 - SQLite3::changes example
- Example#2279 - SQLite3::close example
- Example#2280 - SQLite3::__construct example
- Example#2281 - SQLite3::createCollation example
- Example#2282 - SQLite3::createFunction example
- Example#2283 - SQLite3::enableExceptions example
- Example#2284 - SQLite3::exec example
- Example#2285 - SQLite3::loadExtension example
- Example#2286 - SQLite3::open example
- Example#2287 - SQLite3::openBlob example
- Example#2288 - SQLite3::prepare example
- Example#2289 - SQLite3::query example
- Example#2290 - SQLite3::querySingle example
- Example#2291 - SQLite3::version example
- Example#2292 - SQLite3Stmt::bindValue example
- Example#2293 - sqlsrv_begin_transaction example
- Example#2294 - sqlsrv_cancel example
- Example#2295 - sqlsrv_client_info example
- Example#2296 - sqlsrv_close example
- Example#2297 - sqlsrv_commit example
- Example#2298 - Connect using Windows Authentication.
- Example#2299 - Connect by specifying a user name and password.
- Example#2300 - Connect on a specifed port.
- Example#2301 - functionname example
- Example#2302 - sqlsrv_execute example
- Example#2303 - Retrieving an associative array.
- Example#2304 - Retrieving a numeric array.
- Example#2305 - sqlsrv_fetch_object example
- Example#2306 - sqlsrv_fetch example
- Example#2307 - sqlsrv_field_metadata example
- Example#2308 - sqlsrv_free_stmt example
- Example#2309 - sqlsrv_get_field example
- Example#2310 - sqlsrv_has_rows example
- Example#2311 - sqlsrv_next_result example
- Example#2312 - sqlsrv_num_fields example
- Example#2313 - sqlsrv_num_rows example
- Example#2314 - sqlsrv_prepare example
- Example#2315 - sqlsrv_query example
- Example#2316 - sqlsrv_rollback example
- Example#2317 - sqlsrv_rows_affected example
- Example#2318 - sqlsrv_send_stream_data example
- Example#2319 - sqlsrv_server_info example
- Example#2320 - Delete-Query
- Example#2321 - Exemplo sybase_connect
- Example#2322 - Nomes de campos identicos
- Example#2323 - sybase_fetch_object retornado como Foo
- Example#2324 - Exemplo da sybase_set_message_handler
- Example#2325 - Exemplo de sybase_set_message_handler usando uma classe
- Example#2326 - Exemplo de sybase_set_message_handler com mensagens não manipuladas
- Example#2327 - Exemplo sybase_unbuffered_query
- Example#2328 - Putting and getting a key-value pair
- Example#2329 - TokyoTyrant::add example
- Example#2330 - TokyoTyrant::connect example
- Example#2331 - TokyoTyrant::connectUri example
- Example#2332 - TokyoTyrant::copy example
- Example#2333 - TokyoTyrant::ext example
- Example#2334 - TokyoTyrant::fwmKeys example
- Example#2335 - TokyoTyrant::get example
- Example#2336 - TokyoTyrant::getIterator example
- Example#2337 - TokyoTyrant::num example
- Example#2338 - TokyoTyrant::out example
- Example#2339 - TokyoTyrant::put example
- Example#2340 - TokyoTyrant::putCat example
- Example#2341 - tokyotyrant::putKeep example
- Example#2342 - TokyoTyrant::putNr example
- Example#2343 - TokyoTyrant::putShl example
- Example#2344 - TokyoTyrant::setMaster example
- Example#2345 - TokyoTyrant::size example
- Example#2346 - TokyoTyrant::stat example
- Example#2347 - TokyoTyrant::vanish example
- Example#2348 - TokyoTyrantTable::genUid example
- Example#2349 - TokyoTyrantTable::get example
- Example#2350 - TokyoTyrantTable::getIterator example
- Example#2351 - TokyoTyrantTable::getQuery example
- Example#2352 - TokyoTyrantTable::out example
- Example#2353 - TokyoTyrantTable::put example
- Example#2354 - TokyoTyrantTable::putCat example
- Example#2355 - TokyoTyrantTable::putKeep example
- Example#2356 - TokyoTyrantQuery::addCond example
- Example#2357 - TokyoTyrantQuery::__construct example
- Example#2358 - TokyoTyrantQuery::count example
- Example#2359 - TokyoTyrantQuery iterator example
- Example#2360 - TokyoTyrantQuery::hint example
- Example#2361 - TokyoTyrantQuery iterator example
- Example#2362 - TokyoTyrantQuery::metaSearch example
- Example#2363 - TokyoTyrantQuery iterator example
- Example#2364 - TokyoTyrantQuery::out example
- Example#2365 - TokyoTyrantQuery iterator example
- Example#2366 - TokyoTyrantQuery::search example
- Example#2367 - TokyoTyrantQuery iterator example
- Example#2368 - TokyoTyrantIterator::__construct example
- Example#2369 - Exemplo da cal_days_in_month
- Example#2370 - cal_from_jd exemplo
- Example#2371 - Exemplo de cal_info
- Example#2372 - easter_date exemplo
- Example#2373 - easter_days exemplo
- Example#2374 - Funções de Calendário
- Example#2375 - jdtojewish Exemplo
- Example#2376 - Exemplo do método DateTime::add
- Example#2377 - Exemplos adicionais do método DateTime::add
- Example#2378 - Cuidados na adição de meses
- Example#2379 - Exemplos do construtor DateTime::__construct
- Example#2380 - Complexidades do construtor DateTime::__construct
- Example#2381 - Exemplo do método DateTime::createFromFormat
- Example#2382 - Complexidades do método DateTime::createFromFormat
- Example#2383 - String de formato com caracteres literais
- Example#2384 - Exemplo do método DateTime::getLastErrors
- Example#2385 - Exemplo do método DateTime::modify
- Example#2386 - Cuidados na adição ou subtração de meses
- Example#2387 - Exemplo do método DateTime::setDate
- Example#2388 - VValores que excedem os limites são adicionados aos seus valores anteriores
- Example#2389 - Exemplo do método DateTime::setISODate
- Example#2390 - Valores que excedem os limites são adicionados aos seus valores anteriores
- Example#2391 - Encontrando o mês de uma determinada semana
- Example#2392 - Examplo do método DateTime::setTime
- Example#2393 - Valores que excedem os limites são adicionados aos seus valores anteriores
- Example#2394 - Exemplo do método DateTime::setTimestamp
- Example#2395 - Alternativa ao DateTime::setTimestamp no PHP 5.2
- Example#2396 - Exemplo do método DateTime::setTimeZone
- Example#2397 - Exemplo do método DateTime::sub
- Example#2398 - Exemplos adicionais do método DateTime::sub
- Example#2399 - Cuidados na subtração de meses
- Example#2400 - Criando um objeto DateTime imutável
- Example#2401 - Exemplo do método DateTime::diff
- Example#2402 - Comparação entre objetos DateTime
- Example#2403 - Exemplo do método DateTime::format
- Example#2404 - Exemplo do método DateTime::getOffset
- Example#2405 - Exemplo do método DateTime::getTimestamp
- Example#2406 - Exemplo do método DateTime::getTimezone
- Example#2407 - Capturando erros na instanciação de DateTimeZone
- Example#2408 - Exemplo do método DateTimeZone::getLocation
- Example#2409 - Exemplos do método DateTimeZone::getOffset
- Example#2410 - Exemplo do método timezone_transitions_get
- Example#2411 - Exemplo do método timezone_abbreviations_list
- Example#2412 - Exemplo do método timezone_identifiers_list
- Example#2413 - Exemplo da classe DateInterval
- Example#2414 - Analisando intervalos de datas válidos
- Example#2415 - Exemplo da classe DateInterval
- Example#2416 - A classe DateInterval e os pontos de transferência
- Example#2417 - DateInterval e
DateTime::diff com os modificadores %a e %d
- Example#2418 - Exemplos de DatePeriod
- Example#2419 - Exemplo de DatePeriod com DatePeriod::EXCLUDE_START_DATE
- Example#2420 - DatePeriod::getDateInterval example
- Example#2421 - DatePeriod::getEndDate example
- Example#2422 - DatePeriod::getEndDate without an end date
- Example#2423 - DatePeriod::getStartDate example
- Example#2424 - Exemplo da checkdate
- Example#2425 - Lendo o fuso horário padrão
- Example#2426 - Lendo a abreviação de um fuso horário
- Example#2427 - Lendo o fuso horário padrão
- Example#2428 - Exemplo da função date_parse_from_format
- Example#2429 - Um exemplo da função date_parse
- Example#2430 - date_parse com formatos relativos
- Example#2431 - Um exemplo de date_sun_info
- Example#2432 - Exemplo da função date_sunrise
- Example#2433 - Exemplo da função date_sunset
- Example#2434 - Exemplos da função date
- Example#2435 - Caracteres de escape em date
- Example#2436 - Exemplo da date e mktime
- Example#2437 - Formatação com a função date
- Example#2438 - Exemplo da função getdate
- Example#2439 - Exemplo da função gettimeofday
- Example#2440 - Exemplo da gmdate
- Example#2441 - A função gmmktime no Windows
- Example#2442 - Exemplo da função gmstrftime
- Example#2443 - Exemplo da função idate
- Example#2444 - Exemplo da função localtime
- Example#2445 - Cronometrando a execução do script com microtime
- Example#2446 - Cronometrando a execução do script no PHP 5
- Example#2447 - microtime e REQUEST_TIME_FLOAT (a partir do PHP 5.4.0)
- Example#2448 - Exemplo básico da função mktime
- Example#2449 - Exemplo da mktime
- Example#2450 - Último dia do próximo mês
- Example#2451 - Exemplo da função strftime com idiomas
- Example#2452 - Exemplo do número de semana ISO 8601:1988
- Example#2453 - Exemplo do uso do modificador %e compatível com múltiplas plataformas
- Example#2454 - Mostra os formatos conhecidos e desconhecidos
- Example#2455 - Exemplo da função strptime
- Example#2456 - Exemplo da função strtotime
- Example#2457 - Checando por falha
- Example#2458 - time example
- Example#2459 - Um exemplo da função timezone_name_from_abbr
- Example#2460 - Recuperando a versão do timezonedb
- Example#2461 - Measure several code blocks execution and get the total
- Example#2462 - Closing an open file descriptor
- Example#2463 - Setting and clearing a lock
- Example#2464 - Opening a file descriptor
- Example#2465 - Positioning in a file
- Example#2466 - Setting the baud rate on a serial port
- Example#2467 - chdir example
- Example#2468 - Exemplo da closedir
- Example#2469 - Exemplo da dir
- Example#2470 - Exemplo da getcwd
- Example#2471 - exemplo de opendir
- Example#2472 - Listando todos os arquivos de um diretório
- Example#2473 - Listar todos os arquivos no diretório atual e retirar .
e ..
- Example#2474 - Um exemplo simples de scandir
- Example#2475 - Alternativas do PHP 4 para scandir
- Example#2476 - A finfo_buffer example
- Example#2477 - A finfo_file example
- Example#2478 - Estilo orientado à objeto
- Example#2479 - Estilo procedural
- Example#2480 - mime_content_type Example
- Example#2481 - Exemplo da basename
- Example#2482 - exemplo do copy
- Example#2483 - exemplo do dirname
- Example#2484 - Exemplo da disk_free_space
- Example#2485 - Exemplo da disk_total_space
- Example#2486 - Exemplo da fclose
- Example#2487 - Exemplo de feof com um ponteiro de arquivo inválido
- Example#2488 - Um exemplo da fgetc
- Example#2489 - Lê e imprime todo o conteúdo de um arquivo CSV
- Example#2490 - Lendo um arquivo linha por linha
- Example#2491 - Testando se um arquivo existe
- Example#2492 - Exemplo de file
- Example#2493 - Exemplo de fileatime
- Example#2494 - Exemplo da filectime
- Example#2495 - Exemplo da filemtime
- Example#2496 - Mostra as permissões na forma octal
- Example#2497 - Mostra as permissões completas
- Example#2498 - Exemplo de filesize
- Example#2499 - Exemplo de filetype
- Example#2500 - Exemplo da flock
- Example#2501 - Comparando uma cor com um padrão de curingas shell
- Example#2502 - Exemplos de fopen
- Example#2503 - Usando fpassthru com arquivo binário
- Example#2504 - Exemplo da fputcsv
- Example#2505 - Um simples exemplo de fread
- Example#2506 - Exemplo de fread binário
- Example#2507 - Exemplos de fread remoto
- Example#2508 - Exemplo de fscanf
- Example#2509 - Conteúdo de users.txt
- Example#2510 - Exemplo de fseek
- Example#2511 - Exemplo fstat
- Example#2512 - Exemplo da ftell
- Example#2513 - Um simples exemplo de fwrite
- Example#2514 - Modo conveniente de como glob pode susbstituir
opendir e companhia.
- Example#2515 - Exemplo da is_dir
- Example#2516 - Exemplo da is_executable
- Example#2517 - Exemplo da is_file
- Example#2518 - Exemplo de is_readable
- Example#2519 - Exemplo de is_uploaded_file
- Example#2520 - Exemplo de is_writable
- Example#2521 - Changing the group of a symbolic link
- Example#2522 - Changing the owner of a symbolic link
- Example#2523 - Creating a simple hard link
- Example#2524 - Exemplo da linkinfo
- Example#2525 - Comparação de stat e lstat
- Example#2526 - Exemplo de mkdir
- Example#2527 - Conteúdo de sample.ini
- Example#2528 - Exemplo de parse_ini_file
- Example#2529 - Exemplo de pathinfo
- Example#2530 - Exemplo da popen
- Example#2531 - Exemplo da popen
- Example#2532 - Exemplo de readlink
- Example#2533 - realpath_cache_get example
- Example#2534 - realpath_cache_size example
- Example#2535 - Exemplo da realpath
- Example#2536 - realpath em Windows
- Example#2537 - Exemplo da rename
- Example#2538 - Exemplo da tempnam
- Example#2539 - Exemplo da tmpfile
- Example#2540 - Exemplo da função touch
- Example#2541 - Exemplo da umask
- Example#2542 - Example usage of inotify
- Example#2543 - Setando o path para magic.mime
- Example#2544 - setproctitle example
- Example#2545 - setthreadtitle example
- Example#2546 - Instalação manuao do xattr
- Example#2547 - Checa se o adminitrador dos sistema assinou o arquivo
- Example#2548 - Imprime o nome de todos os atributos extendidos do arquivo
- Example#2549 - Remove todos os atributos extendidos de um arquivo
- Example#2550 - Edita atributos extendidos em um arquivo .wav
- Example#2551 - Exemplo de chamada de xattr_supported
- Example#2552 - xdiff_file_bdiff_size example
- Example#2553 - xdiff_file_bdiff example
- Example#2554 - xdiff_file_bpatch example
- Example#2555 - xdiff_file_diff_binary example
- Example#2556 - xdiff_file_diff example
- Example#2557 - xdiff_file_merge3 example
- Example#2558 - xdiff_file_patch_binary example
- Example#2559 - xdiff_file_patch example
- Example#2560 - Patch reversing example
- Example#2561 - xdiff_file_rabdiff example
- Example#2562 - xdiff_string_bdiff_size example
- Example#2563 - xdiff_string_diff example
- Example#2564 - xdiff_string_patch example
- Example#2565 - Enchant Usage Example
- Example#2566 - List the backends provided by the given broker
- Example#2567 - A enchant_broker_dict_exists example
- Example#2568 - List all available dictionaries for one broker
- Example#2569 - A enchant_broker_request_dict example
- Example#2570 - Adding a word to a PWL
- Example#2571 - A enchant_dict_describe example
- Example#2572 - A enchant_dict_quick_check example
- Example#2573 - A enchant_dict_suggest example
- Example#2574 - Usage example.
- Example#2575 - Using Gender\Gender::country
- Example#2576 - Exemplo da bindtextdomain
- Example#2577 - gettext-checa
- Example#2578 - Exemplo da ngettext
- Example#2579 - iconv_get_encoding example
- Example#2580 - iconv_mime_decode_headers example
- Example#2581 - iconv_mime_decode example
- Example#2582 - iconv_mime_encode example
- Example#2583 - iconv_set_encoding example
- Example#2584 - iconv example
- Example#2585 - ob_iconv_handler example:
- Example#2586 - Example of using the procedural API
- Example#2587 - Example of using the object-oriented API
- Example#2588 - FRENCH_COLLATION rules
- Example#2589 - ALTERNATE_HANDLING rules
- Example#2590 - CASE_FIRST rules
- Example#2591 - CASE_LEVEL rules
- Example#2592 - collator_asortexample
- Example#2593 - collator_compareexample
- Example#2594 - Collator::__construct example
- Example#2595 - collator_create example
- Example#2596 - collator_get_attribute example
- Example#2597 - collator_get_error_code example
- Example#2598 - collator_get_error_message example
- Example#2599 - collator_get_locale example
- Example#2600 - collator_get_sort_keyexample
- Example#2601 - collator_get_strength example
- Example#2602 - collator_set_attribute example
- Example#2603 - collator_set_strength example
- Example#2604 - collator_sort_with_sort_keys example
- Example#2605 - collator_sort example
- Example#2606 - numfmt_create example
- Example#2607 - NumberFormatter::create example
- Example#2608 - numfmt_format_currency example
- Example#2609 - OO example
- Example#2610 - numfmt_format example
- Example#2611 - OO example
- Example#2612 - numfmt_get_attribute example
- Example#2613 - OO example
- Example#2614 - numfmt_get_error_code example
- Example#2615 - OO example
- Example#2616 - numfmt_get_error_message example
- Example#2617 - OO example
- Example#2618 - numfmt_get_locale example
- Example#2619 - numfmt_get_pattern example
- Example#2620 - OO example
- Example#2621 - numfmt_get_symbol example
- Example#2622 - OO example
- Example#2623 - numfmt_get_text_attribute example
- Example#2624 - OO example
- Example#2625 - numfmt_parse_currency example
- Example#2626 - OO example
- Example#2627 - numfmt_parse example
- Example#2628 - OO example
- Example#2629 - numfmt_set_attribute example
- Example#2630 - OO example
- Example#2631 - numfmt_set_pattern example
- Example#2632 - OO example
- Example#2633 - numfmt_set_symbol example
- Example#2634 - OO example
- Example#2635 - numfmt_set_text_attribute example
- Example#2636 - OO example
- Example#2637 - locale_accept_from_http example
- Example#2638 - OO example
- Example#2639 - locale_compose example
- Example#2640 - OO example
- Example#2641 - locale_filter_matches example
- Example#2642 - OO example
- Example#2643 - locale_get_all_variants example
- Example#2644 - OO example
- Example#2645 - locale_get_default example
- Example#2646 - OO example
- Example#2647 - locale_get_display_language example
- Example#2648 - OO example
- Example#2649 - locale_get_display_name example
- Example#2650 - OO example
- Example#2651 - locale_get_display_region example
- Example#2652 - OO example
- Example#2653 - locale_get_display_script example
- Example#2654 - OO example
- Example#2655 - locale_get_display_variant example
- Example#2656 - OO example
- Example#2657 - locale_get_keywords example
- Example#2658 - OO example
- Example#2659 - locale_get_primary_language example
- Example#2660 - OO example
- Example#2661 - locale_get_region example
- Example#2662 - OO example
- Example#2663 - locale_get_script example
- Example#2664 - OO example
- Example#2665 - locale_lookup example
- Example#2666 - OO example
- Example#2667 - locale_parse example
- Example#2668 - OO example
- Example#2669 - locale_set_default example
- Example#2670 - OO example
- Example#2671 - Exemplo de normalizer_is_normalized
- Example#2672 - Exemplo Orientado a Objetos
- Example#2673 - Exemplo de normalizer_normalize
- Example#2674 - Exemplo Orientado a Objetos
- Example#2675 - msgfmt_create example
- Example#2676 - OO example
- Example#2677 - msgfmt_format_message example
- Example#2678 - OO example
- Example#2679 - msgfmt_format example
- Example#2680 - OO example
- Example#2681 - msgfmt_get_error_code example
- Example#2682 - OO example
- Example#2683 - msgfmt_get_error_message example
- Example#2684 - OO example
- Example#2685 - msgfmt_get_locale example
- Example#2686 - OO example
- Example#2687 - msgfmt_get_pattern example
- Example#2688 - OO example
- Example#2689 - msgfmt_parse_message example
- Example#2690 - OO example
- Example#2691 - msgfmt_parse example
- Example#2692 - OO example
- Example#2693 - msgfmt_set_pattern example
- Example#2694 - OO example
- Example#2695 - IntlCalendar::add
- Example#2696 - IntlCalendar::after
- Example#2697 - IntlCalendar::clear examples
- Example#2698 - IntlCalendar::createInstance
- Example#2699 - IntlCalendar::equals
- Example#2700 - IntlCalendar::fieldDifference
- Example#2701 - IntlCalendar::fromDateTime
- Example#2702 - IntlCalendar::get
- Example#2703 - IntlCalendar::getActualMaximum
- Example#2704 - IntlCalendar::getAvailableLocales()
- Example#2705 - IntlCalendar::getDayOfWeekType
- Example#2706 - IntlCalendar::getErrorCode and
IntlCalendar::getErrorMessage
- Example#2707 - IntlCalendar::getErrorMessage
- Example#2708 - IntlCalendar::getFirstDayOfWeek
- Example#2709 - IntlCalendar::getKeyworkValuesForLocale
- Example#2710 - Maxima examples
- Example#2711 - IntlCalendar::getLocale
- Example#2712 - IntlCalendar::getMinimalDaysInFirstWeek
- Example#2713 - IntlCalendar::getNow
- Example#2714 - IntlCalendar::getRepeatedWallTimeOption
- Example#2715 - IntlCalendar::getSkippedWallTimeOption
- Example#2716 - IntlCalendar::getTime
- Example#2717 - IntlCalendar::getTimeZone
- Example#2718 - IntlCalendar::getType
- Example#2719 - IntlCalendar::inDaylightTime
- Example#2720 - IntlCalendar::isEquivalentTo
- Example#2721 - IntlCalendar::isLenient
- Example#2722 - IntlCalendar::isWeekend
- Example#2723 - IntlCalendar::roll
- Example#2724 - IntlCalendar::set
- Example#2725 - IntlCalendar::setFirstDayOfWeek
- Example#2726 - IntlCalendar::setTime
- Example#2727 - IntlCalendar::setTimeZone
- Example#2728 - IntlCalendar::toDateTime
- Example#2729 - datefmt_create example
- Example#2730 - OO example
- Example#2731 - datefmt_format example
- Example#2732 - OO example
- Example#2733 - With IntlCalendar object
- Example#2734 - IntlDateFormatter::formatObject examples
- Example#2735 - datefmt_get_calendar example
- Example#2736 - OO example
- Example#2737 - datefmt_get_datetype example
- Example#2738 - OO example
- Example#2739 - datefmt_get_error_code example
- Example#2740 - OO example
- Example#2741 - datefmt_get_error_message example
- Example#2742 - OO example
- Example#2743 - datefmt_get_locale example
- Example#2744 - OO example
- Example#2745 - datefmt_get_pattern example
- Example#2746 - OO example
- Example#2747 - datefmt_get_timetype example
- Example#2748 - OO example
- Example#2749 - datefmt_get_timezone_id example
- Example#2750 - OO example
- Example#2751 - IntlDateFormatter::getCalendarObject example
- Example#2752 - IntlDateFormatter::getTimeZone examples
- Example#2753 - datefmt_is_lenient example
- Example#2754 - OO example
- Example#2755 - datefmt_localtime example
- Example#2756 - OO example
- Example#2757 - OO example
- Example#2758 - datefmt_parse example
- Example#2759 - datefmt_set_calendar example
- Example#2760 - OO example
- Example#2761 - Example with IntlCalendar argument
- Example#2762 - datefmt_set_lenient example
- Example#2763 - OO example
- Example#2764 - datefmt_set_pattern example
- Example#2765 - OO example
- Example#2766 - datefmt_set_timezone_id example
- Example#2767 - OO example
- Example#2768 - IntlDateFormatter::setTimeZone examples
- Example#2769 - Exempo da função resourcebundle_count
- Example#2770 - Exemplo usando OO
- Example#2771 - Exemplo de resourcebundle_create
- Example#2772 - Exemplo de ResourceBundle::create
- Example#2773 - Exemplo da função resourcebundle_get_error_code
- Example#2774 - Exemplo usando OO
- Example#2775 - Exemplo da função resourcebundle_get_error_message
- Example#2776 - Exemplo usando OO
- Example#2777 - Exemplo da função resourcebundle_get
- Example#2778 - Exemplo usando OO
- Example#2779 - Exemplo da função resourcebundle_locales
- Example#2780 - Exemplo usando OO
- Example#2781 - Spoofchecker::areConfusable example
- Example#2782 - Spoofchecker::isSuspicious example
- Example#2783 - Converting escaped UTF-16 code units
- Example#2784 - grapheme_extract example
- Example#2785 - grapheme_stripos example
- Example#2786 - grapheme_stristr example
- Example#2787 - grapheme_strlen example
- Example#2788 - grapheme_strpos example
- Example#2789 - grapheme_strripos example
- Example#2790 - grapheme_strrpos example
- Example#2791 - grapheme_strstr example
- Example#2792 - grapheme_substr example
- Example#2793 - idn_to_ascii example
- Example#2794 - idn_to_utf8 example
- Example#2795 - Testando codepoints diferentes
- Example#2796 - Testando codepoints diferentes
- Example#2797 - Testando codepoints diferentes
- Example#2798 - Testando codepoints diferentes
- Example#2799 - Testando codepoints diferentes
- Example#2800 - Testando codepoints diferentes
- Example#2801 - Testando codepoints diferentes
- Example#2802 - Testando codepoints diferentes
- Example#2803 - Testando codepoints diferentes
- Example#2804 - Enumerating over a sample range of code points
- Example#2805 - Enumerating over a sample range of code points
- Example#2806 - Testando codepoints diferentes
- Example#2807 - Testando codepoints diferentes
- Example#2808 - Testando codepoints diferentes
- Example#2809 - Testando codepoints diferentes
- Example#2810 - Testando codepoints diferentes
- Example#2811 - Testando propriedades diferentes
- Example#2812 - Testando propriedades diferentes
- Example#2813 - Testando propriedades diferentes
- Example#2814 - Testando codepoints diferentes
- Example#2815 - Testando propriedades diferentes
- Example#2816 - Testando propriedades diferentes
- Example#2817 - Testando propriedades diferentes
- Example#2818 - Testando propriedades diferentes
- Example#2819 - Testando propriedades diferentes
- Example#2820 - Testando propriedades diferentes
- Example#2821 - Testando codepoints diferentes
- Example#2822 - Testando codepoints diferentes
- Example#2823 - Testando codepoints diferentes
- Example#2824 - Testando codepoints diferentes
- Example#2825 - Testando codepoints diferentes
- Example#2826 - Testando codepoints diferentes
- Example#2827 - Testando codepoints diferentes
- Example#2828 - Testando codepoints diferentes
- Example#2829 - Testando codepoints diferentes
- Example#2830 - Testando codepoints diferentes
- Example#2831 - Testando codepoints diferentes
- Example#2832 - Testando codepoints diferentes
- Example#2833 - Testando codepoints diferentes
- Example#2834 - Testando codepoints diferentes
- Example#2835 - Testando codepoints diferentes
- Example#2836 - Testando codepoints diferentes
- Example#2837 - Testando codepoints diferentes
- Example#2838 - Testando codepoints diferentes
- Example#2839 - Testando codepoints diferentes
- Example#2840 - Testando codepoints diferentes
- Example#2841 - Testando codepoints diferentes
- Example#2842 - Testando codepoints diferentes
- Example#2843 - Testando codepoints diferentes
- Example#2844 - Testando codepoints diferentes
- Example#2845 - Testando codepoints diferentes
- Example#2846 - Testando codepoints diferentes
- Example#2847 - Testando codepoints diferentes
- Example#2848 - Testando codepoints diferentes
- Example#2849 - Testando codepoints diferentes
- Example#2850 - Testando codepoints diferentes
- Example#2851 - Testando codepoints diferentes
- Example#2852 - Testando codepoints diferentes
- Example#2853 - intl_error_name example
- Example#2854 - intl_get_error_code example
- Example#2855 - intl_get_error_message example
- Example#2856 - intl_is_failure example
- Example#2857 - php.ini setting examples
- Example#2858 - php.ini setting for EUC-JP users
- Example#2859 - php.ini setting for SJIS users
- Example#2860 - Disable HTTP input conversion in php.ini
- Example#2861 - php.ini setting example
- Example#2862 - Script example
- Example#2863 - mb_convert_case example
- Example#2864 - mb_convert_case example with non-Latin UTF-8 text
- Example#2865 - mb_convert_encoding example
- Example#2866 - mb_convert_kana example
- Example#2867 - mb_convert_variables example
- Example#2868 - convmap example
- Example#2869 - convmap example escapes JavaScript string
- Example#2870 - mb_detect_encoding example
- Example#2871 - mb_detect_order examples
- Example#2872 - Example showing useless detect orders
- Example#2873 - mb_encode_mimeheader example
- Example#2874 - convmap example
- Example#2875 - mb_encode_numericentity example
- Example#2876 - mb_encoding_aliases example
- Example#2877 - mb_ereg_replace_callback example
- Example#2878 - mb_ereg_replace_callback using anonymous function
supported in PHP 5.3.0 or later
- Example#2879 - mb_internal_encoding example
- Example#2880 - mb_list_encodings example
- Example#2881 - mb_output_handler example
- Example#2882 - mb_preferred_mime_name example
- Example#2883 - mb_strimwidth example
- Example#2884 - mb_strtolower example
- Example#2885 - mb_strtolower example with non-Latin UTF-8 text
- Example#2886 - mb_strtoupper example
- Example#2887 - mb_strtoupper example with non-Latin UTF-8 text
- Example#2888 - mb_substitute_character example
- Example#2889 - mb_substr_count example
- Example#2890 - pspell_add_to_personal
- Example#2891 - pspell_check Example
- Example#2892 - pspell_add_to_personal Example
- Example#2893 - pspell_config_create
- Example#2894 - pspell_config_ignore
- Example#2895 - pspell_config_mode Example
- Example#2896 - pspell_config_personal
- Example#2897 - pspell_config_repl
- Example#2898 - pspell_config_runtogether
- Example#2899 - pspell_new_config
- Example#2900 - pspell_new_personal
- Example#2901 - pspell_new
- Example#2902 - pspell_add_to_personal
- Example#2903 - pspell_store_replacement
- Example#2904 - pspell_suggest example
- Example#2905 - Basic recode_file example
- Example#2906 - Basic recode_string example
- Example#2907 - Cairo Example
- Example#2908 - cairo_create example
- Example#2909 - cairo_font_face_get_type example
- Example#2910 - cairo_font_face_status example
- Example#2911 - cairo_font_options_create example
- Example#2912 - cairo_font_options_equal example
- Example#2913 - cairo_font_options_get_antialias example
- Example#2914 - cairo_font_options_get_hint_metrics example
- Example#2915 - cairo_font_options_get_hint_style example
- Example#2916 - cairo_font_options_get_subpixel_order example
- Example#2917 - cairo_font_options_hash example
- Example#2918 - cairo_font_options_merge example
- Example#2919 - cairo_font_options_set_antialias example
- Example#2920 - cairo_font_options_set_hint_metrics example
- Example#2921 - cairo_font_options_set_hint_style example
- Example#2922 - cairo_font_options_set_subpixel_order example
- Example#2923 - cairo_font_options_status example
- Example#2924 - cairo_format_stride_for_width example
- Example#2925 - cairo_image_surface_create_for_data example
- Example#2926 - cairo_image_surface_create_from_png example
- Example#2927 - cairo_image_surface_create example
- Example#2928 - cairo_image_surface_get_data example
- Example#2929 - cairo_image_surface_get_format example
- Example#2930 - cairo_image_surface_get_height example
- Example#2931 - cairo_image_surface_get_stride example
- Example#2932 - cairo_image_surface_get_width example
- Example#2933 - cairo_matrix_invert example
- Example#2934 - cairo_matrix_multiply example
- Example#2935 - cairo_matrix_rotate example
- Example#2936 - cairo_matrix_transform_distance example
- Example#2937 - cairo_matrix_transform_point example
- Example#2938 - cairo_matrix_translate example
- Example#2939 - cairo_pattern_add_color_stop_rgb example
- Example#2940 - cairo_pattern_add_color_stop_rgba example
- Example#2941 - cairo_pattern_create_for_surface example
- Example#2942 - cairo_pattern_create_linear example
- Example#2943 - cairo_pattern_create_radial example
- Example#2944 - cairo_pattern_create_rgb example
- Example#2945 - cairo_pattern_create_rgba example
- Example#2946 - cairo_pattern_get_color_stop_count example
- Example#2947 - cairo_pattern_get_color_stop_rgba example
- Example#2948 - cairo_pattern_get_extend example
- Example#2949 - cairo_pattern_get_filter example
- Example#2950 - cairo_pattern_get_linear_points example
- Example#2951 - cairo_pattern_get_matrix example
- Example#2952 - cairo_pattern_get_radial_circles example
- Example#2953 - cairo_pattern_get_rgba example
- Example#2954 - cairo_pattern_get_surface example
- Example#2955 - cairo_pattern_get_type example
- Example#2956 - cairo_pattern_set_extend example
- Example#2957 - cairo_pattern_set_filter example
- Example#2958 - cairo_pattern_set_matrix example
- Example#2959 - cairo_pattern_status example
- Example#2960 - cairo_pdf_surface_create example
- Example#2961 - cairo_pdf_surface_set_size example
- Example#2962 - cairo_ps_get_levels example
- Example#2963 - cairo_ps_level_to_string example
- Example#2964 - cairo_ps_surface_create example
- Example#2965 - cairo_ps_surface_dsc_begin_page_setup example
- Example#2966 - cairo_ps_surface_dsc_begin_setup example
- Example#2967 - cairo_ps_surface_dsc_comment example
- Example#2968 - cairo_ps_surface_get_eps example
- Example#2969 - cairo_ps_surface_restrict_to_level example
- Example#2970 - cairo_ps_surface_set_eps example
- Example#2971 - cairo_ps_surface_set_size example
- Example#2972 - cairo_scaled_font_create example
- Example#2973 - cairo_scaled_font_extents example
- Example#2974 - cairo_scaled_font_get_ctm example
- Example#2975 - cairo_scaled_font_get_font_face example
- Example#2976 - cairo_scaled_font_get_font_matrix example
- Example#2977 - cairo_scaled_font_get_font_options example
- Example#2978 - cairo_scaled_font_get_scale_matrix example
- Example#2979 - cairo_scaled_font_get_type example
- Example#2980 - cairo_scaled_font_glyph_extents example
- Example#2981 - cairo_scaled_font_status example
- Example#2982 - cairo_scaled_font_text_extents example
- Example#2983 - cairo_surface_copy_page example
- Example#2984 - cairo_surface_create_similar example
- Example#2985 - cairo_surface_finish example
- Example#2986 - cairo_surface_flush example
- Example#2987 - cairo_surface_get_content example
- Example#2988 - cairo_surface_get_device_offset example
- Example#2989 - cairo_surface_get_font_options example
- Example#2990 - cairo_surface_get_type example
- Example#2991 - cairo_surface_mark_dirty_rectangle example
- Example#2992 - cairo_surface_mark_dirty example
- Example#2993 - cairo_surface_set_device_offset example
- Example#2994 - cairo_surface_set_fallback_resolution example
- Example#2995 - cairo_surface_show_page example
- Example#2996 - cairo_surface_status example
- Example#2997 - cairo_surface_write_to_png example
- Example#2998 - cairo_svg_surface_create example
- Example#2999 - cairo_svg_surface_restrict_to_version example
- Example#3000 - cairo_svg_version_to_string example
- Example#3001 - Estilo orientado à objeto
- Example#3002 - Estilo procedural
- Example#3003 - Estilo orientado à objeto
- Example#3004 - Estilo procedural
- Example#3005 - Estilo orientado à objeto
- Example#3006 - Estilo procedural
- Example#3007 - Estilo orientado à objeto
- Example#3008 - Estilo procedural
- Example#3009 - Estilo orientado à objeto
- Example#3010 - Estilo procedural
- Example#3011 - Estilo orientado à objeto
- Example#3012 - Estilo procedural
- Example#3013 - Estilo orientado à objeto
- Example#3014 - Estilo procedural
- Example#3015 - Estilo orientado à objeto
- Example#3016 - Estilo procedural
- Example#3017 - Estilo orientado à objeto
- Example#3018 - Estilo procedural
- Example#3019 - Estilo orientado à objeto
- Example#3020 - Estilo procedural
- Example#3021 - Estilo orientado à objeto
- Example#3022 - Estilo procedural
- Example#3023 - Estilo orientado à objeto
- Example#3024 - Estilo procedural
- Example#3025 - Estilo orientado à objeto
- Example#3026 - Estilo procedural
- Example#3027 - CairoContext::__construct example
- Example#3028 - Estilo orientado à objeto
- Example#3029 - Estilo procedural
- Example#3030 - Estilo orientado à objeto
- Example#3031 - Estilo procedural
- Example#3032 - Estilo orientado à objeto
- Example#3033 - Estilo procedural
- Example#3034 - Estilo orientado à objeto
- Example#3035 - Estilo procedural
- Example#3036 - Estilo orientado à objeto
- Example#3037 - Estilo procedural
- Example#3038 - Estilo orientado à objeto
- Example#3039 - Estilo procedural
- Example#3040 - Estilo orientado à objeto
- Example#3041 - Estilo procedural
- Example#3042 - Estilo orientado à objeto
- Example#3043 - Estilo procedural
- Example#3044 - Estilo orientado à objeto
- Example#3045 - Estilo procedural
- Example#3046 - Estilo orientado à objeto
- Example#3047 - Estilo procedural
- Example#3048 - Estilo orientado à objeto
- Example#3049 - Estilo procedural
- Example#3050 - Estilo orientado à objeto
- Example#3051 - Estilo procedural
- Example#3052 - Estilo orientado à objeto
- Example#3053 - Estilo procedural
- Example#3054 - Estilo orientado à objeto
- Example#3055 - Estilo procedural
- Example#3056 - Estilo orientado à objeto
- Example#3057 - Estilo procedural
- Example#3058 - Estilo orientado à objeto
- Example#3059 - Estilo procedural
- Example#3060 - Estilo orientado à objeto
- Example#3061 - Estilo procedural
- Example#3062 - Estilo orientado à objeto
- Example#3063 - Estilo procedural
- Example#3064 - Estilo orientado à objeto
- Example#3065 - Estilo procedural
- Example#3066 - Estilo orientado à objeto
- Example#3067 - Estilo procedural
- Example#3068 - Estilo orientado à objeto
- Example#3069 - Estilo procedural
- Example#3070 - Estilo orientado à objeto
- Example#3071 - Estilo procedural
- Example#3072 - Estilo orientado à objeto
- Example#3073 - Estilo procedural
- Example#3074 - Estilo orientado à objeto
- Example#3075 - Estilo procedural
- Example#3076 - Estilo orientado à objeto
- Example#3077 - Estilo procedural
- Example#3078 - Estilo orientado à objeto
- Example#3079 - Estilo procedural
- Example#3080 - Estilo orientado à objeto
- Example#3081 - Estilo procedural
- Example#3082 - Estilo orientado à objeto
- Example#3083 - Estilo procedural
- Example#3084 - Estilo orientado à objeto
- Example#3085 - Estilo procedural
- Example#3086 - Estilo orientado à objeto
- Example#3087 - Estilo procedural
- Example#3088 - Estilo orientado à objeto
- Example#3089 - Estilo procedural
- Example#3090 - Estilo orientado à objeto
- Example#3091 - Estilo procedural
- Example#3092 - Estilo orientado à objeto
- Example#3093 - Estilo procedural
- Example#3094 - Estilo orientado à objeto
- Example#3095 - Estilo procedural
- Example#3096 - Estilo orientado à objeto
- Example#3097 - Estilo procedural
- Example#3098 - Estilo orientado à objeto
- Example#3099 - Estilo procedural
- Example#3100 - Estilo orientado à objeto
- Example#3101 - Estilo procedural
- Example#3102 - Estilo orientado à objeto
- Example#3103 - Estilo procedural
- Example#3104 - Estilo orientado à objeto
- Example#3105 - Estilo procedural
- Example#3106 - Estilo orientado à objeto
- Example#3107 - Estilo procedural
- Example#3108 - Estilo orientado à objeto
- Example#3109 - Estilo procedural
- Example#3110 - Estilo orientado à objeto
- Example#3111 - Estilo procedural
- Example#3112 - Estilo orientado à objeto
- Example#3113 - Estilo procedural
- Example#3114 - Estilo orientado à objeto
- Example#3115 - Estilo procedural
- Example#3116 - Estilo orientado à objeto
- Example#3117 - Estilo procedural
- Example#3118 - Estilo orientado à objeto
- Example#3119 - Estilo procedural
- Example#3120 - Estilo orientado à objeto
- Example#3121 - Estilo procedural
- Example#3122 - Estilo orientado à objeto
- Example#3123 - Estilo procedural
- Example#3124 - Estilo orientado à objeto
- Example#3125 - Estilo procedural
- Example#3126 - Estilo orientado à objeto
- Example#3127 - Estilo procedural
- Example#3128 - Estilo orientado à objeto
- Example#3129 - Estilo procedural
- Example#3130 - Estilo orientado à objeto
- Example#3131 - Estilo procedural
- Example#3132 - Estilo orientado à objeto
- Example#3133 - Estilo procedural
- Example#3134 - Estilo orientado à objeto
- Example#3135 - Estilo procedural
- Example#3136 - Estilo orientado à objeto
- Example#3137 - Estilo procedural
- Example#3138 - Estilo orientado à objeto
- Example#3139 - Estilo procedural
- Example#3140 - Estilo orientado à objeto
- Example#3141 - Estilo procedural
- Example#3142 - Estilo orientado à objeto
- Example#3143 - Estilo procedural
- Example#3144 - Estilo orientado à objeto
- Example#3145 - Estilo procedural
- Example#3146 - Estilo orientado à objeto
- Example#3147 - Estilo procedural
- Example#3148 - Estilo orientado à objeto
- Example#3149 - Estilo procedural
- Example#3150 - Estilo orientado à objeto
- Example#3151 - Estilo procedural
- Example#3152 - Estilo orientado à objeto
- Example#3153 - Estilo procedural
- Example#3154 - Estilo orientado à objeto
- Example#3155 - Estilo procedural
- Example#3156 - Estilo orientado à objeto
- Example#3157 - Estilo procedural
- Example#3158 - Estilo orientado à objeto
- Example#3159 - Estilo procedural
- Example#3160 - Estilo orientado à objeto
- Example#3161 - Estilo procedural
- Example#3162 - Estilo orientado à objeto
- Example#3163 - Estilo procedural
- Example#3164 - Estilo orientado à objeto
- Example#3165 - Estilo procedural
- Example#3166 - Estilo orientado à objeto
- Example#3167 - Estilo procedural
- Example#3168 - Estilo orientado à objeto
- Example#3169 - Estilo procedural
- Example#3170 - Estilo orientado à objeto
- Example#3171 - Estilo procedural
- Example#3172 - Estilo orientado à objeto
- Example#3173 - Estilo procedural
- Example#3174 - Estilo orientado à objeto
- Example#3175 - Estilo procedural
- Example#3176 - Estilo orientado à objeto
- Example#3177 - Estilo procedural
- Example#3178 - Estilo orientado à objeto
- Example#3179 - Estilo procedural
- Example#3180 - Estilo orientado à objeto
- Example#3181 - Estilo procedural
- Example#3182 - Estilo orientado à objeto
- Example#3183 - Estilo procedural
- Example#3184 - Estilo orientado à objeto
- Example#3185 - Estilo procedural
- Example#3186 - Estilo orientado à objeto
- Example#3187 - Estilo procedural
- Example#3188 - Estilo orientado à objeto
- Example#3189 - Estilo procedural
- Example#3190 - Estilo orientado à objeto
- Example#3191 - Estilo procedural
- Example#3192 - Estilo orientado à objeto
- Example#3193 - Estilo procedural
- Example#3194 - Estilo orientado à objeto
- Example#3195 - Estilo procedural
- Example#3196 - Estilo orientado à objeto
- Example#3197 - Estilo procedural
- Example#3198 - Estilo orientado à objeto
- Example#3199 - Estilo procedural
- Example#3200 - Estilo orientado à objeto
- Example#3201 - Estilo procedural
- Example#3202 - CairoSurface::createSimilar example
- Example#3203 - CairoSurface::finish example
- Example#3204 - CairoSurface::flush example
- Example#3205 - CairoSurface::getContent example
- Example#3206 - CairoSurface::getDeviceOffset example
- Example#3207 - Estilo orientado à objeto
- Example#3208 - Estilo procedural
- Example#3209 - CairoSurface::getType example
- Example#3210 - CairoSurface::markDirty example
- Example#3211 - CairoSurface::markDirtyRectangle example
- Example#3212 - CairoSurface::setDeviceOffset example
- Example#3213 - CairoSurface::setFallbackResolution example
- Example#3214 - Estilo orientado à objeto
- Example#3215 - Estilo procedural
- Example#3216 - Estilo orientado à objeto
- Example#3217 - Estilo procedural
- Example#3218 - CairoSurface::writeToPng example
- Example#3219 - CairoSvgSurface::__construct example
- Example#3220 - CairoSvgSurface::getVersions example
- Example#3221 - Estilo procedural
- Example#3222 - CairoSvgSurface::restrictToVersion example
- Example#3223 - CairoSvgSurface::versionToString example
- Example#3224 - CairoImageSurface::__construct example
- Example#3225 - CairoImageSurface::createForData example
- Example#3226 - CairoImageSurface::createFromPng example
- Example#3227 - CairoImageSurface::getData example
- Example#3228 - CairoImageSurface::getFormat example
- Example#3229 - CairoImageSurface::getHeight example
- Example#3230 - CairoImageSurface::getStride example
- Example#3231 - CairoImageSurface::getWidth example
- Example#3232 - CairoPdfSurface::__construct example
- Example#3233 - CairoPdfSurface::setSize example
- Example#3234 - CairoPsSurface::__construct example
- Example#3235 - CairoPsSurface::dscBeginPageSetup example
- Example#3236 - CairoPsSurface::dscBeginSetup example
- Example#3237 - CairoPsSurface::dscComment example
- Example#3238 - CairoPsSurface::getEps example
- Example#3239 - CairoPsSurface::getLevels example
- Example#3240 - CairoPsSurface::levelToString example
- Example#3241 - CairoPsSurface::restrictToLevel example
- Example#3242 - CairoPsSurface::setEps example
- Example#3243 - CairoPsSurface::setSize example
- Example#3244 - CairoFontFace::__construct example
- Example#3245 - CairoFontFace::getType example
- Example#3246 - Estilo orientado à objeto
- Example#3247 - Estilo procedural
- Example#3248 - CairoFontOptions::__construct example
- Example#3249 - CairoFontOptions::equal example
- Example#3250 - Estilo orientado à objeto
- Example#3251 - Estilo procedural
- Example#3252 - CairoFontOptions::getHintMetrics example
- Example#3253 - CairoFontOptions::getHintStyle example
- Example#3254 - CairoFontOptions::getSubpixelOrder example
- Example#3255 - CairoFontOptions::hash example
- Example#3256 - CairoFontOptions::merge example
- Example#3257 - Estilo orientado à objeto
- Example#3258 - Estilo procedural
- Example#3259 - CairoFontOptions::setHintMetrics example
- Example#3260 - CairoFontOptions::setHintStyle example
- Example#3261 - CairoFontOptions::setSubpixelOrder example
- Example#3262 - Estilo orientado à objeto
- Example#3263 - Estilo procedural
- Example#3264 - CairoScaledFont::__construct example
- Example#3265 - CairoScaledFont::extents example
- Example#3266 - CairoScaledFont::getCtm example
- Example#3267 - Estilo orientado à objeto
- Example#3268 - Estilo procedural
- Example#3269 - Estilo orientado à objeto
- Example#3270 - Estilo procedural
- Example#3271 - Estilo orientado à objeto
- Example#3272 - Estilo procedural
- Example#3273 - CairoScaledFont::getScaleMatrix example
- Example#3274 - CairoScaledFont::getType example
- Example#3275 - CairoScaledFont::glyphExtents example
- Example#3276 - Estilo orientado à objeto
- Example#3277 - Estilo procedural
- Example#3278 - Estilo orientado à objeto
- Example#3279 - Estilo procedural
- Example#3280 - CairoPattern::__construct example
- Example#3281 - Estilo orientado à objeto
- Example#3282 - Estilo procedural
- Example#3283 - CairoPattern::getType example
- Example#3284 - Estilo orientado à objeto
- Example#3285 - Estilo procedural
- Example#3286 - Estilo orientado à objeto
- Example#3287 - Estilo procedural
- Example#3288 - CairoGradientPattern::addColorStopRgb example
- Example#3289 - CairoGradientPattern::addColorStopRgba example
- Example#3290 - CairoGradientPattern::getColorStopCount example
- Example#3291 - CairoGradientPattern::getColorStopRgba example
- Example#3292 - CairoGradientPattern::getExtend example
- Example#3293 - CairoGradientPattern::setExtend example
- Example#3294 - CairoSolidPattern::__construct example
- Example#3295 - CairoSolidPattern::getRgba example
- Example#3296 - CairoSurfacePattern::__construct example
- Example#3297 - CairoSurfacePattern::getExtend example
- Example#3298 - CairoSurfacePattern::getFilter example
- Example#3299 - CairoSurfacePattern::getSurface example
- Example#3300 - CairoSurfacePattern::setExtend example
- Example#3301 - CairoSurfacePattern::setFilter example
- Example#3302 - CairoLinearGradient::__construct example
- Example#3303 - CairoLinearGradient::getPoints example
- Example#3304 - CairoRadialGradient::__construct example
- Example#3305 - CairoRadialGradient::getCircles example
- Example#3306 - CairoFormat::strideForWidth example
- Example#3307 - Estilo orientado à objeto
- Example#3308 - Estilo procedural
- Example#3309 - Estilo orientado à objeto
- Example#3310 - Estilo procedural
- Example#3311 - Estilo orientado à objeto
- Example#3312 - Estilo procedural
- Example#3313 - Estilo orientado à objeto
- Example#3314 - Estilo procedural
- Example#3315 - Estilo orientado à objeto
- Example#3316 - Estilo procedural
- Example#3317 - CairoMatrix::invert example
- Example#3318 - CairoMatrix::multiply example
- Example#3319 - Estilo orientado à objeto
- Example#3320 - Estilo procedural
- Example#3321 - Estilo orientado à objeto
- Example#3322 - Estilo procedural
- Example#3323 - CairoMatrix::transformDistance example
- Example#3324 - CairoMatrix::transformPoint example
- Example#3325 - Estilo orientado à objeto
- Example#3326 - Estilo procedural
- Example#3327 - Exemplo da exif_imagetype
- Example#3328 - Exemplo exif_read_data
- Example#3329 - Exemplo da exif_thumbnail
- Example#3330 - Criação de PNG com PHP
- Example#3331 - Usando a gd_info
- Example#3332 - getimagesize (file)
- Example#3333 - getimagesize (URL)
- Example#3334 - getimagesize() e tipos MIME
- Example#3335 - getimagesize() retornando IPTC
- Example#3336 - getimagesizefromstring example
- Example#3337 - image_type_to_extension example
- Example#3338 - image_type_to_mime_type (arquivo)
- Example#3339 - Exemplo image2wbmp
- Example#3340 - imageaffinematrixconcat example
- Example#3341 - imageaffinematrixget example
- Example#3342 - imagealphablending usage example
- Example#3343 - Desenhando um círculo com imagearc
- Example#3344 - Exemplo imagechar
- Example#3345 - Exemplo imagecharup
- Example#3346 - Exemplo de uso de imagecolorallocatealpha
- Example#3347 - Acessando os valores RGB distintos
- Example#3348 - Example of using imagecolorclosesthwb
- Example#3349 - imagecolorset example
- Example#3350 - Exemplo imagecolorsforindex
- Example#3351 - Embossing the PHP.net logo
- Example#3352 - Gaussian blur
- Example#3353 - imagecopymergegray usage
- Example#3354 - Simple example
- Example#3355 - Resampling an image proportionally
- Example#3356 - Resizing an image
- Example#3357 - Criando um novo stream de imagem GD e mostrando uma imagem.
- Example#3358 - Exemplo de como manipular um erro durante a criação
- Example#3359 - Exemplo de como manipular um erro durante a criação
- Example#3360 - Exemplo de como manipular um erro durante a criação
- Example#3361 - Exemplo de como manipular um erro durante a criação
- Example#3362 - Convert an WebP image to a jpeg image using imagecreatefromwebp
- Example#3363 - Criando um novo stream de imagem GD e enviando a imagem.
- Example#3364 - imagecrop example
- Example#3365 - Proper handling of auto-cropping
- Example#3366 - Exemplo imageellipse
- Example#3367 - imagefill example
- Example#3368 - Creating a 3D looking pie
- Example#3369 - Exemplo imagefilledellipse
- Example#3370 - Exemplo imagefilledpolygon
- Example#3371 - Filling an ellipse with a color
- Example#3372 - imagefilter grayscale example
- Example#3373 - imagefilter brightness example
- Example#3374 - imagefilter colorize example
- Example#3375 - imagefilter negate example
- Example#3376 - imagefilter pixelate example
- Example#3377 - Flips an image vertically
- Example#3378 - Flips the image horizontally
- Example#3379 - imageftbbox example
- Example#3380 - imagegammacorrect usage
- Example#3381 - imagegetclip example
- Example#3382 - imagegrabscreen example
- Example#3383 - imagegrabwindow example
- Example#3384 - imagelayereffect example
- Example#3385 - Desenhando uma linha
- Example#3386 - Usando imageloadfont
- Example#3387 - imageopenpolygon example
- Example#3388 - Converts any image resource to true color
- Example#3389 - Exemplo imagepolygon
- Example#3390 - imagepsbbox usage
- Example#3391 - imagepsencodefont example
- Example#3392 - imagepsextendfont example
- Example#3393 - Exemplo da imagepsloadfont
- Example#3394 - imagepsslantfont example
- Example#3395 - imagepstext usage
- Example#3396 - Setting and getting the resolution of an image
- Example#3397 - imagesetbrush example
- Example#3398 - imagesetinterpolation example
- Example#3399 - imagesetstyle example
- Example#3400 - imagesettile example
- Example#3401 - Exemplo da imagestring
- Example#3402 - Usando imagesx
- Example#3403 - Usando imagesy
- Example#3404 - Exemplo imagettftext
- Example#3405 - Verificando o suporte a PNG
- Example#3406 - Saving an WebP file
- Example#3407 - Saving an XBM file
- Example#3408 - Saving an XBM file with a different foreground color
- Example#3409 - Gmagick Example
- Example#3410 - Gmagick::despeckleimage example
- Example#3411 - Gmagick::setCompressionQuality
- Example#3412 - Creating a thumbnail in Imagick
- Example#3413 - Make a thumbnail of all JPG files in a directory
- Example#3414 - Creating a reflection of an image
- Example#3415 - Filling text with gradient
- Example#3416 - Read in GIF image and resize all frames
- Example#3417 - Create a PHP logo
- Example#3418 - Using Imagick::adaptiveBlurImage:
- Example#3419 - Using Imagick::adaptiveResizeImage
- Example#3420 - A Imagick::adaptiveSharpenImage example
- Example#3421 - Imagick::adaptiveThresholdImage
- Example#3422 - Imagick::addNoiseImage
- Example#3423 - Imagick::affineTransformImage
- Example#3424 - Using Imagick::annotateImage:
- Example#3425 - Imagick::appendImages example
- Example#3426 - Imagick::autoLevelImage
- Example#3427 - Imagick::blackThresholdImage
- Example#3428 - Imagick::blueShiftImage
- Example#3429 - Using Imagick::blurImage:
- Example#3430 - Imagick::borderImage
- Example#3431 - Imagick::brightnessContrastImage
- Example#3432 - Imagick::charcoalImage
- Example#3433 - Using Imagick::chopImage:
- Example#3434 - Imagick object cloning in different versions of imagick
- Example#3435 - Using Imagick::clutImage:
- Example#3436 - Imagick::colorizeImage
- Example#3437 - Imagick::colorMatrixImage
- Example#3438 - Using Imagick::commentImage:
- Example#3439 - Using Imagick::compareImageLayers
- Example#3440 - Using Imagick::compareImages:
- Example#3441 - Using Imagick::compositeImage:
- Example#3442 - Imagick::contrastImage
- Example#3443 - Imagick::convolveImage
- Example#3444 - Imagick::cropImage
- Example#3445 - Imagick::deskewImage
- Example#3446 - Imagick::despeckleImage
- Example#3447 - Using Imagick::distortImage:
- Example#3448 - Imagick::edgeImage
- Example#3449 - Imagick::embossImage
- Example#3450 - Imagick::enhanceImage
- Example#3451 - Imagick::equalizeImage
- Example#3452 - Using Imagick::evaluateImage
- Example#3453 - Using Imagick::exportImagePixels
- Example#3454 - Imagick::filter
- Example#3455 - Imagick::flipImage
- Example#3456 - Imagick::floodfillPaintImage example
- Example#3457 - Imagick::flopImage
- Example#3458 - Imagick::forwardFourierTransformImage
- Example#3459 - Imagick::frameImage
- Example#3460 - Create a sinusoidal gradient
- Example#3461 - Create a gradient from the polynomial (4x^2 - 4x + 1)
- Example#3462 - Create a complex gradient from the polynomial (4x^2 - 4x^2 + 1) modulated by a sinusoidal gradient
- Example#3463 - Imagick::fxImage
- Example#3464 - Imagick::gammaImage
- Example#3465 - Imagick::gaussianBlurImage
- Example#3466 - Imagick::getImageGeometry
- Example#3467 - Generates Imagick::getImageHistogram
- Example#3468 - Using Imagick::getImageLength:
- Example#3469 - Using Imagick::getImageProperties:
- Example#3470 - Using Imagick::getImageProperty:
- Example#3471 - Using Imagick::getIteratorIndex:
- Example#3472 - Imagick::getPixelIterator
- Example#3473 - Imagick::getPixelRegionIterator example
- Example#3474 - Imagick::haldClutImage
- Example#3475 - Imagick::identifyFormat
- Example#3476 - Example Result Format
- Example#3477 - Imagick::implodeImage
- Example#3478 - Imagick::importImagePixels example
- Example#3479 - Imagick::levelImage
- Example#3480 - Imagick::linearStretchImage
- Example#3481 - Imagick::magnifyImage
- Example#3482 - Imagick::medianFilterImage
- Example#3483 - Imagick::mergeImageLayers
- Example#3484 - Imagick::modulateImage
- Example#3485 - Convolve Imagick::morphology
- Example#3486 - Correlate Imagick::morphology
- Example#3487 - Erode Imagick::morphology
- Example#3488 - Erode Intensity Imagick::morphology
- Example#3489 - Dilate Imagick::morphology
- Example#3490 - Dilate intensity Imagick::morphology
- Example#3491 - Distance with Chebyshev kernel Imagick::morphology
- Example#3492 - Distance with Manhattan kernel Imagick::morphology
- Example#3493 - Distance with ocatagonal kernel Imagick::morphology
- Example#3494 - Distance with Euclidean kernel Imagick::morphology
- Example#3495 - Edge Imagick::morphology
- Example#3496 - Open Imagick::morphology
- Example#3497 - Open intensity Imagick::morphology
- Example#3498 - Close Imagick::morphology
- Example#3499 - Close Intensity Imagick::morphology
- Example#3500 - Smooth Imagick::morphology
- Example#3501 - Edge in Imagick::morphology
- Example#3502 - Edge out Imagick::morphology
- Example#3503 - The 'TopHat' method, or more specifically 'White Top Hat', returns the pixels that were removed by a Opening of the shape, that is the pixels that were removed to round off the points, and the connecting bridged between shapes. Imagick::morphology
- Example#3504 - The 'BottomHat' method, also known as 'Black TopHat' is the pixels that a Closing of the shape adds to the image. That is the the pixels that were used to fill in the 'holes', 'gaps', and 'bridges'. Imagick::morphology
- Example#3505 - Hit and Miss Imagick::morphology
- Example#3506 - Thinning Imagick::morphology
- Example#3507 - Thicken Imagick::morphology
- Example#3508 - Thick to generate a convex hull Imagick::morphology
- Example#3509 - Iterative morphology Imagick::morphology
- Example#3510 - Helper functon to get an image silhouette Imagick::morphology
- Example#3511 - Imagick::motionBlurImage
- Example#3512 - Imagick::negateImage
- Example#3513 - Using Imagick::newImage:
- Example#3514 - Imagick::newPseudoImage
- Example#3515 - Imagick::normalizeImage
- Example#3516 - Imagick::oilPaintImage
- Example#3517 - Using Imagick::optimizeImageLayers
- Example#3518 - Imagick::orderedPosterizeImage
- Example#3519 - Using Imagick::pingImageBlob
- Example#3520 - Using Imagick::pingImageFile
- Example#3521 - A Imagick::polaroidImage example
- Example#3522 - Imagick::posterizeImage
- Example#3523 - Imagick::quantizeImage
- Example#3524 - Using Imagick::queryFontMetrics:
- Example#3525 - Imagick::queryFonts
- Example#3526 - Imagick::queryFormats
- Example#3527 - Imagick::radialBlurImage
- Example#3528 - Imagick::raiseImage
- Example#3529 - Imagick::randomThresholdImage
- Example#3530 - Imagick::readImageBlob
- Example#3531 - Imagick::recolorImage
- Example#3532 - Imagick::reduceNoiseImage
- Example#3533 - Imagick::resampleImage
- Example#3534 - Imagick::resizeImage
- Example#3535 - Imagick::rollImage
- Example#3536 - Imagick::rotateImage
- Example#3537 - Imagick::rotationalBlurImage
- Example#3538 - Using Imagick::roundCorners:
- Example#3539 - Imagick::scaleImage
- Example#3540 - Imagick::segmentImage
- Example#3541 - Imagick::selectiveBlurImage
- Example#3542 - Imagick::separateImageChannel
- Example#3543 - Imagick::sepiaToneImage
- Example#3544 - Imagick::setCompressionQuality
- Example#3545 - A Imagick::setFont example
- Example#3546 - A Imagick::setImage example
- Example#3547 - Imagick::setImageArtifact
- Example#3548 - Imagick::setImageBias
- Example#3549 - Imagick::setImageClipMask
- Example#3550 - Imagick::setImageCompressionQuality
- Example#3551 - Modify animated Gif with Imagick::setImageDelay
- Example#3552 - Basic Imagick::setImageIterations usage
- Example#3553 - A Imagick::setImageOpacity example
- Example#3554 - Imagick::setImageOrientation
- Example#3555 - Using Imagick::setImageProperty:
- Example#3556 - Imagick::setImageResolution
- Example#3557 - Modify animated Gif with Imagick::setImageTicksPerSecond
- Example#3558 - Using Imagick::setIteratorIndex:
- Example#3559 - Attempt to reach '$extent' sizeImagick::setOption
- Example#3560 - Imagick::setOption
- Example#3561 - Imagick::setOption
- Example#3562 - A Imagick::setPointSize example
- Example#3563 - Imagick::setProgressMonitor
- Example#3564 - Imagick::setSamplingFactors
- Example#3565 - Imagick::shadeImage
- Example#3566 - Imagick::shadowImage
- Example#3567 - Imagick::sharpenImage
- Example#3568 - Imagick::shaveImage
- Example#3569 - Imagick::shearImage
- Example#3570 - Create a gradient image using Imagick::sigmoidalContrastImage
suitable for blending two images together smoothly, with the blending
defined by $contrast and $the midpoint
- Example#3571 - Imagick::sketchImage
- Example#3572 - Imagick::smushImages
- Example#3573 - Imagick::solarizeImage
- Example#3574 - SPARSECOLORMETHOD_BARYCENTRIC Imagick::sparseColorImage
- Example#3575 - SPARSECOLORMETHOD_BILINEAR Imagick::sparseColorImage
- Example#3576 - SPARSECOLORMETHOD_SPEPARDS Imagick::sparseColorImage
- Example#3577 - SPARSECOLORMETHOD_VORONOI Imagick::sparseColorImage
- Example#3578 - SPARSECOLORMETHOD_BARYCENTRIC Imagick::sparseColorImage
- Example#3579 - createGradientImage is used by other examples. Imagick::sparseColorImage
- Example#3580 - Imagick::spliceImage
- Example#3581 - Imagick::spreadImage
- Example#3582 - Imagick::statisticImage
- Example#3583 - Imagick::subImageMatch
- Example#3584 - Imagick::swirlImage
- Example#3585 - Imagick::textureImage
- Example#3586 - Imagick::thresholdImage
- Example#3587 - Imagick::thumbnailImage
- Example#3588 - Imagick::tintImage
- Example#3589 - Using Imagick::transformImage:
- Example#3590 - Imagick::transformImageColorspace example
- Example#3591 - Imagick::transformImageColorspace
- Example#3592 - Imagick::transparentPaintImage
- Example#3593 - Imagick::transposeImage
- Example#3594 - Imagick::transverseImage
- Example#3595 - Using Imagick::trimImage:
- Example#3596 - Imagick::uniqueImageColors
- Example#3597 - Imagick::unsharpMaskImage
- Example#3598 - Imagick::vignetteImage
- Example#3599 - WaveImage can be quite slow Imagick::waveImage
- Example#3600 - Imagick::whiteThresholdImage
- Example#3601 - ImagickDraw::affine
- Example#3602 - ImagickDraw::arc
- Example#3603 - ImagickDraw::bezier
- Example#3604 - ImagickDraw::circle
- Example#3605 - ImagickDraw::composite
- Example#3606 - ImagickDraw::ellipse
- Example#3607 - ImagickDraw::line
- Example#3608 - ImagickDraw::matte
- Example#3609 - ImagickDraw::pathCurveToQuadraticBezierAbsolute
- Example#3610 - ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute
- Example#3611 - ImagickDraw::pathCurveToQuadraticBezierSmoothRelative
- Example#3612 - ImagickDraw::pathStart
- Example#3613 - ImagickDraw::point
- Example#3614 - ImagickDraw::polygon
- Example#3615 - ImagickDraw::polyline
- Example#3616 - ImagickDraw::popDefs
- Example#3617 - ImagickDraw::push
- Example#3618 - ImagickDraw::pushPattern
- Example#3619 - ImagickDraw::rectangle
- Example#3620 - ImagickDraw::rotate
- Example#3621 - ImagickDraw::roundRectangle
- Example#3622 - ImagickDraw::scale
- Example#3623 - ImagickDraw::setClipPath
- Example#3624 - ImagickDraw::setClipRule
- Example#3625 - ImagickDraw::setClipUnits
- Example#3626 - ImagickDraw::setFillAlpha
- Example#3627 - ImagickDraw::setFillColor
- Example#3628 - ImagickDraw::setFillOpacity
- Example#3629 - ImagickDraw::setFillRule
- Example#3630 - ImagickDraw::setFont
- Example#3631 - ImagickDraw::setFontFamily
- Example#3632 - ImagickDraw::setFontSize
- Example#3633 - ImagickDraw::setFontStretch
- Example#3634 - ImagickDraw::setFontStyle
- Example#3635 - ImagickDraw::setFontWeight
- Example#3636 - ImagickDraw::setGravity
- Example#3637 - ImagickDraw::setStrokeAlpha
- Example#3638 - ImagickDraw::setStrokeAntialias
- Example#3639 - ImagickDraw::setStrokeColor
- Example#3640 - ImagickDraw::setStrokeDashArray
- Example#3641 - ImagickDraw::setStrokeDashOffset
- Example#3642 - ImagickDraw::setStrokeLineCap
- Example#3643 - ImagickDraw::setStrokeLineJoin
- Example#3644 - ImagickDraw::setStrokeMiterLimit
- Example#3645 - ImagickDraw::setStrokeOpacity
- Example#3646 - ImagickDraw::setStrokeWidth
- Example#3647 - ImagickDraw::setTextAlignment
- Example#3648 - ImagickDraw::setTextAntialias
- Example#3649 - ImagickDraw::setTextDecoration
- Example#3650 - ImagickDraw::setTextUnderColor
- Example#3651 - ImagickDraw::setVectorGraphics
- Example#3652 - ImagickDraw::setViewBox
- Example#3653 - ImagickDraw::skewX
- Example#3654 - ImagickDraw::skewY
- Example#3655 - ImagickDraw::translate
- Example#3656 - ImagickPixel::construct
- Example#3657 - Basic Imagick::getColor usage
- Example#3658 - Basic Imagick::getColorAsString usage
- Example#3659 - ImagickPixel getColorCount
- Example#3660 - Basic Imagick::getColorValue usage
- Example#3661 - ImagickPixel::getColorValueQuantum
- Example#3662 - Basic Imagick::getHSL example
- Example#3663 - ImagickPixel::isSimilar
- Example#3664 - ImagickPixel::setColor
- Example#3665 - Basic Imagick::setColorValue usage
- Example#3666 - ImagickPixel::setColorValueQuantum
- Example#3667 - Use ImagickPixel::setHSL to modify a color
- Example#3668 - ImagickPixelIterator::clear
- Example#3669 - ImagickPixelIterator::construct
- Example#3670 - ImagickPixelIterator::getNextIteratorRow
- Example#3671 - ImagickPixelIterator::resetIterator
- Example#3672 - ImagickPixelIterator::setIteratorRow
- Example#3673 - ImagickKernel::addKernel
- Example#3674 - ImagickKernel::addUnityKernel
- Example#3675 - ImagickKernel::addUnityKernel
- Example#3676 - ImagickKernel::fromBuiltin
- Example#3677 - ImagickKernel::fromMatrix
- Example#3678 - ImagickKernel::getMatrix
- Example#3679 - ImagickKernel::scale
- Example#3680 - ImagickKernel::separate
- Example#3681 - imap_append example
- Example#3682 - imap_check example
- Example#3683 - imap_createmailbox example
- Example#3684 - imap_delete example
- Example#3685 - imap_fetch_overview example
- Example#3686 - imap_gc example
- Example#3687 - imap_get_quota example
- Example#3688 - imap_get_quota 4.3 or greater example
- Example#3689 - imap_get_quotaroot example
- Example#3690 - imap_getacl example
- Example#3691 - imap_getmailboxes example
- Example#3692 - imap_list example
- Example#3693 - imap_mail_compose example
- Example#3694 - imap_mailboxmsginfo example
- Example#3695 - imap_mime_header_decode example
- Example#3696 - Different use of imap_open
- Example#3697 - imap_open example
- Example#3698 - imap_ping Example
- Example#3699 - imap_reopen example
- Example#3700 - imap_rfc822_parse_adrlist example
- Example#3701 - imap_rfc822_write_address example
- Example#3702 - imap_search example
- Example#3703 - imap_set_quota example
- Example#3704 - imap_setflag_full example
- Example#3705 - imap_status example
- Example#3706 - imap_thread Example
- Example#3707 - imap_timeout example
- Example#3708 - Calculando o hash e inscrevendo um usuário
- Example#3709 - Enviando email.
- Example#3710 - Enviando email com cabeçalhos extra.
- Example#3711 - Enviando email com um parâmetro adicional da linha de comando.
- Example#3712 - Enviando email HTML
- Example#3713 - mailparse_determine_best_xfer_encoding example
- Example#3714 - mailparse_rfc822_parse_addresses example
- Example#3715 - mailparse_stream_encode example
- Example#3716 - mailparse_uudecode_all example
- Example#3717 - Exemplo bcadd
- Example#3718 - Exemplo da bccomp
- Example#3719 - Exemplo da bcdiv
- Example#3720 - Exemplo da bcmod
- Example#3721 - Exemplo da bcmul
- Example#3722 - Exemplo da bcpow
- Example#3723 - Exemplo bcpow com scale
- Example#3724 - Exemplo da bcscale
- Example#3725 - Exemplo de bcsqrt
- Example#3726 - Exemplo de bcsub
- Example#3727 - Função factorial usando GMP
- Example#3728 - Exemplo da gmp_abs
- Example#3729 - Exemplo gmp_add
- Example#3730 - Exemplo da gmp_and
- Example#3731 - gmp_clrbit example
- Example#3732 - Exemplo da gmp_cmp
- Example#3733 - Exemplo gmp_com
- Example#3734 - Exemplo da gmp_div_q
- Example#3735 - Divisão de números GMP
- Example#3736 - Exemplo da gmp_div_r
- Example#3737 - Exemplo gmp_divexact
- Example#3738 - gmp_export example
- Example#3739 - Exemplo gmp_fact
- Example#3740 - Exemplo da gmp_gcd
- Example#3741 - Resolvendo uma equação linear Diophantine
- Example#3742 - Exemplo da gmp_hamdist
- Example#3743 - gmp_import example
- Example#3744 - Criando um número GMP
- Example#3745 - Exemplo gmp_intval
- Example#3746 - gmp_invert example
- Example#3747 - Exemplo gmp_jacobi
- Example#3748 - Exemplo da gmp_legendre
- Example#3749 - Exemplo da gmp_mod
- Example#3750 - Exemplo da gmp_mul
- Example#3751 - Exemplo da gmp_neg
- Example#3752 - Exemplo da gmp_nextprime
- Example#3753 - Exemplo da gmp_or
- Example#3754 - gmp_perfect_square example
- Example#3755 - Exemplo da gmp_popcount
- Example#3756 - Exemplo gmp_pow
- Example#3757 - Exemplo da gmp_powm
- Example#3758 - Exemplo da gmp_prob_prime
- Example#3759 - gmp_random_bits example
- Example#3760 - gmp_random_range example
- Example#3761 - gmp_random_seed example
- Example#3762 - Exemplo da gmp_random
- Example#3763 - gmp_scan0 example
- Example#3764 - gmp_scan1 example
- Example#3765 - gmp_setbit example - 0 index
- Example#3766 - gmp_setbit example - 1 index
- Example#3767 - gmp_setbit example - clearing a bit
- Example#3768 - Exemplo da gmp_sign
- Example#3769 - Exemplo gmp_sqrt
- Example#3770 - Exemplo da gmp_sqrtrem
- Example#3771 - Convertendo um número GMP para uma string
- Example#3772 - Exemplo da gmp_sub
- Example#3773 - gmp_testbit example
- Example#3774 - Exemplo da gmp_xor
- Example#3775 - Using Lapack::eigenValues:
- Example#3776 - Using Lapack::leastSquaresByFactorisation:
- Example#3777 - Using Lapack::leastSquaresBySVD:
- Example#3778 - Using Lapack::pseudoInverse:
- Example#3779 - Using Lapack::singularValues:
- Example#3780 - Using Lapack::singularValues:
- Example#3781 - Exemplo da abs
- Example#3782 - Exemplo de base_convert
- Example#3783 - Exemplo da bindec
- Example#3784 - ceil example
- Example#3785 - Exemplo da cos
- Example#3786 - Exemplo da decbin
- Example#3787 - Exemplo da dechex
- Example#3788 - Exemplo da decoct
- Example#3789 - Exemplo da deg2rad
- Example#3790 - Exemplo da exp
- Example#3791 - Exemplos de floor
- Example#3792 - Usando fmod
- Example#3793 - exemplos hexdec
- Example#3794 - intdiv examplo
- Example#3795 - Exemplo de is_nan
- Example#3796 - Exemplos de max
- Example#3797 - Exemplos de min
- Example#3798 - Calcula um número aleatório de ponto flutuante
- Example#3799 - mt_rand example
- Example#3800 - Exemplo da mt_srand
- Example#3801 - Exemplo da octdec
- Example#3802 - Exemplo da pi
- Example#3803 - Alguns exemplos de pow
- Example#3804 - Exemplo da rad2deg
- Example#3805 - Exemplo da rand
- Example#3806 - Exemplos da round
- Example#3807 - Exemplo da sin
- Example#3808 - Exemplo da sqrt
- Example#3809 - Exemplo da função srand
- Example#3810 - Exemplo da tan
- Example#3811 - Evaluating a FDF document
- Example#3812 - Adding JavaScript code to a FDF
- Example#3813 - Populating a PDF document
- Example#3814 - Storing an uploaded file
- Example#3815 - Detecting all fieldnames in a FDF
- Example#3816 - Accessing the form data
- Example#3817 - Accessing the form data
- Example#3818 - Retrieving FDF as a string
- Example#3819 - Passing FDF data to a second form
- Example#3820 - gnupg clearsign example (procedural)
- Example#3821 - gnupg clearsign example (OO)
- Example#3822 - keylistiterator
- Example#3823 - Procedural gnupg_adddecryptkey example
- Example#3824 - OO gnupg_adddecryptkey example
- Example#3825 - Procedural gnupg_addencryptkey example
- Example#3826 - OO gnupg_addencryptkey example
- Example#3827 - Procedural gnupg_addsignkey example
- Example#3828 - OO gnupg_addsignkey example
- Example#3829 - Procedural gnupg_cleardecryptkeys example
- Example#3830 - OO gnupg_cleardecryptkeys example
- Example#3831 - Procedural gnupg_clearencryptkeys example
- Example#3832 - OO gnupg_clearencryptkeys example
- Example#3833 - Procedural gnupg_clearsignkeys example
- Example#3834 - OO gnupg_clearsignkeys example
- Example#3835 - Procedural gnupg_decrypt example
- Example#3836 - OO gnupg_encrypt example
- Example#3837 - Procedural gnupg_decryptverify example
- Example#3838 - OO gnupg_decryptverify example
- Example#3839 - Procedural gnupg_encrypt example
- Example#3840 - OO gnupg_encrypt example
- Example#3841 - Procedural gnupg_encryptsign example
- Example#3842 - OO gnupg_encryptsign example
- Example#3843 - Procedural gnupg_export example
- Example#3844 - OO gnupg_export example
- Example#3845 - Procedural gnupg_geterror example
- Example#3846 - OO gnupg_geterror example
- Example#3847 - Procedural gnupg_getprotocol example
- Example#3848 - OO gnupg_getprotocol example
- Example#3849 - Procedural gnupg_import example
- Example#3850 - OO gnupg_import example
- Example#3851 - Procedural gnupg_init example
- Example#3852 - OO gnupg initializer example
- Example#3853 - Procedural gnupg_keyinfo example
- Example#3854 - OO gnupg_keyinfo example
- Example#3855 - Procedural gnupg_setarmor example
- Example#3856 - OO gnupg_setarmor example
- Example#3857 - Procedural gnupg_seterrormode example
- Example#3858 - OO gnupg_seterrormode example
- Example#3859 - Procedural gnupg_setsignmode example
- Example#3860 - OO gnupg_setsignmode example
- Example#3861 - Procedural gnupg_sign example
- Example#3862 - OO gnupg_sign example
- Example#3863 - Procedural gnupg_verify example
- Example#3864 - OO gnupg_verify example
- Example#3865 - Fancy "Hello world"
- Example#3866 - swfaction example
- Example#3867 - swfaction example
- Example#3868 - swfaction example
- Example#3869 - swfsprite example
- Example#3870 - ming_useswfversion example
- Example#3871 - Importing a DBL file
- Example#3872 - Using an alpha mask
- Example#3873 - Usual interactions with buttons
- Example#3874 - Drag example
- Example#3875 - swfdisplayitem::multcolor example
- Example#3876 - swfdisplayitem::rotateto example
- Example#3877 - swfdisplayitem::setname example
- Example#3878 - swfgradient example
- Example#3879 - swfmorph example
- Example#3880 - Displaying your $movie in a browser
- Example#3881 - Streaming example
- Example#3882 - SWFShape::addFill example
- Example#3883 - swfshape example
- Example#3884 - swfshape::setline example
- Example#3885 - swftext example
- Example#3886 - Hello World example from PDFlib distribution for PHP 4
- Example#3887 - Hello World example from PDFlib distribution for PHP 5
- Example#3888 - Creating and using a pattern
- Example#3889 - Creating and using a template
- Example#3890 - Hyphennate a text
- Example#3891 - Drawing a rectangle
- Example#3892 - Creating and using a spot color
- Example#3893 - Rotation of the coordinate system
- Example#3894 - Placing text at a given position
- Example#3895 - Drawing a dashed line
- Example#3896 - Translation of the coordinate system
- Example#3897 - Basic RPMReader Example
- Example#3898 - rpm_close example
- Example#3899 - rpm_get_tag example
- Example#3900 - rpm_is_valid example
- Example#3901 - rpm_open example
- Example#3902 - rpm_version example
- Example#3903 - Incorrect requests
- Example#3904 - Calling request from a request callback
- Example#3905 - Calling request from a request callback
- Example#3906 - Using eio with libevent
- Example#3907 - Cancelling a request
- Example#3908 - Calling eio_chmod
- Example#3909 - Making a custom request
- Example#3910 - Grouping requests
- Example#3911 - Using eio with libevent extension
- Example#3912 - Using eio with event extension
- Example#3913 - eio_cancel example
- Example#3914 - eio_custom example
- Example#3915 - eio_event_loop example
- Example#3916 - eio_lstat example
- Example#3917 - Using eio with libevent
- Example#3918 - Grouping requests
- Example#3919 - eio_grp example
- Example#3920 - eio_link example
- Example#3921 - eio_lstat example
- Example#3922 - eio_mkdir example
- Example#3923 - eio_mknod example
- Example#3924 - eio_nreqs example
- Example#3925 - eio_open example
- Example#3926 - eio_poll example
- Example#3927 - eio_read example
- Example#3928 - eio_readdir example
- Example#3929 - eio_readlink example
- Example#3930 - eio_realpath example
- Example#3931 - eio_rename example
- Example#3932 - eio_rmdir example
- Example#3933 - eio_stat example
- Example#3934 - eio_statvfs example
- Example#3935 - eio_symlink example
- Example#3936 - Simple timers
- Example#3937 - Periodic timer. Tick each 10.5 seconds
- Example#3938 - Periodic timer. Use reschedule callback
- Example#3939 - Periodic timer. Tick every 10.5 seconds starting at now
- Example#3940 - Wait until STDIN is readable
- Example#3941 - Use some async I/O to access a socket
- Example#3942 - Embedding one loop into another
- Example#3943 - Embedding loop created with kqueue backend into the default loop
- Example#3944 - Handle SIGTERM signal
- Example#3945 - Monitor changes of /var/log/messages
- Example#3946 - Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
- Example#3947 - Process status changes
- Example#3948 - Using reschedule callback
- Example#3949 - Embedding loop created with kqueue backend into the default loop
- Example#3950 - Embedding one loop into another
- Example#3951 - Embedding loop created with kqueue backend into the default loop
- Example#3952 - Embedding loop created with kqueue backend into the default loop
- Example#3953 - Periodic timer. Use reschedule callback
- Example#3954 - Periodic timer. Tick every 10.5 seconds starting at now
- Example#3955 - Hourly watcher
- Example#3956 - Handle SIGTERM signal
- Example#3957 - Monitor changes of /var/log/messages
- Example#3958 - Monitor changes of /var/log/messages
- Example#3959 - Simple timers
- Example#3960 - Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
- Example#3961 - Register an I/O watcher for some UDP socket but do not keep the
event loop from running just because of that watcher.
- Example#3962 - Expect Usage Example
- Example#3963 - Another Expect Usage Example
- Example#3964 - expect_expectl example
- Example#3965 - expect_popen example
- Example#3966 - polling STDIN using basic API
- Example#3967 - polling STDIN using buffered event API
- Example#3968 - Process Control Example
- Example#3969 - pcntl_fork example
- Example#3970 - pcntl_signal_dispatch example
- Example#3971 - pcntl_signal example
- Example#3972 - pcntl_sigprocmask example
- Example#3973 - pcntl_sigwaitinfo example
- Example#3974 - posix_access example
- Example#3975 - posix_ctermid example
- Example#3976 - posix_get_last_error example
- Example#3977 - posix_getcwd example
- Example#3978 - posix_getegid example
- Example#3979 - posix_geteuid example
- Example#3980 - posix_getgid example
- Example#3981 - Example use of posix_getgrgid
- Example#3982 - Example use of posix_getgrnam
- Example#3983 - Example use of posix_getgroups
- Example#3984 - Example use of posix_getlogin
- Example#3985 - Example use of posix_getpgid
- Example#3986 - Example use of posix_getpid
- Example#3987 - Example use of posix_getppid
- Example#3988 - Example use of posix_getpwnam
- Example#3989 - Example use of posix_getpwuid
- Example#3990 - Example use of posix_getrlimit
- Example#3991 - Example use of posix_getsid
- Example#3992 - Example use of posix_getuid
- Example#3993 - A posix_mknod example
- Example#3994 - posix_setegid example
- Example#3995 - posix_setgid example
- Example#3996 - posix_setuid example
- Example#3997 - posix_strerror example
- Example#3998 - Example use of posix_times
- Example#3999 - Example use of posix_uname
- Example#4000 - Exemplo escapeshellarg
- Example#4001 - Exemplo escapeshellcmd
- Example#4002 - Um exemplo exec
- Example#4003 - Um exemplo proc_open
- Example#4004 - Um exemplo da shell_exec
- Example#4005 - Exemplo da system
- Example#4006 - Fetch a chunk of the property table
- Example#4007 - Counting the properties of an object
- Example#4008 - Runtime inheritance
- Example#4009 - Thread safe objects from closures
- Example#4010 - Detecting fatal errors in Threads
- Example#4011 - Detect the state of the referenced object
- Example#4012 - Detect the state of the referenced object
- Example#4013 - Detect the state of the referenced object
- Example#4014 - Locking Object Properties
- Example#4015 - Merging into the property table of a threaded object
- Example#4016 - Notifications and Waiting
- Example#4017 - Popping the last item from the property table of a threaded object
- Example#4018 - Shifting the first item from the property table of a threaded object
- Example#4019 - Synchronizing
- Example#4020 - Locking the property table of a threaded object
- Example#4021 - Notifications and Waiting
- Example#4022 - Return the identity of the Thread or Process that created the referenced Thread
- Example#4023 - Return the currently executing Thread
- Example#4024 - Return the identity of the currently executing Thread
- Example#4025 - Return the identity of the referenced Thread
- Example#4026 - Execute in the global scope
- Example#4027 - Detect the state of the referenced Thread
- Example#4028 - Tell if the referenced Thread was started
- Example#4029 - Join with the referenced Thread
- Example#4030 - Kill the referenced Thread
- Example#4031 - Starting Threads
- Example#4032 - Returns the number of objects currently waiting to be executed by the referenced Worker
- Example#4033 - Detect the state of a Worker
- Example#4034 - Detect the state of a Worker
- Example#4035 - Shutdown the referenced Worker
- Example#4036 - Stacking objects for execution in Workers
- Example#4037 - Removing objects from the stack of Workers
- Example#4038 - protected method example: protected methods can only be executed by one Thread at a time.
- Example#4039 - private method example: private methods may only be executed by the Threaded object during execution
- Example#4040 - Creating Pools
- Example#4041 - Creating Pools
- Example#4042 - Submitting Tasks
- Example#4043 - Submitting Tasks
- Example#4044 - Mutex Creation and Destruction
- Example#4045 - Mutex Creation and Destruction
- Example#4046 - Mutex Locking and Unlocking
- Example#4047 - Mutex Locking and Unlocking
- Example#4048 - Mutex Locking and Unlocking
- Example#4049 - Condition Broadcasting
- Example#4050 - Condition Creation and Destruction
- Example#4051 - Condition Creation and Destruction
- Example#4052 - Condition Signalling
- Example#4053 - Waiting for Conditions
- Example#4054 -
- Example#4055 - Visão Geral de Operações de Memória Compartilhada
- Example#4056 - Fechando um bloco de memória compartilhada
- Example#4057 - Deletando um bloco de memória compartilhada
- Example#4058 - Cria um novo bloco de memória compartilhada
- Example#4059 - Lendo um bloco de memória compartilhada
- Example#4060 - Pegando o tamanho do bloco de memória compartilhada
- Example#4061 - Escrevendo em um bloco de memória compartilhada
- Example#4062 - SyncMutex::__construct named mutex with lock timeout example
- Example#4063 - SyncMutex::__construct unnamed mutex example
- Example#4064 - SyncMutex::lock example
- Example#4065 - SyncMutex::unlock example
- Example#4066 - SyncSemaphore::__construct example
- Example#4067 - SyncSemaphore::lock example
- Example#4068 - SyncSemaphore::unlock example
- Example#4069 - SyncEvent::__construct example
- Example#4070 - SyncEvent::fire example
- Example#4071 - SyncEvent::reset example
- Example#4072 - SyncEvent::wait example
- Example#4073 - SyncReaderWriter::__construct example
- Example#4074 - SyncReaderWriter::readlock example
- Example#4075 - SyncReaderWriter::readunlock example
- Example#4076 - SyncReaderWriter::writelock example
- Example#4077 - SyncReaderWriter::writeunlock example
- Example#4078 - SyncSharedMemory::__construct example
- Example#4079 - SyncSharedMemory::first example
- Example#4080 - SyncSharedMemory::__construct example
- Example#4081 - SyncSharedMemory::size example
- Example#4082 - SyncSharedMemory::write example
- Example#4083 - A geoip_asnum_by_name example
- Example#4084 - A geoip_continent_code_by_name example
- Example#4085 - A geoip_country_code_by_name example
- Example#4086 - A geoip_country_code3_by_name example
- Example#4087 - A geoip_country_name_by_name example
- Example#4088 - A geoip_database_info example
- Example#4089 - A geoip_db_avail example
- Example#4090 - A geoip_db_filename example
- Example#4091 - A geoip_db_get_all_info example
- Example#4092 - A geoip_db_get_all_info example
- Example#4093 - A geoip_domain_by_name example
- Example#4094 - A geoip_id_by_name example
- Example#4095 - A geoip_isp_by_name example
- Example#4096 - A geoip_netspeedcell_by_name example
- Example#4097 - A geoip_org_by_name example
- Example#4098 - A geoip_record_by_name example
- Example#4099 - A geoip_region_by_name example
- Example#4100 - A geoip_region_name_by_code example using region code for US/Canada
- Example#4101 - A geoip_region_name_by_code example using FIPS codes
- Example#4102 - A geoip_setup_custom_directory example
- Example#4103 - A geoip_time_zone_by_country_and_region example using region code for US/Canada
- Example#4104 - A geoip_time_zone_by_country_and_region example using FIPS codes
- Example#4105 - xor.data file
- Example#4106 - Simple train
- Example#4107 - Simple test
- Example#4108 - fann_create_train_from_callback example
- Example#4109 - fann_read_train_from_file example
- Example#4110 - JsonSerializable::jsonSerialize example
returning an array
- Example#4111 - JsonSerializable::jsonSerialize example
returning an associative array
- Example#4112 - JsonSerializable::jsonSerialize example
returning an integer
- Example#4113 - JsonSerializable::jsonSerialize example
returning a string
- Example#4114 - json_decode exemplos
- Example#4115 - Um outro exemplo
- Example#4116 - Um exemplo da json_encode
- Example#4117 - Um exemplo de json_encode mostrando algumas opções em uso
- Example#4118 - Exemplo de array sequencial versus não-sequencial
- Example#4119 - json_last_error exemplo
- Example#4120 - json_last_error com json_encode
- Example#4121 - Judy array example
- Example#4122 - Exemplo da função Lua::assign
- Example#4123 - Exemplo da função Lua::call
- Example#4124 - Exemplo da função Lua::eval
- Example#4125 - Exemplo da função Lua::registerCallback
- Example#4126 - Exemplo da função LuaClosure::__invoke
- Example#4127 - Exemplo da constant
- Example#4128 - Definindo Constantes
- Example#4129 - Conferindo Constantes
- Example#4130 - Exemplo
eval
- Example#4131 - Exemplo exit
- Example#4132 - Exemplo exit com código de estado
- Example#4133 - Exemplo get_browser
- Example#4134 - A __halt_compiler example
- Example#4135 - Criando uma URL para destaque da sintaxe
- Example#4136 - Exemplo highlight_string
- Example#4137 - pack example
- Example#4138 - Exemplo da php_strip_whitespace
- Example#4139 - Exemplo da sleep
- Example#4140 - A sys_getloadavg example
- Example#4141 - Exemplo da time_nanosleep
- Example#4142 - Um exemplo da time_sleep_until
- Example#4143 - unpack example
- Example#4144 - unpack example with a repeater
- Example#4145 - unpack example with unnamed keys
- Example#4146 - Exemplo da usleep
- Example#4147 - Exemplo da parsekit_compile_file
- Example#4148 - Exemplo da parsekit_compile_string
- Example#4149 - parsekit_func_arginfo example
- Example#4150 - SplDoublyLinkedList::__construct example
- Example#4151 - SplStack::__construct example
- Example#4152 - SplQueue::__construct example
- Example#4153 - Efficiently handling tasks with SplQueue
- Example#4154 - SplFixedArray usage example
- Example#4155 - SplFixedArray::__construct example
- Example#4156 - SplFixedArray::count example
- Example#4157 - SplFixedArray::fromArray example
- Example#4158 - SplFixedArray::getSize example
- Example#4159 - SplFixedArray::setSize example
- Example#4160 - SplFixedArray::toArray example
- Example#4161 - SplObjectStorage as a set
- Example#4162 - SplObjectStorage as a map
- Example#4163 - SplObjectStorage::addAll example
- Example#4164 - SplObjectStorage::attach example
- Example#4165 - SplObjectStorage::contains example
- Example#4166 - SplObjectStorage::count example
- Example#4167 - SplObjectStorage::current example
- Example#4168 - SplObjectStorage::detach example
- Example#4169 - SplObjectStorage::getHash example
- Example#4170 - SplObjectStorage::getInfo example
- Example#4171 - SplObjectStorage::key example
- Example#4172 - SplObjectStorage::next example
- Example#4173 - SplObjectStorage::offsetExists example
- Example#4174 - SplObjectStorage::offsetGet example
- Example#4175 - SplObjectStorage::offsetSet example
- Example#4176 - SplObjectStorage::offsetUnset example
- Example#4177 - SplObjectStorage::removeAll example
- Example#4178 - SplObjectStorage::removeAllExcept example
- Example#4179 - SplObjectStorage::rewind example
- Example#4180 - SplObjectStorage::serialize example
- Example#4181 - SplObjectStorage::setInfo example
- Example#4182 - SplObjectStorage::unserialize example
- Example#4183 - SplObjectStorage::valid example
- Example#4184 - AppendIterator::append example
- Example#4185 - Iterating AppendIterator with foreach
- Example#4186 - Iterating AppendIterator with the AppendIterator API
- Example#4187 - AppendIterator::getInnerIterator example
- Example#4188 - AppendIterator.getIteratorIndex basic example
- Example#4189 - AppendIterator::key basic example
- Example#4190 - Exemplo de ArrayIterator::current
- Example#4191 - Exemplo de ArrayIterator::key
- Example#4192 - Exemplo de ArrayIterator::next
- Example#4193 - Exemplo de ArrayIterator::rewind
- Example#4194 - Exemplo de ArrayIterator::valid
- Example#4195 - CachingIterator::getCache example
- Example#4196 - Available callback arguments
- Example#4197 - Callback basic examples
- Example#4198 - Exemplo do DirectoryIterator::getBasename
- Example#4199 - Exemplo do DirectoryIterator::getExtension
- Example#4200 - Exemplo do DirectoryIterator::seek
- Example#4201 - Exemplo do DirectoryIterator::__toString
- Example#4202 - FilesystemIterator::__construct example
- Example#4203 - FilesystemIterator::current example
- Example#4204 - FilesystemIterator::key example
- Example#4205 - FilesystemIterator::next example
- Example#4206 - FilesystemIterator::rewind example
- Example#4207 - FilesystemIterator::key example
- Example#4208 - FilterIterator::accept example
- Example#4209 - GlobIterator example
- Example#4210 - GlobIterator::count example
- Example#4211 - InfiniteIterator::__construct example
- Example#4212 - LimitIterator usage example
- Example#4213 - LimitIterator::__construct example
- Example#4214 - Iterating a MultipleIterator
- Example#4215 - NoRewindIterator::__construct example
- Example#4216 - NoRewindIterator::rewind example
- Example#4217 - RecursiveArrayIterator::getChildren example
- Example#4218 - RecursiveArrayIterator::hasChildren example
- Example#4219 - Available callback arguments
- Example#4220 - Recursive callback basic example
- Example#4221 - RecursiveCallbackFilterIterator::hasChildren basic usage
- Example#4222 - RecursiveDirectoryIterator example
- Example#4223 - Basic RecursiveFilterIterator example
- Example#4224 - RecursiveFilterIterator example
- Example#4225 - Iterating a RecursiveIteratorIterator
- Example#4226 - RecursiveRegexIterator::__construct example
- Example#4227 - RecursiveRegexIterator::getChildren example
- Example#4228 - RecursiveRegexIterator::hasChildren example
- Example#4229 - RegexIterator::accept example
- Example#4230 - RegexIterator::__construct example
- Example#4231 - RegexIterator::getFlags example
- Example#4232 - RegexIterator::getMode example
- Example#4233 - RegexIterator::getPregFlags example
- Example#4234 - RegexIterator::setFlags example
- Example#4235 - RegexIterator::setMode example
- Example#4236 - RegexIterator::setPregFlags example
- Example#4237 - Countable::count example
- Example#4238 - Basic usage
- Example#4239 - SeekableIterator::seek example
- Example#4240 - Exemplo de class_implements
- Example#4241 - Exemplo de class_parents
- Example#4242 - class_uses example
- Example#4243 - iterator_apply example
- Example#4244 - Exemplo despl_classes
- Example#4245 - Exemplo de spl_object_hash
- Example#4246 - SplFileInfo::__construct example
- Example#4247 - SplFileInfo::getBasename example
- Example#4248 - SplFileInfo::getCTime example
- Example#4249 - SplFileInfo::getExtension example
- Example#4250 -
- Example#4251 - SplFileInfo::getFilename example
- Example#4252 - SplFileInfo::getGroup example
- Example#4253 - SplFileInfo::getLinkTarget example
- Example#4254 - SplFileInfo::getOwner example
- Example#4255 - SplFileInfo::getPath example
- Example#4256 - SplFileInfo::getPathInfo example
- Example#4257 - SplFileInfo::getPathname example
- Example#4258 - SplFileInfo::getPerms example
- Example#4259 - SplFileInfo::getRealPath example
- Example#4260 - SplFileInfo::getType example
- Example#4261 - SplFileInfo::isDir example
- Example#4262 - SplFileInfo::isExecutable example
- Example#4263 - SplFileInfo::isFile example
- Example#4264 - SplFileInfo::isLink example
- Example#4265 - SplFileInfo::isReadable example
- Example#4266 - SplFileInfo::openFile example
- Example#4267 - SplFileInfo::setFileClass example
- Example#4268 - SplFileInfo::setFileClass example
- Example#4269 - SplFileInfo::__toString example
- Example#4270 - SplFileObject::__construct example
- Example#4271 - SplFileObject::current example
- Example#4272 - SplFileObject::eof example
- Example#4273 - SplFileObject::fflush example
- Example#4274 - SplFileObject::fgetc example
- Example#4275 - SplFileObject::fgetcsv example
- Example#4276 - SplFileObject::READ_CSV example
- Example#4277 - SplFileObject::fgets example
- Example#4278 - SplFileObject::fgetss example
- Example#4279 - SplFileObject::flock example
- Example#4280 - SplFileObject::fpassthru example
- Example#4281 - SplFileObject::fputcsv example
- Example#4282 - SplFileObject::fread example
- Example#4283 - SplFileObject::fscanf example
- Example#4284 - SplFileObject::fseek example
- Example#4285 - SplFileObject::fstat example
- Example#4286 - SplFileObject::ftell example
- Example#4287 - SplFileObject::ftruncate example
- Example#4288 - SplFileObject::fwrite example
- Example#4289 - SplFileObject::getCsvControl example
- Example#4290 - SplFileObject::getFlags example
- Example#4291 - SplFileObject::getMaxLineLen example
- Example#4292 - SplFileObject::key example
- Example#4293 - SplFileObject::key example with SplFileObject::setMaxLineLen
- Example#4294 - SplFileObject::next example
- Example#4295 - SplFileObject::rewind example
- Example#4296 - SplFileObject::seek example
- Example#4297 - SplFileObject::setCsvControl example
- Example#4298 - SplFileObject::setFlags example
- Example#4299 - SplFileObject::setMaxLineLen example
- Example#4300 - SplFileObject::valid example
- Example#4301 - SplTempFileObject example
- Example#4302 - ArrayObject::asort example
- Example#4303 - Exemplo de ArrayObject::__construct
- Example#4304 - ArrayObject::exchangeArray example
- Example#4305 - ArrayObject::getArrayCopy example
- Example#4306 - ArrayObject::getFlags example
- Example#4307 - Exemplo de ArrayObject::getIterator
- Example#4308 - ArrayObject::getIteratorClass example
- Example#4309 - ArrayObject::ksort example
- Example#4310 - ArrayObject::natcasesort example
- Example#4311 - ArrayObject::natsort example
- Example#4312 - ArrayObject::serialize example
- Example#4313 - ArrayObject::setFlags example
- Example#4314 - ArrayObject::setIteratorClass example
- Example#4315 - ArrayObject::uasort example
- Example#4316 - ArrayObject::uksort example
- Example#4317 - SplInt usage example
- Example#4318 - SplFloat usage example
- Example#4319 - SplEnum usage example
- Example#4320 - SplEnum::getConstList example
- Example#4321 - SplBool usage example
- Example#4322 - SplString usage example
- Example#4323 - Using file_get_contents
to retrieve data from multiple sources
- Example#4324 - Making a POST request to an https server
- Example#4325 - Writing data to a compressed file
- Example#4326 - A Stream for reading/writing global variables
- Example#4327 - Listing files from tar archives
- Example#4328 - stream_bucket_prepend examples
- Example#4329 - Using stream_context_create
- Example#4330 - Using stream_context_get_default
- Example#4331 - stream_context_get_options example
- Example#4332 - stream_context_get_params example
- Example#4333 - stream_context_set_default example
- Example#4334 - A stream_copy_to_stream example
- Example#4335 - Controlling where filters are applied
- Example#4336 - Filter for capitalizing characters on foo-bar.txt stream
- Example#4337 - Registering a generic filter class to match multiple filter names.
- Example#4338 - Dynamicly refiltering a stream
- Example#4339 - stream_get_contents example
- Example#4340 - Using stream_get_filters
- Example#4341 - stream_get_meta_data example
- Example#4342 - Using stream_get_transports
- Example#4343 - stream_get_wrappers example
- Example#4344 - Checking for the existence of a stream wrapper
- Example#4345 - stream_is_local example
- Example#4346 - stream_notification_callback example
- Example#4347 - Simple progressbar for commandline download client
- Example#4348 - stream_resolve_include_path example
- Example#4349 - stream_select Example
- Example#4350 - stream_set_timeout example
- Example#4351 - stream_set_write_buffer example
- Example#4352 - stream_socket_client example
- Example#4353 - Using UDP connection
- Example#4354 - stream_socket_enable_crypto example
- Example#4355 - A stream_socket_pair example
- Example#4356 - stream_socket_recvfrom example
- Example#4357 - stream_socket_sendto Example
- Example#4358 - Using TCP server sockets
- Example#4359 - Using UDP server sockets
- Example#4360 - A stream_socket_shutdown example
- Example#4361 - How to register a stream wrapper
- Example#4362 - instalação do tidy manualmente no PHP 4.3.x
- Example#4363 - Básico uso do Tidy
- Example#4364 - ob_tidyhandler example
- Example#4365 - tidy_access_count example
- Example#4366 - tidy_config_count example
- Example#4367 - tidy_error_count example
- Example#4368 - tidy_get_output example
- Example#4369 - tidy_setopt example
- Example#4370 - tidy_warning_count example
- Example#4371 - Retirando os comentários com o tokenizer
- Example#4372 - Exemplo de uso de token_get_all
- Example#4373 - Exemplo de token_name
- Example#4374 - Exemplo da base64_decode
- Example#4375 - Exemplo base64_encode
- Example#4376 - Exemplo de uso de get_headers
- Example#4377 - O que get_meta_tags interpreta
- Example#4378 - O que get_meta_tags retorna
- Example#4379 - Exemplo de uso de http_build_query
- Example#4380 - http_build_query com elementos indexados numericamente.
- Example#4381 - http_build_query com arrays complexos
- Example#4382 - Usando http_build_query com um objeto
- Example#4383 - Exemplo parse_url
- Example#4384 - Exemplo da rawurldecode
- Example#4385 - Incluindo uma senha em uma URL de FTP
- Example#4386 - Exemplo 2 de rawurlencode
- Example#4387 - Exemplo da urldecode
- Example#4388 - Exemplo urlencode
- Example#4389 - Exemplo urlencode e htmlentities
- Example#4390 - Basic Javascript execution
- Example#4391 - Yaml Example
- Example#4392 - Parse callback example
- Example#4393 - Emit callback example
- Example#4394 - yaml_emit example
- Example#4395 - yaml_parse example
- Example#4396 - A classic Application directory layout
- Example#4397 - Entry
- Example#4398 - Rewrite rule
- Example#4399 - Application config
- Example#4400 - Default controller
- Example#4401 - Default view template
- Example#4402 - Run the Applicatioin
- Example#4403 - An PHP array example
- Example#4404 - An ini file example
- Example#4405 - A Bootstrapexample
- Example#4406 - Yaf_Application::bootstrapexample
- Example#4407 - Yaf_Application::clearLastErrorexample
- Example#4408 - A ini config file example
- Example#4409 - Yaf_Application::__constructexample
- Example#4410 - Yaf_Application::__constructexample
- Example#4411 - Yaf_Application::environexample
- Example#4412 - Yaf_Application::executeexample
- Example#4413 - Yaf_Application::getConfigexample
- Example#4414 - Yaf_Application::getDispatcherexample
- Example#4415 - Yaf_Application::getLastErrorMsgexample
- Example#4416 - Yaf_Application::getLastErrorNoexample
- Example#4417 - Yaf_Application::getModulesexample
- Example#4418 - Bootstrap example
- Example#4419 - Yaf_Dispatcher::autoRenderexample
- Example#4420 - Yaf_Dispatcher::catchExceptionexample
- Example#4421 - Yaf_Dispatcher::registerPluginexample
- Example#4422 - A custom View engineexample
- Example#4423 - Yaf_Dispatcher::setViewexample
- Example#4424 - Yaf_Dispatcher::throwexceptionexample
- Example#4425 - Yaf_Dispatcher::throwexceptionexample
- Example#4426 - Yaf_Config_Iniexample
- Example#4427 - define action in a separate file
- Example#4428 - Dummy_action.php
- Example#4429 - Yaf_Controller_Abstract::forwardexample
- Example#4430 - Yaf_Action_Abstract::executeexample
- Example#4431 - Yaf_Action_Abstract::executeexample
- Example#4432 - Yaf_View_Simple::assignexample
- Example#4433 - templateexample
- Example#4434 - Yaf_View_Simple::assignRefexample
- Example#4435 - templateexample
- Example#4436 - Yaf_View_Simple::clearexample
- Example#4437 - Yaf_View_Simple::__constructorexample
- Example#4438 - Yaf_View_Simple::__setexample
- Example#4439 - Config example
- Example#4440 - Register localnamespace
- Example#4441 - Load class example
- Example#4442 - Load namespace class example
- Example#4443 - MVC class loading example
- Example#4444 - MVC class distinctions
- Example#4445 - MVC loading example
- Example#4446 - Yaf_Loader::registerLocalNamespaceexample
- Example#4447 - Plugin example
- Example#4448 - Yaf_Plugin_Abstract::routerShutdownexample
- Example#4449 - Yaf_Response_Abstract::appendBodyexample
- Example#4450 - Yaf_Response_Abstract::getBodyexample
- Example#4451 - Yaf_Response_Abstract::prependBodyexample
- Example#4452 - Yaf_Response_Abstract::responseexample
- Example#4453 - Yaf_Response_Abstract::setBodyexample
- Example#4454 - Yaf_Route_Map::assembleexample
- Example#4455 - Yaf_Route_Mapexample
- Example#4456 - Yaf_Route_Mapexample
- Example#4457 - Yaf_Route_Mapexample
- Example#4458 - Yaf_Route_Regex::assembleexample
- Example#4459 - Yaf_Route_Regexexample
- Example#4460 - Yaf_Route_Regex(as of 2.3.0)example
- Example#4461 - Yaf_Route_Regex and named capture ground(as of 2.3.0)example
- Example#4462 - Yaf_Route_Regexexample
- Example#4463 - Yaf_Route_Rewrite::assembleexample
- Example#4464 - Yaf_Route_Rewriteexample
- Example#4465 - Yaf_Route_Rewriteexample
- Example#4466 - Yaf_Route_Rewrite(as of 2.3.0)example
- Example#4467 - Rewrite rule for Apache
- Example#4468 - Rewrite rule for Apache
- Example#4469 - Rewrite rule for Lighttpd
- Example#4470 - Rewrite rule for Nginx
- Example#4471 - Yaf_Route_Static(default route)example
- Example#4472 - application.iniexample
- Example#4473 - Yaf_Dispatcher::autoConfigexample
- Example#4474 - Yaf_Dispatcher::autoRenderexample
- Example#4475 - Register some routes in Bootstrap
- Example#4476 - plugin Dummy.php (under application.directory/plugins)
- Example#4477 - Yaf_Route_Simple::assembleexample
- Example#4478 - Yaf_Route_Simple::routeexample
- Example#4479 - Yaf_Route_Simple::routeexample
- Example#4480 - Yaf_Route_Static::assembleexample
- Example#4481 - Yaf_Route_Static::routeexample
- Example#4482 - Yaf_Route_Supervar::assembleexample
- Example#4483 - Yaf_Route_Supervarexample
- Example#4484 - Taintexample
- Example#4485 - Creating a chdb file
- Example#4486 - Loading and looking up a chdb file
- Example#4487 - chdb::get example
- Example#4488 - chdb_create example
- Example#4489 - Usando o módulo cURL do PHP para pegar o conteúdo de exemplo.com.br
- Example#4490 - Iniciando uma nova sessão cURL e acessando uma página web
- Example#4491 - Copiando um controlador cURL
- Example#4492 - Exemplo de curl_errno
- Example#4493 - curl_error example
- Example#4494 - curl_escape example
- Example#4495 - Fetching a web page
- Example#4496 - curl_getinfo example
- Example#4497 - Initializing a new cURL session and fetching a web page
- Example#4498 - curl_multi_add_handle example
- Example#4499 - curl_multi_close example
- Example#4500 - curl_multi_exec example
- Example#4501 - A curl_multi_info_read example
- Example#4502 - curl_multi_init example
- Example#4503 - curl_multi_strerror example
- Example#4504 - curl_reset example
- Example#4505 - Initializing a new cURL session and fetching a web page
- Example#4506 - Our own implementation of curl_setopt_array
- Example#4507 - Initializing a new cURL session and fetching a web page
- Example#4508 - Uploading file
- Example#4509 - curl_share_setopt example
- Example#4510 - curl_share_init example
- Example#4511 - curl_share_setopt example
- Example#4512 - curl_errno example
- Example#4513 - curl_escape example
- Example#4514 - curl_version example
- Example#4515 - Simple HTTP client
- Example#4516 - HTTP client using asynchronous DNS resolver
- Example#4517 - Echo server
- Example#4518 - SSL echo server
- Example#4519 - Signal handler
- Example#4520 - Use libevent's loop to process requests of `eio' extension
- Example#4521 - Miscellaneous
- Example#4522 - Simple HTTP server
- Example#4523 - Simple HTTPS server
- Example#4524 - OpenSSL connection
- Example#4525 - EventHttpConnection::makeRequest example
- Example#4526 - Connection listener based on a UNIX domain socket
- Example#4527 - Simple SMTP server
- Example#4528 - Handling SIGTERM signal
- Example#4529 - Event::addSignal example
- Example#4530 - Event::addTimer example
- Example#4531 - EventBase::getFeatures example
- Example#4532 - EventBase::getMethod example
- Example#4533 - EventBuffer::search example
- Example#4534 - EventBufferEvent::connect example
- Example#4535 - Connect to UNIX domain socket which presumably is served by a server, read response from
the server and output it to the console
- Example#4536 - EventBufferEvent::connectHost example
- Example#4537 - Buffer event's read callback
- Example#4538 - EventBufferEvent::getOutput example
- Example#4539 - EventBufferEvent::sslError example
- Example#4540 - Simple SMTP server
- Example#4541 - EventConfig::avoidMethod example
- Example#4542 - EventConfig::__construct example
- Example#4543 - EventConfig::requireFeatures example
- Example#4544 - EventHttp::accept example
- Example#4545 - EventHttp::addServerAlias example
- Example#4546 - EventHttp::bind example
- Example#4547 - Simple HTTP server
- Example#4548 - EventHttp::setCallback example
- Example#4549 - EventHttp::setDefaultCallback example
- Example#4550 - EventHttpConnection::makeRequest example
- Example#4551 - EventHttpConnection::setCloseCallback example
- Example#4552 - EventHttpRequest::__construct example
- Example#4553 - EventHttpRequest::sendError example
- Example#4554 - EventListener::__construct example
- Example#4555 - EventSslContext::__construct example
- Example#4556 - Exemplo da FTP
- Example#4557 - Um exemplo de ftp_alloc
- Example#4558 - Exemplo ftp_cdup
- Example#4559 - Exemplo ftp_chdir
- Example#4560 - Exemplo ftp_chmod
- Example#4561 - Exemplo ftp_close
- Example#4562 - ftp_connect example
- Example#4563 - Exemplo ftp_delete
- Example#4564 - Exemplo ftp_exec
- Example#4565 - Exemplo ftp_fget
- Example#4566 - Exemplo de ftp_fput
- Example#4567 - Exemplo ftp_get_option
- Example#4568 - Exemplo ftp_get
- Example#4569 - Exemplo ftp_login
- Example#4570 - Exemplo ftp_mdtm
- Example#4571 - Exemplo ftp_mkdir
- Example#4572 - Exemplo ftp_nb_continue
- Example#4573 - Exemplo ftp_nb_fget
- Example#4574 - Exemplo ftp_nb_fput
- Example#4575 - Exemplo ftp_nb_get
- Example#4576 - Continuando um download com ftp_nb_get
- Example#4577 - Continuando um download na posição 100 para um
novo arquivo com ftp_nb_get
- Example#4578 - Exemplo ftp_nb_put
- Example#4579 - Continuando um upload com ftp_nb_put
- Example#4580 - Exemplo ftp_nlist
- Example#4581 - Exemplo ftp_pasv
- Example#4582 - Exemplo ftp_put
- Example#4583 - Exemplo ftp_pwd
- Example#4584 - Usando ftp_raw para fazer o login em um servidor FTP manualmente.
- Example#4585 - Exemplo ftp_rawlist
- Example#4586 - Exemplo ftp_rename
- Example#4587 - Exemplo ftp_rmdir
- Example#4588 - Exemplo ftp_set_option
- Example#4589 - Enviando um comando SITE para um servidor FTP
- Example#4590 - Exemplo ftp_size
- Example#4591 - Exemplo ftp_ssl_connect
- Example#4592 - Exemplo ftp_systype
- Example#4593 - Basic Gearman client and worker
- Example#4594 - Basic Gearman client and worker, background
- Example#4595 - Basic Gearman client and worker, submitting tasks
- Example#4596 - Adding two job servers
- Example#4597 - Add two job servers
- Example#4598 - Basic submission of two tasks
- Example#4599 - Basic submission of two tasks with passing application context
- Example#4600 - Two tasks, one background and one not
- Example#4601 - A high priority task along with two normal tasks
- Example#4602 - A low priority task along with two normal tasks
- Example#4603 - Monitor completion of multiple background tasks
- Example#4604 - Simple job submission with immediate return
- Example#4605 - Submitting a job and retrieving incremental status
- Example#4606 - Submit and monitor a background job
- Example#4607 - Simple job submission with immediate return
- Example#4608 - Submitting a job and retrieving incremental status
- Example#4609 - Get the status of a long running job
- Example#4610 - Monitor the status of a long running background job
- Example#4611 - Simple worker making use of extra application context data
- Example#4612 - Add alternate Gearman servers
- Example#4613 - Add two job servers
- Example#4614 - GearmanWorker::setId example
- Example#4615 - A simple worker with a 5 second timeout
- Example#4616 - Running worker in non-blocking mode
- Example#4617 - GearmanWorker::work example
- Example#4618 - Hypothetical output from gopher://gopher.example.com/
- Example#4619 - Using gopher_parsedir
- Example#4620 - Search for all UPnP devices and services.
- Example#4621 - Implementing light server
- Example#4622 - Implementing light client
- Example#4623 - Create new UPnP context and get IP address of the host
- Example#4624 - Create new UPnP context and get port number
- Example#4625 - Create new UPnP context and set host path
- Example#4626 - Create new UPnP context
- Example#4627 - Create new UPnP context and set callback
- Example#4628 - Create new UPnP context and start browsing
- Example#4629 - Create new UPnP context and start browsing
- Example#4630 - Create new UPnP context and get device info service
- Example#4631 - Create new UPnP context and get device info service
- Example#4632 - Retrieve an object
- Example#4633 - LDAP search example
- Example#4634 - Complete example with authenticated bind
- Example#4635 - Using LDAP Bind
- Example#4636 - Using LDAP Bind Anonymously
- Example#4637 - Complete example of password check
- Example#4638 - Example of connecting to LDAP server.
- Example#4639 - Example of connecting securely to LDAP server.
- Example#4640 - LDAP pagination
- Example#4641 - LDAP pagination
- Example#4642 - ldap-count-entries example
- Example#4643 - Enumerating all LDAP error messages
- Example#4644 - Generating and catching an error
- Example#4645 - Show the list of attributes held for a particular directory entry
- Example#4646 - Check protocol version
- Example#4647 - List all values of the "mail" attribute for a
directory entry
- Example#4648 - Produce a list of all organizational units of an organization
- Example#4649 - Add a telephone number to a contact
- Example#4650 - Rename a user
- Example#4651 - Add two e-mail addresses to a user
- Example#4652 - Change a user's password
- Example#4653 - Change a user's password (Active Directory)
- Example#4654 - ldap_parse_result example
- Example#4655 - LDAP search
- Example#4656 - Set protocol version
- Example#4657 - Set server controls
- Example#4658 - LDAP sort
- Example#4659 - memcache extension overview example
- Example#4660 - Using memcache session handler
- Example#4661 - Memcache::add example
- Example#4662 - Memcache::addServer example
- Example#4663 - Memcache::close example
- Example#4664 - Memcache::connect example
- Example#4665 - Memcache::decrement example
- Example#4666 - Memcache::delete example
- Example#4667 - Memcache::flush example
- Example#4668 - Memcache::get example
- Example#4669 - Memcache::getExtendedStats example
- Example#4670 - Memcache::getServerStatus example
- Example#4671 - Memcache::getVersion example
- Example#4672 - Memcache::increment example
- Example#4673 - Memcache::pconnect example
- Example#4674 - Memcache::replace example
- Example#4675 - Memcache::set example
- Example#4676 - Memcache::set example
- Example#4677 - Memcache::setCompressThreshold example
- Example#4678 - Memcache::setServerParams example
- Example#4679 - Result callback example
- Example#4680 - Read-through callback example
- Example#4681 - Memcached::addServer example
- Example#4682 - Memcached::addServers example
- Example#4683 - Memcached::append example
- Example#4684 - Memcached::cas example
- Example#4685 - Creating a Memcached object
- Example#4686 - Memcached::decrement example
- Example#4687 - Memcached::delete example
- Example#4688 - Memcached::fetch example
- Example#4689 - Memcached::getDelayed example
- Example#4690 - Memcached::flush example
- Example#4691 - Memcached::get example #1
- Example#4692 - Memcached::get example #2
- Example#4693 - Memcached::getDelayed example
- Example#4694 - Memcached::getMulti example
- Example#4695 - Memcached::GET_PRESERVE_ORDER example
- Example#4696 - Retrieving Memcached options
- Example#4697 - Memcached::getResultCode example
- Example#4698 - Memcached::getResultMessage example
- Example#4699 - Memcached::getServerByKey example
- Example#4700 - Memcached::getServerList example
- Example#4701 - Memcached::getStats example
- Example#4702 - Memcached::getVersion example
- Example#4703 - Memcached::increment example
- Example#4704 - Memcached::prepend example
- Example#4705 - Memcached::set example
- Example#4706 - Memcached::setByKey example
- Example#4707 - Memcached::setMulti example
- Example#4708 - Setting a Memcached option
- Example#4709 - Setting Memcached options
- Example#4710 - mqseries_back
example
- Example#4711 - mqseries_begin
example
- Example#4712 - mqseries_close
example
- Example#4713 - mqseries_cmit
example
- Example#4714 - mqseries_conn
example
- Example#4715 - mqseries_connx
example
- Example#4716 - mqseries_connx
example using SSL connection & OCSP Responder URL
- Example#4717 - mqseries_disc
example
- Example#4718 - mqseries_get
example
- Example#4719 - mqseries_inq
example
- Example#4720 - mqseries_open
example
- Example#4721 - mqseries_put
example
- Example#4722 - mqseries_strerror
example
- Example#4723 - define_syslog_variables example
- Example#4724 - Using dns_get_record
- Example#4725 - Using dns_get_record and DNS_ANY
- Example#4726 - fsockopen Exemplo
- Example#4727 - Utilizando conexão UDP
- Example#4728 - Um simples exemplo de gethostbyaddr
- Example#4729 - A simple gethostbyname example
- Example#4730 - gethostbynamel example
- Example#4731 - A simple gethostname example
- Example#4732 - getprotobyname example
- Example#4733 - getservbyname example
- Example#4734 - header_register_callback example
- Example#4735 - Unsetting specific header.
- Example#4736 - Unsetting all previously set headers.
- Example#4737 - Download dialog
- Example#4738 - Caching directives
- Example#4739 - Examples using headers_list
- Example#4740 - Examples using headers_sent
- Example#4741 - Using http_response_code in a web server environment
- Example#4742 - Using http_response_code in a CLI environment
- Example#4743 - inet_ntop Example
- Example#4744 - inet_pton Example
- Example#4745 - ip2long Example
- Example#4746 - Displaying an IP address
- Example#4747 - Exemplo de setcookie para enviar cookies
- Example#4748 - Exemplo de setcookie para deletar cookies
- Example#4749 - setcookie e arrays
- Example#4750 - Using syslog
- Example#4751 - Procedural usage of rrd
- Example#4752 - OO usage of rrd
- Example#4753 - RRDGraph::setOptions example
- Example#4754 - Set multiple color options
- Example#4755 - RRDUpdater::update examples
- Example#4756 - Creating a connection and connecting to a remote WebSphere MQSeries Messaging Server
- Example#4757 - Creating a connection and connecting to a remote WebSphere Application Server
- Example#4758 - Creating a connection and connecting to an MQTT server
- Example#4759 - Creating a message with a simple text body
- Example#4760 - Setting a text format property using the default syntax
- Example#4761 - Setting a property using a type hint
- Example#4762 - Retrieving a property from a message header
- Example#4763 - Adding a message to a queue and receiving a response
- Example#4764 - Creating a durable subscription to a topic
- Example#4765 - Subscribing to a topic using a WebSphere Platform Messaging (WPM) server
- Example#4766 - Receiving published data using a durable subscription
- Example#4767 - Deleting a durable subscription to a topic
- Example#4768 - Handling an error from a method that returns no result
- Example#4769 - Handling an error from a method that returns a result
- Example#4770 - Committing the current unit of work
- Example#4771 - Creating a connection to a Messaging Server using the IBM MQSeries
protocol (WMQ)
- Example#4772 - Creating a connection with application transaction control and default
host and port values
- Example#4773 - Creating a connection to a Messaging Server using the IBM WebSphere
Platform Messaging protocol (WPM)
- Example#4774 - Creating a connection object and connecting to a Messaging Server
- Example#4775 - Disconnecting from a Messaging Server
- Example#4776 - Using the error number and description properties
- Example#4777 - Using the error number and description properties
- Example#4778 - Checking whether there us a connection to a Messaging Server
- Example#4779 - Retrieve the next message from a queue without removing it
- Example#4780 - Retrieve a specific message from a queue without removing it from the queue
- Example#4781 - Retrieve all messages in a queue without removing them
- Example#4782 - Retrieve all messages from a queue with a matching correlation id
- Example#4783 - Receiving a message from a queue
- Example#4784 - Receiving a message from a queue with options
- Example#4785 - Receiving a message from a subscription
- Example#4786 - Removing a message from a queue by message id
- Example#4787 - Cancelling an in-flight unit of work
- Example#4788 - Send a message to a queue
- Example#4789 - Publish a message to a topic
- Example#4790 - Send a request and receive a response
- Example#4791 - Turn on debugging output
- Example#4792 - Turn off debugging output
- Example#4793 - Subscribe to a topic
- Example#4794 - Delete a subscription
- Example#4795 - Setting a text string into the body of a message
- Example#4796 - Creating a message
- Example#4797 - Creating a message with a simple text payload
- Example#4798 - Setting a text format property using the default syntax
- Example#4799 - Setting a text format property using a type hint
- Example#4800 - Setting properties as the sender of a message
- Example#4801 - Retreiving property values from a message
- Example#4802 - snmp_get_quick_print example
- Example#4803 - Using snmp_get_valueretrieval
- Example#4804 - Using snmp_read_mib
- Example#4805 - Using snmp_set_enum_print
- Example#4806 - Using snmprealwalk
- Example#4807 - Using snmp_set_quick_print
- Example#4808 - Using
snmp_set_valueretrieval
- Example#4809 - Using snmp2_get
- Example#4810 - Using snmp2_get_next
- Example#4811 - Using snmp2_real_walk
- Example#4812 - Using snmp2_set
- Example#4813 - Using snmp2_set for setting BITS SNMP object id
- Example#4814 - snm2_pwalk Example
- Example#4815 - Using snmp3_get
- Example#4816 - Using snmp3_getnext
- Example#4817 - Using
snmp3_real_walk
- Example#4818 - Using snmp3_set
- Example#4819 - Using snmp3_set for setting BITS SNMP object id
- Example#4820 - snmp3_walk Example
- Example#4821 - Using snmpget
- Example#4822 - Using snmpgetnext
- Example#4823 - Using snmprealwalk
- Example#4824 - Using snmpset
- Example#4825 - Using snmpset for setting BITS SNMP object id
- Example#4826 - snmpwalk Example
- Example#4827 - snmpwalkoid Example
- Example#4828 - SNMP::close example
- Example#4829 - Fetching sysLocation
- Example#4830 - Single SNMP object
- Example#4831 - Multiple SNMP objects
- Example#4832 - SNMP::getErrno example
- Example#4833 - SNMP::getError example
- Example#4834 - Single SNMP object
- Example#4835 - Miltiple SNMP objects
- Example#4836 - Set single SNMP object id
- Example#4837 - Set multiple values using single SNMP::set
call
- Example#4838 - Using SNMP::set for setting BITS SNMP object id
- Example#4839 - SNMP::setSecurity example
- Example#4840 - SNMP::walk example
- Example#4841 - suffix_as_key example
- Example#4842 - Exemplo de socket: Simples servidor TCP/IP
- Example#4843 - Exemplo de Socket: Simples cliente TCP/IP
- Example#4844 - socket_import_stream example
- Example#4845 - Exemplo de socket_select
- Example#4846 - Usando NULL com socket_select
- Example#4847 - Entendendo resultados de socket_select
- Example#4848 - Exemplo socket_sendto
- Example#4849 - Exemplo de socket_strerror
- Example#4850 - Authenticating with a ssh agent
- Example#4851 - Authentication using a public hostkey
- Example#4852 - Retrieving a list of authentication methods
- Example#4853 - Authenticating with a password
- Example#4854 - Authentication using a public key
- Example#4855 - ssh2_connect example
- Example#4856 - Executing a command
- Example#4857 - Opening a shell and retrieving the stderr stream associated with it
- Example#4858 - Checking the fingerprint against a known value
- Example#4859 - Determining what methods were negotiated
- Example#4860 - Adding a publickey with ssh2_publickey_add
- Example#4861 - Listing authorized keys with ssh2_publickey_list
- Example#4862 - Downloading a file via SCP
- Example#4863 - Uploading a file via SCP
- Example#4864 - Changing the mode of a file on a remote server
- Example#4865 - Stating a symbolic link via SFTP
- Example#4866 - Creating a directory on a remote server
- Example#4867 - Reading a symbolic link
- Example#4868 - Resolving a pathname
- Example#4869 - Renaming a file via sftp
- Example#4870 - Removing a directory on a remote server
- Example#4871 - Stating a file via SFTP
- Example#4872 - Creating a symbolic link
- Example#4873 - Deleting a file
- Example#4874 - Opening a file via SFTP
- Example#4875 - Requesting an interactive shell
- Example#4876 - Opening a tunnel to an arbitrary host
- Example#4877 - Estilo orientado à objeto
- Example#4878 - Estilo procedural
- Example#4879 - stomp_connect_error example
- Example#4880 - stomp_version example
- Example#4881 - Estilo orientado à objeto
- Example#4882 - Estilo procedural
- Example#4883 - Estilo orientado à objeto
- Example#4884 - Estilo procedural
- Example#4885 - Estilo orientado à objeto
- Example#4886 - Estilo procedural
- Example#4887 - Estilo orientado à objeto
- Example#4888 - Estilo procedural
- Example#4889 - Estilo orientado à objeto
- Example#4890 - Estilo procedural
- Example#4891 - Estilo orientado à objeto
- Example#4892 - Estilo procedural
- Example#4893 - Estilo orientado à objeto
- Example#4894 - Estilo procedural
- Example#4895 - Estilo orientado à objeto
- Example#4896 - Estilo procedural
- Example#4897 - Estilo orientado à objeto
- Example#4898 - Estilo procedural
- Example#4899 - Train from array
- Example#4900 - Train from a file
- Example#4901 - svn_add example
- Example#4902 - Default authentication example
- Example#4903 - svn_blame example
- Example#4904 - Basic example
- Example#4905 - Basic example
- Example#4906 - Basic example
- Example#4907 - Basic example
- Example#4908 - Basic example
- Example#4909 - Basic example
- Example#4910 - Diffing two revisions of a repository path
- Example#4911 - Portably diffing two local files
- Example#4912 - svn_export example
- Example#4913 - Basic example
- Example#4914 - svn_log example
- Example#4915 - svn_ls example
- Example#4916 - Basic example
- Example#4917 - Basic example
- Example#4918 - Instalando tcpwrap manualmente
- Example#4919 - Deny all connections from localhost
- Example#4920 - Ban an URL
- Example#4921 - Get statistic snapshot
- Example#4922 - Read varnish shared memory log
- Example#4923 - VarnishAdmin::__construct example
- Example#4924 - Parallel searching using Yaz
- Example#4925 - CCL configuration
- Example#4926 - CCL Parsing
- Example#4927 - Record Update
- Example#4928 - Array for GRS-1 record
- Example#4929 - Working with MARCXML
- Example#4930 - PHP function that scans titles
- Example#4931 - Query Examples
- Example#4932 - Sort Criterias
- Example#4933 - Example for NIS errors
- Example#4934 - Example for the NIS first
- Example#4935 - Example for the default domain
- Example#4936 - Example for the NIS master
- Example#4937 - Example for NIS match
- Example#4938 - Example for NIS next
- Example#4939 - Example for the NIS order
- Example#4940 - Um exemplo de ZMQContext
- Example#4941 - Um exemplo de ZMQContext
- Example#4942 - Um exemplo de ZMQContext
- Example#4943 - Um exemplo de ZMQSocket
- Example#4944 - A exemplo de envio/recepção
- Example#4945 - Um exemplo de ZMQPoll
- Example#4946 - Zookeeper::addAuth example
- Example#4947 - Zookeeper::create example
- Example#4948 - Zookeeper::delete example
- Example#4949 - Zookeeper::exists example
- Example#4950 - Zookeeper::get example
- Example#4951 - Zookeeper::getAcl example
- Example#4952 - Zookeeper::set example
- Example#4953 - Zookeeper::setAcl example
- Example#4954 - Zookeeper::setDebugLevel example
- Example#4955 -
- Example#4956 - udm_api_version example
- Example#4957 - udm_cat_listexample
- Example#4958 - Specifying path to the current category in the following format:
'> Root > Sport > Auto > Ferrari'
- Example#4959 - udm_load_ispell_data example
- Example#4960 - udm_load_ispell_data example
- Example#4961 - solr_get_version example
- Example#4962 - Contents of the BootStrap file
- Example#4963 - Adding a document to the index
- Example#4964 - Merging one document into another document
- Example#4965 - Searching for documents - SolrObject responses
- Example#4966 - Searching for documents - SolrDocument responses
- Example#4967 - Simple TermsComponent example - basic
- Example#4968 - Simple TermsComponent example - using a prefix
- Example#4969 - Simple TermsComponent example - specifying a minimum frequency
- Example#4970 - Simple Facet Example
- Example#4971 - Simple Facet Example - with optional field override for mincount
- Example#4972 - Facet Date Example
- Example#4973 - Connecting to SSL-Enabled Server
- Example#4974 - Collapsing a SolrQuery
- Example#4975 - Solr Real Time Get (RTG) example SolrClient::getById
- Example#4976 - SolrInputDocument::addChildDocument example
- Example#4977 - SolrInputDocument::addChildDocuments example
- Example#4978 - SolrDocument::toArray example
- Example#4979 - SolrObject::__construct example
- Example#4980 - SolrObject::offsetUnset example
- Example#4981 - SolrClient::addDocument example
- Example#4982 - SolrClient::addDocument example 2
- Example#4983 - SolrClient::addDocuments example
- Example#4984 - SolrClient::__construct example
- Example#4985 - SolrQuery::deleteByQuery example
- Example#4986 - SolrClient::getById example
- Example#4987 - SolrClient::getByIds example
- Example#4988 - SolrClient::ping example
- Example#4989 - SolrClient::query example
- Example#4990 - SolrClient::request example
- Example#4991 - SolrClient::setResponseWriter example
- Example#4992 - SolrParams::setParam example
- Example#4993 - SolrQuery::addFacetField example
- Example#4994 - SolrQuery::addFacetField example
- Example#4995 - SolrQuery::addFilterQuery example
- Example#4996 - SolrQuery::addGroupSortField example
- Example#4997 - SolrQuery::collapse example
- Example#4998 - SolrQuery::setExpand example
- Example#4999 - SolrDisMaxQuery::addBigramPhraseField example
- Example#5000 - SolrDisMaxQuery::addBoostQuery example
- Example#5001 - SolrDisMaxQuery::addPhraseField example
- Example#5002 - SolrDisMaxQuery::addQueryField example
- Example#5003 - SolrDisMaxQuery::addTrigramPhraseField example
- Example#5004 - SolrDisMaxQuery::addUserField example
- Example#5005 - SolrDisMaxQuery::__construct example
- Example#5006 - SolrDisMaxQuery::removeBigramPhraseField example
- Example#5007 - SolrDisMaxQuery::removeBoostQuery example
- Example#5008 - SolrDisMaxQuery::removePhraseField example
- Example#5009 - SolrDisMaxQuery::removeQueryField example
- Example#5010 - SolrDisMaxQuery::removeTrigramPhraseField example
- Example#5011 - SolrDisMaxQuery::removeUserField example
- Example#5012 - SolrDisMaxQuery::setBigramPhraseFields example
- Example#5013 - SolrDisMaxQuery::setBigramPhraseSlop example
- Example#5014 - SolrDisMaxQuery::setBoostFunction example
- Example#5015 - SolrDisMaxQuery::setBoostQuery example
- Example#5016 - SolrDisMaxQuery::setMinimumMatch example
- Example#5017 - SolrDisMaxQuery::setPhraseFields example
- Example#5018 - SolrDisMaxQuery::setPhraseSlop example
- Example#5019 - SolrDisMaxQuery::setQueryAlt example
- Example#5020 - SolrDisMaxQuery::setQueryPhraseSlop example
- Example#5021 - SolrDisMaxQuery::setTieBreaker example
- Example#5022 - SolrDisMaxQuery::setTrigramPhraseFields example
- Example#5023 - SolrDisMaxQuery::setTrigramPhraseSlop example
- Example#5024 - SolrDisMaxQuery::setUserFields example
- Example#5025 - SolrDisMaxQuery::useDisMaxQueryParser example
- Example#5026 - SolrDisMaxQuery::useEDisMaxQueryParser example
- Example#5027 - SolrCollapseFunction::__construct example
- Example#5028 - SolrCollapseFunction::setHint example
- Example#5029 - SolrCollapseFunction::setMax example
- Example#5030 - Basic usage example
- Example#5031 - Basic search query
- Example#5032 - A Swish::__construct example
- Example#5033 - Basic Swish::getMetaList example
- Example#5034 - Basic Swish::getPropertyList example
- Example#5035 - Basic Swish::prepare example
- Example#5036 - Basic Swish::query example
- Example#5037 - Basic SwishResult::stem example
- Example#5038 - Basic SwishResults::getParsedWords example
- Example#5039 - Basic SwishResults::nextResult example
- Example#5040 - Basic SwishResults::seekResult example
- Example#5041 - Basic SwishSearch::execute example
- Example#5042 - Basic SwishSearch::resetLimit example
- Example#5043 - Basic SwishSearch::setLimit example
- Example#5044 - Basic SwishSearch::setPhraseDelimiter example
- Example#5045 - Basic SwishSearch::setSort example
- Example#5046 - Basic SwishSearch::setStructure example
- Example#5047 - Desligando a interpretação do PHP em um diretório utilizando .htaccess
- Example#5048 - Exemplo da função apache_get_modules
- Example#5049 - Exemplo da função apache_get_version
- Example#5050 - Exemplo de uso da função apache_getenv
- Example#5051 - Exemplo da função apache_lookup_uri
- Example#5052 - Passando informações entre PHP e Perl
- Example#5053 - Logar valores no access.log
- Example#5054 - Exemplo da função apache_request_headers
- Example#5055 - Exemplo da função apache_response_headers
- Example#5056 - Configurando uma variável Apache utilizando apache_setenv
- Example#5057 - Exemplo da função getallheadres
- Example#5058 - nsapi_request_headers example
- Example#5059 - Registrando uma variável com $_SESSION.
- Example#5060 - Desregistrando uma variável com $_SESSION.
- Example#5061 - Contando o número de acessos de um único usuário
- Example#5062 - Informação de exemplo
- Example#5063 - Exemplo de session_cache_expire
- Example#5064 - Exemplo de session_cache_limiter
- Example#5065 - session_create_id example with session_regenerate_id
- Example#5066 - Destruindo uma sessão com $_SESSION
- Example#5067 - session_gc example for task managers like cron
- Example#5068 - session_gc example for user accessible script
- Example#5069 - Exemplo de session_name
- Example#5070 - Exemplo de session_regenerate_id
- Example#5071 - Evitando a perda de sessão causada por session_regenerate_id
- Example#5072 - Manipulador de sessão personalizado: veja o código completo na sinópse de SessionHandlerInterface.
- Example#5073 - Manipuladores personalizados de gravação de sessão usando objetos
- Example#5074 - page1.php
- Example#5075 - page2.php
- Example#5076 - Sobrepondo o tempo de duração de cookie
- Example#5077 - Lendo e fechando a sessão
- Example#5078 - Usando SessionHandler para adicionar criptografia aos manipuladores internos do PHP de gravação.
- Example#5079 - Exemplo usando SessionHandlerInterface
- Example#5080 - Exemplo de uso da bbcode_add_smiley
- Example#5081 - bbcode_create example
- Example#5082 - bbcode_set_arg_parser usage example
- Example#5083 - bbcode_set_flags usage example
- Example#5084 - Exemplos de padrões válidos
- Example#5085 - Exemplos de padrões inválidos
- Example#5086 - Example comparing preg_filter
with preg_replace
- Example#5087 - Exemplo da preg_grep
- Example#5088 - Exemplo da preg_last_error
- Example#5089 - Getting all phone numbers out of some text.
- Example#5090 - Find matching HTML tags (greedy)
- Example#5091 - Using named subpattern
- Example#5092 - Find the string of text "php"
- Example#5093 - Find the word "web"
- Example#5094 - Getting the domain name out of a URL
- Example#5095 - Using named subpattern
- Example#5096 - Exemplo da preg_quote
- Example#5097 - Deixando em itálico uma palavra de um texto
- Example#5098 - preg_replace_callback_array example
- Example#5099 - preg_replace_callback e
create_function
- Example#5100 - Exemplo da preg_replace_callback
- Example#5101 - preg_replace_callback usando estrutura recursiva
para manipular BB code aninhado
- Example#5102 - Usando backreferences seguido por literais numéricos
- Example#5103 - Usando array indexados com preg_replace
- Example#5104 - Replacing several values
- Example#5105 - Strip whitespace
- Example#5106 - Usando o parâmetro count
- Example#5107 - Exemplo da preg_split: Obtendo partes de uma string
- Example#5108 - Dividindo a string em cada caractere que a compõe
- Example#5109 - Dividindo a string pela combinação e seus offsets
- Example#5110 - Exemplos de Expressões Regulares
- Example#5111 - Exemplo da função ereg_replace
- Example#5112 - Exemplo da função ereg_replace
- Example#5113 - Substitui URLs por links
- Example#5114 - Exemplo da ereg
- Example#5115 - Destacando resultados de uma busca
- Example#5116 - Exemplo da função eregi
- Example#5117 - Exemplo da split
- Example#5118 - Exemplo da split
- Example#5119 - Exemplo da spliti
- Example#5120 - Exemplo da sql_regcase
- Example#5121 - Exemplo da addcslashes
- Example#5122 - Exemplo da addslashes
- Example#5123 - chr exemplo
- Example#5124 - Exemplo da chunk_split
- Example#5125 - Exemplo da convert_uudecode
- Example#5126 - Exemplo da convert_uuencode
- Example#5127 - Exemplo count_chars
- Example#5128 - Mostrando um checksum crc32
- Example#5129 - Exemplos da crypt
- Example#5130 - Usando crypt com htpasswd
- Example#5131 - Usando crypt com diferente tipos de encriptação
- Example#5132 - echo exemplos
- Example#5133 - explode exemplos
- Example#5134 - Exemplos de parâmetro limit
- Example#5135 - fprintf: inteiros prenchidos com zero
- Example#5136 - fprintf: formatando valores
- Example#5137 - Exemplo de tabela de tradução
- Example#5138 - hex2bin example
- Example#5139 - Decodificando entidades HTML
- Example#5140 - Exemplo da htmlentities
- Example#5141 - Um exemplo da htmlspecialchars_decode
- Example#5142 - htmlspecialchars exemplo
- Example#5143 - implode exemplo
- Example#5144 - Exemplo de lcfirst
- Example#5145 - localeconv exemplo
- Example#5146 - Exemplo de uso da ltrim
- Example#5147 - Um exemplo da md5
- Example#5148 - Exemplo da money_format
- Example#5149 - usando nl2br
- Example#5150 - Exemplo number_format
- Example#5151 - Exemplo da ord
- Example#5152 - Usando parse_str
- Example#5153 - Exemplos print
- Example#5154 - Exemplo de uso da função rtrim
- Example#5155 - Exemplos setlocale
- Example#5156 - Exemplos para windows desetlocale
- Example#5157 - Exemplo sha1
- Example#5158 - Exemplos de Soundex
- Example#5159 - Troca de argumentos
- Example#5160 - Troca de argumentos
- Example#5161 - Troca de argumento
- Example#5162 - Troca de argumento
- Example#5163 - printf: vários exemplos
- Example#5164 - printf: especificadores de string
- Example#5165 - sprintf: inteiros prenchidos com zero
- Example#5166 - sprintf: formatando dinheiro
- Example#5167 - sprintf: notação científica
- Example#5168 - Exemplo da sscanf
- Example#5169 - sscanf - usando parâmetros opcionais
- Example#5170 - Exemplo str_ireplace
- Example#5171 - Exemplo str_pad
- Example#5172 - Exemplo da str_repeat
- Example#5173 - Exemplos da str_replace
- Example#5174 - Exemplo da str_rot13
- Example#5175 - Exemplo da str_shuffle
- Example#5176 - Exemplo utilizando str_split
- Example#5177 - Um exemplo da str_word_count
- Example#5178 - Exemplo strcasecmp
- Example#5179 - Exemplo strip_tags
- Example#5180 - Exemplos stripos
- Example#5181 - Exemplo stripslashes
- Example#5182 - Usando stripslashes em um array
- Example#5183 - Exemplo da stristr
- Example#5184 - Testing if a string is found or not
- Example#5185 - Using a non "string" needle
- Example#5186 - Exemplo da strlen
- Example#5187 - Exemplo da strpbrk
- Example#5188 - Exemplos strpos
- Example#5189 - Exemplo strrchr
- Example#5190 - Revertendo uma string strrev
- Example#5191 - Um simples exemplo da strripos
- Example#5192 - Exemplo da strspn
- Example#5193 - Exemplo da strstr
- Example#5194 - Exemplo da strtok
- Example#5195 - Comportamento antigo da strtok
- Example#5196 - Novo comportamento da strtok
- Example#5197 - Exemplo da strtolower
- Example#5198 - Exemplo da strtoupper
- Example#5199 - Exemplo da strtr
- Example#5200 - strtr exemplo com dois argumentos
- Example#5201 - Exemplo da substr_compare
- Example#5202 - Exemplo da substr_count
- Example#5203 - substr_replace exemplo
- Example#5204 - Usando um início negativo
- Example#5205 - Usando um length negativo
- Example#5206 - Uso básico da substr
- Example#5207 - Exemplo de uso de trim
- Example#5208 - Usando trim em valores de array
- Example#5209 - Exemplo da ucfirst
- Example#5210 - Exemplo da ucwords
- Example#5211 - vfprintf: preenchendo com zero os inteiros
- Example#5212 - Exemplo de wordwrap
- Example#5213 - Exemplo de wordwrap
- Example#5214 - Exemplo da função array_change_key_case
- Example#5215 - Exemplo da função array_chunk
- Example#5216 - Obtém a coluna first_name dos registros
- Example#5217 - Obtém a coluna last_name dos registros, indexados pela coluna "id"
- Example#5218 - Obtém a coluna de nomes de usuários da propriedade pública "username" de um
objeto
- Example#5219 - Obtém a coluna de nomes da propriedade privada "name" de um objeto
utilizando o método mágico __get.
- Example#5220 - Um simples exemplo usando a função array_combine
- Example#5221 - Exemplo da array_count_values
- Example#5222 - Exemplo de array_diff_assoc
- Example#5223 - Exemplo da função array_diff_assoc
- Example#5224 - Exemplo da função array_diff_key
- Example#5225 - Exemplo de array_diff_uassoc
- Example#5226 - Exemplo da função array_diff_ukey
- Example#5227 - Exemplo da função array_diff
- Example#5228 - Exemplo da função array_fill_keys
- Example#5229 - Exemplo da função array_fill
- Example#5230 - Exemplo da função array_filter
- Example#5231 - array_filter sem
callback
- Example#5232 - array_filter com
flag
- Example#5233 - Exemplo da função array_flip
- Example#5234 - Exemplo da função array_flip: colisão
- Example#5235 - Exemplo da array_intersect_assoc
- Example#5236 - Exemplo da array_intersect_key
- Example#5237 - Exemplo da função array_intersect_uassoc
- Example#5238 - Exemplo da função array_intersect_ukey
- Example#5239 - Exemplo da array_intersect
- Example#5240 - Exemplo da função array_key_exists
- Example#5241 - array_key_exists versus isset
- Example#5242 - Exemplo de array_keys
- Example#5243 - Exemplo da função array_map
- Example#5244 - Utilizando uma função lambda com a função array_map (a partir do PHP 5.3.0)
- Example#5245 - array_map - usando mais de um array
- Example#5246 - Criando um array de arrays
- Example#5247 - array_map - com chaves string
- Example#5248 - Exemplo de array_merge_recursive
- Example#5249 - Exemplo de array_merge
- Example#5250 - Exemplo simples de array_merge
- Example#5251 - array_merge com tipos não array
- Example#5252 - Ordenando vários arrays
- Example#5253 - Ordenando arrays multi dimensionais
- Example#5254 - Ordenando resultados de bancos de dados
- Example#5255 - Ordenação case insensitive
- Example#5256 - Exemplo de array_pad
- Example#5257 - Exemplo da array_pop
- Example#5258 - Exemplo da array_product
- Example#5259 - Exemplo de array_push
- Example#5260 - Exemplo de array_rand
- Example#5261 - Exemplo de array_reduce
- Example#5262 - array_replace_recursive example
- Example#5263 - array_replace_recursive and recursive behavior
- Example#5264 - array_replace example
- Example#5265 - array_reverse example
- Example#5266 - Exemplo da array_search
- Example#5267 - Exemplo da array_shift
- Example#5268 - Exemplos da array_slice
- Example#5269 - Exemplos da array_splice
- Example#5270 - Exemplos da array_splice
- Example#5271 - Exemplos da array_sum
- Example#5272 - Exemplo de array_udiff_assoc
- Example#5273 - Exemplo de array_udiff_uassoc
- Example#5274 - Exemplo de array_udiff
- Example#5275 - Exemplo de array_uintersect_assoc
- Example#5276 - Exemplo de array_uintersect_uassoc
- Example#5277 - Exemplo da array_uintersect
- Example#5278 - Exemplo de array_unique
- Example#5279 - array_unique e tipos
- Example#5280 - Exemplo de array_unshift
- Example#5281 - Exemplo de array_values
- Example#5282 - Exemplo da array_walk_recursive
- Example#5283 - Exemplo da array_walk
- Example#5284 - Exemplo de array
- Example#5285 - Indexação automática com array
- Example#5286 - Array com índices a partir do 1 com array
- Example#5287 - Acessando uma matriz dentro de conchetes
- Example#5288 - Exemplo da arsort
- Example#5289 - Exemplo da asort
- Example#5290 - Exemplo de compact
- Example#5291 - Exemplo da função count
- Example#5292 - Uso recursivo da função count
- Example#5293 - Exemplo do uso de current e amigos
- Example#5294 - Exemplos da each
- Example#5295 - Percorrendo um array com each
- Example#5296 - Exemplo da end
- Example#5297 - Exemplo da extract
- Example#5298 - Exemplo da in_array
- Example#5299 - in_array com checagem de tipos
- Example#5300 - Exemplo de in_array passando um array para needle
- Example#5301 - Exemplo da key
- Example#5302 - Exemplo de krsort
- Example#5303 - Exemplo da ksort
- Example#5304 - Exemplo da list
- Example#5305 - Exemplo da list
- Example#5306 - Usando list de forma aninhada
- Example#5307 - Usando list com índices de array
- Example#5308 - Exemplo da natcasesort
- Example#5309 - Exemplo da natsort
- Example#5310 - Exemplo de uso da next e funções relacionadas
- Example#5311 - Exemplo de uso de prev e funções relacionadas
- Example#5312 - Exemplos da função range
- Example#5313 - Exemplo da reset
- Example#5314 - Exemplo de rsort
- Example#5315 - Exemplo da shuffle
- Example#5316 - Exemplo de sort
- Example#5317 - Exemplo de sort utilizando comparações naturais
ignorando maiúsculas e minúculas
- Example#5318 - Exemplo de uksort
- Example#5319 - Exemplo da usort
- Example#5320 - Exemplo de usort usando um array multi-dimensional
- Example#5321 - Exemplo de usort usando uma função membro de um
objeto
- Example#5322 - classes.inc
- Example#5323 - test_script.php
- Example#5324 - Alternativo call_user_method_array
- Example#5325 - call_user_method alternativo
- Example#5326 - class_alias example
- Example#5327 - Exemplo da class_exists
- Example#5328 - Exemplo do parâmetro autoload
- Example#5329 - Using get_called_class
- Example#5330 - Exemplo da get_class_methods
- Example#5331 - Exemplo da get_class_vars
- Example#5332 - Usando a get_class
- Example#5333 - Usando get_class na superclasse
- Example#5334 - Exemplo da get_declared_classes
- Example#5335 - Exemplo de uso de get_declared_interfaces
- Example#5336 - Uso da get_object_vars
- Example#5337 - Usando get_parent_class
- Example#5338 - Exemplo de uso de interface_exists
- Example#5339 - is_a example
- Example#5340 - Using the instanceof operator in PHP 5
- Example#5341 - Exemplo da is_subclass_of
- Example#5342 - Exemplo da method_exists
- Example#5343 - Exemplo da method_exists com método estático
- Example#5344 - Exemplo de uso de property_exists
- Example#5345 - classkit_import example
- Example#5346 - classkit_method_add example
- Example#5347 - classkit_method_copy example
- Example#5348 - classkit_method_redefine example
- Example#5349 - classkit_method_remove example
- Example#5350 - classkit_method_rename example
- Example#5351 - Um exemplo da ctype_alnum (usando o locale padrão)
- Example#5352 - Um exemplo da ctype_alpha (usando o locale padrão)
- Example#5353 - Um exemplo da ctype_cntrl
- Example#5354 - Um exemplo da ctype_digit
- Example#5355 - A ctype_graph example
- Example#5356 - Um exemplo da ctype_lower (usando o locale padrão)
- Example#5357 - Um exemplo da ctype_print
- Example#5358 - Um exemplo da ctype_punct
- Example#5359 - Um exemplo da ctype_space
- Example#5360 - Um exemplo da ctype_upper (usando o locale padrão)
- Example#5361 - Um exemplo da ctype_xdigit
- Example#5362 - Vector
- Example#5363 - Map
- Example#5364 - Ds\Collection::clear example
- Example#5365 - Ds\Collection::copy example
- Example#5366 - Ds\Collection::isEmpty example
- Example#5367 - Ds\Collection::toArray example
- Example#5368 - Ds\Hashable::hash example
- Example#5369 - Ds\Sequence::allocate example
- Example#5370 - Ds\Sequence::apply example
- Example#5371 - Ds\Sequence::capacity example
- Example#5372 - Ds\Sequence::contains example
- Example#5373 - Ds\Sequence::filter example using callback function
- Example#5374 - Ds\Sequence::filter example without a callback function
- Example#5375 - Ds\Sequence::find example
- Example#5376 - Ds\Sequence::first example
- Example#5377 - Ds\Sequence::get example
- Example#5378 - Ds\Sequence::get example using array syntax
- Example#5379 - Ds\Sequence::insert example
- Example#5380 - Ds\Sequence::join example using a separator string
- Example#5381 - Ds\Sequence::join example without a separator string
- Example#5382 - Ds\Sequence::last example
- Example#5383 - Ds\Sequence::map example
- Example#5384 - Ds\Sequence::merge example
- Example#5385 - Ds\Sequence::pop example
- Example#5386 - Ds\Sequence::push example
- Example#5387 - Ds\Sequence::reduce with initial value example
- Example#5388 - Ds\Sequence::reduce without an initial value example
- Example#5389 - Ds\Sequence::remove example
- Example#5390 - Ds\Sequence::reverse example
- Example#5391 - Ds\Sequence::reversed example
- Example#5392 - Ds\Sequence::rotate example
- Example#5393 - Ds\Sequence::set example
- Example#5394 - Ds\Sequence::set example using array syntax
- Example#5395 - Ds\Sequence::shift example
- Example#5396 - Ds\Sequence::slice example
- Example#5397 - Ds\Sequence::sort example
- Example#5398 - Ds\Sequence::sort example using a comparator
- Example#5399 - Ds\Sequence::sorted example
- Example#5400 - Ds\Sequence::sorted example using a comparator
- Example#5401 - Ds\Sequence::sum integer example
- Example#5402 - Ds\Sequence::sum float example
- Example#5403 - Ds\Sequence::unshift example
- Example#5404 - Ds\Vector::allocate example
- Example#5405 - Ds\Vector::apply example
- Example#5406 - Ds\Vector::capacity example
- Example#5407 - Ds\Vector::clear example
- Example#5408 - Ds\Vector::__construct example
- Example#5409 - Ds\Vector::contains example
- Example#5410 - Ds\Vector::copy example
- Example#5411 - Ds\Vector::filter example using callback function
- Example#5412 - Ds\Vector::filter example without a callback function
- Example#5413 - Ds\Vector::find example
- Example#5414 - Ds\Vector::first example
- Example#5415 - Ds\Vector::get example
- Example#5416 - Ds\Vector::get example using array syntax
- Example#5417 - Ds\Vector::insert example
- Example#5418 - Ds\Vector::isEmpty example
- Example#5419 - Ds\Vector::join example using a separator string
- Example#5420 - Ds\Vector::join example without a separator string
- Example#5421 - Ds\Vector::last example
- Example#5422 - Ds\Vector::map example
- Example#5423 - Ds\Vector::merge example
- Example#5424 - Ds\Vector::pop example
- Example#5425 - Ds\Vector::push example
- Example#5426 - Ds\Vector::reduce with initial value example
- Example#5427 - Ds\Vector::reduce without an initial value example
- Example#5428 - Ds\Vector::remove example
- Example#5429 - Ds\Vector::reverse example
- Example#5430 - Ds\Vector::reversed example
- Example#5431 - Ds\Vector::rotate example
- Example#5432 - Ds\Vector::set example
- Example#5433 - Ds\Vector::set example using array syntax
- Example#5434 - Ds\Vector::shift example
- Example#5435 - Ds\Vector::slice example
- Example#5436 - Ds\Vector::sort example
- Example#5437 - Ds\Vector::sort example using a comparator
- Example#5438 - Ds\Vector::sorted example
- Example#5439 - Ds\Vector::sorted example using a comparator
- Example#5440 - Ds\Vector::sum integer example
- Example#5441 - Ds\Vector::sum float example
- Example#5442 - Ds\Vector::toArray example
- Example#5443 - Ds\Vector::unshift example
- Example#5444 - Ds\Deque::allocate example
- Example#5445 - Ds\Deque::apply example
- Example#5446 - Ds\Deque::capacity example
- Example#5447 - Ds\Deque::clear example
- Example#5448 - Ds\Deque::__construct example
- Example#5449 - Ds\Deque::contains example
- Example#5450 - Ds\Deque::copy example
- Example#5451 - Ds\Deque::filter example using callback function
- Example#5452 - Ds\Deque::filter example without a callback function
- Example#5453 - Ds\Deque::find example
- Example#5454 - Ds\Deque::first example
- Example#5455 - Ds\Deque::get example
- Example#5456 - Ds\Deque::get example using array syntax
- Example#5457 - Ds\Deque::insert example
- Example#5458 - Ds\Deque::isEmpty example
- Example#5459 - Ds\Deque::join example using a separator string
- Example#5460 - Ds\Deque::join example without a separator string
- Example#5461 - Ds\Deque::last example
- Example#5462 - Ds\Deque::map example
- Example#5463 - Ds\Deque::merge example
- Example#5464 - Ds\Deque::pop example
- Example#5465 - Ds\Deque::push example
- Example#5466 - Ds\Deque::reduce with initial value example
- Example#5467 - Ds\Deque::reduce without an initial value example
- Example#5468 - Ds\Deque::remove example
- Example#5469 - Ds\Deque::reverse example
- Example#5470 - Ds\Deque::reversed example
- Example#5471 - Ds\Deque::rotate example
- Example#5472 - Ds\Deque::set example
- Example#5473 - Ds\Deque::set example using array syntax
- Example#5474 - Ds\Deque::shift example
- Example#5475 - Ds\Deque::slice example
- Example#5476 - Ds\Deque::sort example
- Example#5477 - Ds\Deque::sort example using a comparator
- Example#5478 - Ds\Deque::sorted example
- Example#5479 - Ds\Deque::sorted example using a comparator
- Example#5480 - Ds\Deque::sum integer example
- Example#5481 - Ds\Deque::sum float example
- Example#5482 - Ds\Deque::toArray example
- Example#5483 - Ds\Deque::unshift example
- Example#5484 - Ds\Map::allocate example
- Example#5485 - Ds\Map::apply example
- Example#5486 - Ds\Map::capacity example
- Example#5487 - Ds\Map::clear example
- Example#5488 - Ds\Map::__construct example
- Example#5489 - Ds\Map::copy example
- Example#5490 - Ds\Map::diff example
- Example#5491 - Ds\Map::filter example using callback function
- Example#5492 - Ds\Map::filter example without a callback function
- Example#5493 - Ds\Map::first example
- Example#5494 - Ds\Map::get example
- Example#5495 - Ds\Map::get example using array syntax
- Example#5496 - Ds\Map::hasKey example
- Example#5497 - Ds\Map::hasValue example
- Example#5498 - Ds\Map::intersect example
- Example#5499 - Ds\Map::isEmpty example
- Example#5500 - Ds\Map::keys example
- Example#5501 - Ds\Map::ksort example
- Example#5502 - Ds\Map::ksort example using a comparator
- Example#5503 - Ds\Map::ksorted example
- Example#5504 - Ds\Map::ksorted example using a comparator
- Example#5505 - Ds\Map::last example
- Example#5506 - Ds\Map::map example
- Example#5507 - Ds\Map::merge example
- Example#5508 - Ds\Map::pairs example
- Example#5509 - Ds\Map::put example
- Example#5510 - Ds\Map::put example using objects as keys
- Example#5511 - Ds\Map::putAll example
- Example#5512 - Ds\Map::reduce with initial value example
- Example#5513 - Ds\Map::reduce without an initial value example
- Example#5514 - Ds\Map::remove example
- Example#5515 - Ds\Map::reverse example
- Example#5516 - Ds\Map::reversed example
- Example#5517 - Ds\Map::skip example
- Example#5518 - Ds\Map::slice example
- Example#5519 - Ds\Map::sort example
- Example#5520 - Ds\Map::sort example using a comparator
- Example#5521 - Ds\Map::sort example
- Example#5522 - Ds\Map::sort example using a comparator
- Example#5523 - Ds\Map::sum integer example
- Example#5524 - Ds\Map::sum float example
- Example#5525 - Ds\Map::toArray example
- Example#5526 - Ds\Map::union example
- Example#5527 - Ds\Map::values example
- Example#5528 - Ds\Map::xor example
- Example#5529 - Ds\Pair::clear example
- Example#5530 - Ds\Pair::copy example
- Example#5531 - Ds\Pair::isEmpty example
- Example#5532 - Ds\Pair::toArray example
- Example#5533 - Ds\Set::add example using integers
- Example#5534 - Ds\Set::add example using objects
- Example#5535 - Ds\Set::allocate example
- Example#5536 - Ds\Set::capacity example
- Example#5537 - Ds\Set::clear example
- Example#5538 - Ds\Set::__construct example
- Example#5539 - Ds\Set::contains example
- Example#5540 - Ds\Set::copy example
- Example#5541 - Ds\Set::diff example
- Example#5542 - Ds\Set::filter example using callback function
- Example#5543 - Ds\Set::filter example without a callback function
- Example#5544 - Ds\Set::first example
- Example#5545 - Ds\Set::get example
- Example#5546 - Ds\Set::get example using array syntax
- Example#5547 - Ds\Set::intersect example
- Example#5548 - Ds\Set::isEmpty example
- Example#5549 - Ds\Set::join example using a separator string
- Example#5550 - Ds\Set::join example without a separator string
- Example#5551 - Ds\Set::last example
- Example#5552 - Ds\Set::merge example
- Example#5553 - Ds\Set::reduce with initial value example
- Example#5554 - Ds\Set::reduce without an initial value example
- Example#5555 - Ds\Set::remove example
- Example#5556 - Ds\Set::reverse example
- Example#5557 - Ds\Set::reversed example
- Example#5558 - Ds\Set::slice example
- Example#5559 - Ds\Set::sort example
- Example#5560 - Ds\Set::sort example using a comparator
- Example#5561 - Ds\Set::sorted example
- Example#5562 - Ds\Set::sorted example using a comparator
- Example#5563 - Ds\Set::sum integer example
- Example#5564 - Ds\Set::sum float example
- Example#5565 - Ds\Set::toArray example
- Example#5566 - Ds\Set::union example
- Example#5567 - Ds\Set::xor example
- Example#5568 - Ds\Stack::clear example
- Example#5569 - Ds\Stack::__construct example
- Example#5570 - Ds\Stack::copy example
- Example#5571 - Ds\Stack::isEmpty example
- Example#5572 - Ds\Stack::peek example
- Example#5573 - Ds\Stack::pop example
- Example#5574 - Ds\Stack::push example
- Example#5575 - Ds\Stack::toArray example
- Example#5576 - Ds\Queue::allocate example
- Example#5577 - Ds\Queue::capacity example
- Example#5578 - Ds\Queue::clear example
- Example#5579 - Ds\Queue::__construct example
- Example#5580 - Ds\Queue::copy example
- Example#5581 - Ds\Queue::isEmpty example
- Example#5582 - Ds\Queue::peek example
- Example#5583 - Ds\Queue::pop example
- Example#5584 - Ds\Queue::push example
- Example#5585 - Ds\Queue::toArray example
- Example#5586 - Ds\PriorityQueue::allocate example
- Example#5587 - Ds\PriorityQueue::capacity example
- Example#5588 - Ds\PriorityQueue::clear example
- Example#5589 - Ds\PriorityQueue::__construct example
- Example#5590 - Ds\PriorityQueue::copy example
- Example#5591 - Ds\PriorityQueue::isEmpty example
- Example#5592 - Ds\PriorityQueue::peek example
- Example#5593 - Ds\PriorityQueue::pop example
- Example#5594 - Ds\PriorityQueue::push example
- Example#5595 - Ds\PriorityQueue::toArray example
- Example#5596 - Um exemplo da filter_input_array
- Example#5597 - Um exemplo da filter_input
- Example#5598 - Um exemplo da filter_list
- Example#5599 - Um exemplo da filter_var_array
- Example#5600 - Um exemplo da filter_var
- Example#5601 - call_user_func_array example
- Example#5602 - call_user_func_array using namespace name
- Example#5603 - Using lambda function
- Example#5604 - Exemplo da call_user_func
- Example#5605 - Usando call_user_func com nome do namespace
- Example#5606 - Usando um método da classe
- Example#5607 - Criação de uma função anônima com create_function
- Example#5608 - Criação de uma função de processamento genérica com
create_function
- Example#5609 - Uso de funções anônimas como funções callback
- Example#5610 - forward_static_call_array example
- Example#5611 - forward_static_call example
- Example#5612 - Exemplo da func_get_arg
- Example#5613 - Exemplo da func_get_args
- Example#5614 - Exemplo da func_num_args
- Example#5615 - Exemplo da function_exists
- Example#5616 - Exemplo da get_defined_functions
- Example#5617 - Exemplo de uso da register_tick_function
- Example#5618 - Quickhash Example
- Example#5619 - Quickhash ArrayAccess Example
- Example#5620 - Quickhash Iterator Example
- Example#5621 - Quickhash String Values Example
- Example#5622 - QuickHashIntSet::add example
- Example#5623 - QuickHashIntSet::__construct example
- Example#5624 - QuickHashIntSet::delete example
- Example#5625 - QuickHashIntSet::exists example
- Example#5626 - QuickHashIntSet::getSize example
- Example#5627 - QuickHashIntSet::loadFromFile example
- Example#5628 - QuickHashIntSet::loadFromString example
- Example#5629 - QuickHashIntSet::saveToFile example
- Example#5630 - QuickHashIntSet::saveToString example
- Example#5631 - QuickHashIntHash::add example
- Example#5632 - QuickHashIntHash::__construct example
- Example#5633 - QuickHashIntHash::delete example
- Example#5634 - QuickHashIntHash::exists example
- Example#5635 - QuickHashIntHash::get example
- Example#5636 - QuickHashIntHash::getSize example
- Example#5637 - QuickHash IntHash file format
- Example#5638 - QuickHash IntHash file format
- Example#5639 - QuickHashIntHash::loadFromFile example
- Example#5640 - QuickHashIntHash::loadFromString example
- Example#5641 - QuickHashIntHash::saveToFile example
- Example#5642 - QuickHashIntHash::saveToString example
- Example#5643 - QuickHashIntHash::set example
- Example#5644 - QuickHashIntHash::update example
- Example#5645 - QuickHashStringIntHash::add example
- Example#5646 - QuickHashStringIntHash::__construct example
- Example#5647 - QuickHashStringIntHash::delete example
- Example#5648 - QuickHashStringIntHash::get example
- Example#5649 - QuickHashStringIntHash::getSize example
- Example#5650 - QuickHash StringIntHash file format
- Example#5651 - QuickHash IntHash file format
- Example#5652 - QuickHashStringIntHash::loadFromFile example
- Example#5653 - QuickHashStringIntHash::loadFromString example
- Example#5654 - QuickHashStringIntHash::saveToFile example
- Example#5655 - QuickHashStringIntHash::saveToString example
- Example#5656 - QuickHashStringIntHash::set example
- Example#5657 - QuickHashStringIntHash::update example
- Example#5658 - QuickHashIntStringHash::add example
- Example#5659 - QuickHashIntStringHash::__construct example
- Example#5660 - QuickHashIntStringHash::delete example
- Example#5661 - QuickHashIntStringHash::get example
- Example#5662 - QuickHashIntStringHash::getSize example
- Example#5663 - QuickHash IntString file format
- Example#5664 - QuickHash IntString file format
- Example#5665 - QuickHashIntStringHash::loadFromFile example
- Example#5666 - QuickHashIntStringHash::loadFromString example
- Example#5667 - QuickHashIntStringHash::saveToFile example
- Example#5668 - QuickHashIntStringHash::saveToString example
- Example#5669 - QuickHashIntStringHash::set example
- Example#5670 - QuickHashIntStringHash::update example
- Example#5671 - Exemplo de Reflexão no shell (terminal)
- Example#5672 - Extendendo classe nativas
- Example#5673 - Basic usage ReflectionClass
- Example#5674 - Basic usage of ReflectionClass::export
- Example#5675 - Basic usage of ReflectionClass::getConstructor
- Example#5676 - ReflectionClass::getDefaultProperties example
- Example#5677 - ReflectionClass::getDocComment example
- Example#5678 - ReflectionClass::getEndLine example
- Example#5679 - Basic usage of ReflectionClass::getExtension
- Example#5680 - Basic usage of ReflectionClass::getExtensionName
- Example#5681 - ReflectionClass::getInterfaceNames example
- Example#5682 - ReflectionClass::getInterfaces example
- Example#5683 - Basic usage of ReflectionClass::getMethod
- Example#5684 - Basic usage of ReflectionClass::getMethods
- Example#5685 - Filtering results from ReflectionClass::getMethods
- Example#5686 - ReflectionClass::getName example
- Example#5687 - ReflectionClass::getNamespaceName example
- Example#5688 - ReflectionClass::getProperties filtering example
- Example#5689 - Basic usage of ReflectionClass::getProperty
- Example#5690 - ReflectionClass::getShortName example
- Example#5691 - Basic usage of ReflectionClass::getStaticPropertyValue
- Example#5692 - ReflectionClass::hasConstant example
- Example#5693 - ReflectionClass::hasMethod example
- Example#5694 - ReflectionClass::hasProperty example
- Example#5695 - ReflectionClass::inNamespace example
- Example#5696 - ReflectionClass::isAbstract example
- Example#5697 - ReflectionClass::isAnonymous example
- Example#5698 - Basic usage of ReflectionClass::isCloneable
- Example#5699 - ReflectionClass::isFinal example
- Example#5700 - ReflectionClass::isInstance related examples
- Example#5701 - ReflectionClass::isInstantiable example
- Example#5702 - Basic usage of ReflectionClass::isInterface
- Example#5703 - Basic usage of ReflectionClass::isInternal
- Example#5704 - ReflectionClass::isIterateable example
- Example#5705 - Basic usage of ReflectionClass::newInstanceArgs
- Example#5706 - ReflectionClass::__toString example
- Example#5707 - ReflectionExtension example
- Example#5708 - ReflectionExtension::getClasses example
- Example#5709 - ReflectionExtension::getClassNames example
- Example#5710 - ReflectionExtension::getConstants example
- Example#5711 - ReflectionExtension::getDependencies example
- Example#5712 - ReflectionExtension::getFunctions example
- Example#5713 - ReflectionExtension::getINIEntries example
- Example#5714 - ReflectionExtension::getName example
- Example#5715 - ReflectionExtension::getVersion example
- Example#5716 - ReflectionExtension::info example
- Example#5717 - ReflectionFunction::__construct example
- Example#5718 - ReflectionFunction::invoke example
- Example#5719 - ReflectionFunction::invokeArgs example
- Example#5720 - ReflectionFunction::invokeArgs with references example
- Example#5721 - ReflectionFunction::__toString example
- Example#5722 - ReflectionFunctionAbstract::getReturnType example
- Example#5723 - Usage on built-in functions
- Example#5724 - ReflectionFunctionAbstract::hasReturnType example
- Example#5725 - Usage on built-in functions
- Example#5726 - ReflectionFunctionAbstract::isClosure example
- Example#5727 - ReflectionFunctionAbstract::isDeprecated example
- Example#5728 - ReflectionMethod::__construct example
- Example#5729 - ReflectionMethod::getDeclaringClass example
- Example#5730 - ReflectionMethod::getModifiers example
- Example#5731 - ReflectionMethod::getPrototype example
- Example#5732 - ReflectionMethod::invoke example
- Example#5733 - ReflectionMethod::invokeArgs example
- Example#5734 - ReflectionMethod::__toString example
- Example#5735 - Using the ReflectionParameter class
- Example#5736 - Using the ReflectionParameter class
- Example#5737 - Getting the class that declared the method
- Example#5738 - Getting
- Example#5739 - ReflectionParameter::getType example
- Example#5740 - ReflectionParameter::hasType example
- Example#5741 - ReflectionProperty::__construct example
- Example#5742 - Getting value from private and protected properties using ReflectionProperty class
- Example#5743 - ReflectionProperty::getDocComment example
- Example#5744 - ReflectionProperty::getValue example
- Example#5745 - ReflectionClass::isDefault example
- Example#5746 - ReflectionProperty::setValue example
- Example#5747 - ReflectionType::allowsNull example
- Example#5748 - ReflectionType::isBuiltin example
- Example#5749 - ReflectionType::__toString example
- Example#5750 - ReflectionGenerator::__construct example
- Example#5751 - ReflectionGenerator::getExecutingFile example
- Example#5752 - ReflectionGenerator::getExecutingGenerator example
- Example#5753 - ReflectionGenerator::getExecutingLine example
- Example#5754 - ReflectionGenerator::getFunction example
- Example#5755 - ReflectionGenerator::getThis example
- Example#5756 - ReflectionGenerator::getTrace example
- Example#5757 - Exemplos da função boolval
- Example#5758 - Exemplo da debug_zval_dump
- Example#5759 -
- Example#5760 -
- Example#5761 - Uma simples comparação entre as funções empty /
isset.
- Example#5762 - Função empty em Deslocamento de String
- Example#5763 - Exemplo da função floatval
- Example#5764 - Exemplo da função floatval em string com caracteres não numéricos à esquerda
- Example#5765 - Exemplo da get_defined_vars
- Example#5766 - Exemplo da get_resource_type
- Example#5767 - Exemplo da função gettype
- Example#5768 - Exemplo da função import_request_variables
- Example#5769 - Exemplos da intval
- Example#5770 - Verificando se a variável é um array
- Example#5771 - Exemplo is_bool
- Example#5772 - Exemplo da is_callable
- Example#5773 - Exemplo da is_float
- Example#5774 - Exemplo da is_int
- Example#5775 - Exemplo da is_resource
- Example#5776 - Exemplo da is_scalar
- Example#5777 - Exemplo da is_string
- Example#5778 - Exemplos da isset
- Example#5779 - Exemplo de print_r
- Example#5780 - Exemplo do parâmetro return
- Example#5781 - serialize example
- Example#5782 - Exemplo da função settype
- Example#5783 - Exemplo de strval usando o método mágico
__toString() do PHP 5
- Example#5784 - unserialize example
- Example#5785 - unserialize_callback_func example
- Example#5786 - Exemplo da unset
- Example#5787 - Exemplo da var_dump
- Example#5788 -
- Example#5789 - OAuth::fetch example
- Example#5790 - OAuth::getAccessToken example
- Example#5791 - OAuth::getRequestToken example
- Example#5792 - OAuth::setRequestEngine example
- Example#5793 - An OAuth::setRsaCertificate example
- Example#5794 - OAuth::setToken example
- Example#5795 - OAuthProvider::__construct example
- Example#5796 - Example OAuthProvider::consumerHandler callback
- Example#5797 - OAuthProvider::generateToken example
- Example#5798 - OAuthProvider::is2LeggedEndpoint example
- Example#5799 - Example OAuthProvider::timestampNonceHandler callback
- Example#5800 - Example OAuthProvider::tokenHandler callback
- Example#5801 - A sample SCA component
- Example#5802 - The structure of an SCA for PHP component
- Example#5803 - Obtaining a proxy for a local PHP class
- Example#5804 - Obtaining a proxy for a web service
- Example#5805 - Calling services
- Example#5806 - Obtaining a proxy using getService
- Example#5807 - Making calls on the proxy
- Example#5808 - StockQuote Service
- Example#5809 - Generated WSDL
- Example#5810 - Generated WSDL
- Example#5811 - location attribute
- Example#5812 - method with two arguments
- Example#5813 - types section illustrating named parameters
- Example#5814 - A Component that uses Data Structures
- Example#5815 - An SCA::getService example
- Example#5816 - is_soap_fault example
- Example#5817 - SOAP's standard method for error reporting is exceptions
- Example#5818 - SoapClient::__doRequest example
- Example#5819 - SoapClient::__getFunctions example
- Example#5820 - SoapClient::__getLastRequest() example
- Example#5821 - SoapClient::__getLastRequestHeaders() example
- Example#5822 - SoapClient::__getLastResponse() example
- Example#5823 - SoapClient::__getLastResponse() example
- Example#5824 - SoapClient::__getTypes example
- Example#5825 - SoapClient::__setLocation example
- Example#5826 - SoapClient::__setSoapHeaders example
- Example#5827 - Set Multiple Headers
- Example#5828 - SoapClient::__soapCall example
- Example#5829 - SoapClient::SoapClient example
- Example#5830 - SoapServer::addFunction example
- Example#5831 - SoapServer::getFunctions example
- Example#5832 - SoapServer::handle example
- Example#5833 - SoapServer::setPersistence example
- Example#5834 - SoapServer::SoapServer example
- Example#5835 - Some examples
- Example#5836 - Some examples
- Example#5837 - SoapHeader::SoapHeader example
- Example#5838 - SoapParam::SoapParam example
- Example#5839 - SoapVar::SoapVar example
- Example#5840 - Yar Server Example
- Example#5841 - Access the server in borwser(GET request)
- Example#5842 - Yar Client Example
- Example#5843 - Yar Concurrent Client Example
- Example#5844 - Yar_Server::__construct example
- Example#5845 - Yar_Server::handle example
- Example#5846 - Yar_Client::__call example
- Example#5847 - Yar_Client::__construct example
- Example#5848 - Yar_Client::setOpt example
- Example#5849 - Yar_Concurrent_Client::call example
- Example#5850 - Yar_Concurrent_Client::loop example
- Example#5851 - Yar_Concurrent_Client::reset example
- Example#5852 - Yar_Server_Exception::getType example
- Example#5853 - Yar_Client_Exception::getType example
- Example#5854 - Exemplo de uso das funções de cliente XMLRPC
- Example#5855 - For Each in ASP
- Example#5856 - foreach in PHP
- Example#5857 - COM example (1)
- Example#5858 - COM example (2)
- Example#5859 - DOTNET example
- Example#5860 - Variant example, PHP 4.x style
- Example#5861 - Variant example, PHP 5 style
- Example#5862 - COM event sink example
- Example#5863 - Estatísticas sobre o processo atual do PHP
- Example#5864 - Estatísticas globais sobre utilização de memória
- Example#5865 - Registering a PHP script to run as a service
- Example#5866 - Unregistering a service
- Example#5867 - Running as a service
- Example#5868 - A win32_create_service example
- Example#5869 - A win32_delete_service example
- Example#5870 - A win32_start_service_ctrl_dispatcher example
- Example#5871 - book.xml
- Example#5872 - Creating a new DOMAttr object
- Example#5873 - DOMAttr::isId() Example
- Example#5874 - Creating a new DOMCdataSection object
- Example#5875 - Creating a new DOMComment
- Example#5876 - Creating a new DOMDocument
- Example#5877 - Creating a new element and inserting it as root
- Example#5878 - Passing text containing an unescaped & as value
- Example#5879 - Creating a new element and inserting it as root
- Example#5880 - A namespace prefix example
- Example#5881 - DOMDocument::getElementById() Example
- Example#5882 - Basic Usage Example
- Example#5883 - Get all the XInclude elements
- Example#5884 - DOMDocument::importNode example
- Example#5885 - Creating a Document
- Example#5886 - Creating a Document
- Example#5887 - Creating a Document
- Example#5888 - Creating a Document
- Example#5889 - Static invocation of loadXML
- Example#5890 - Adding a new method to DOMElement to ease our code
- Example#5891 - Retrieving elements as custom class
- Example#5892 - Retrieving owner document
- Example#5893 - Saving a DOM tree into a file
- Example#5894 - Saving a HTML tree into a string
- Example#5895 - Saving a HTML tree into a file
- Example#5896 - Saving a DOM tree into a string
- Example#5897 - Example of DTD validation
- Example#5898 - DOMDocument::xinclude() example
- Example#5899 - Appending XML data to your document
- Example#5900 - Creating a new DOMElement
- Example#5901 - Setting an attribute
- Example#5902 - Creating a new DOMEntityReference
- Example#5903 - Creating a document with an attached DTD
- Example#5904 - Testing your DOM Implementation
- Example#5905 - Adicionando um nó filho
- Example#5906 - DOMNode::getLineNo example
- Example#5907 - DOMNode::getNodePath example
- Example#5908 - Removing a child
- Example#5909 - Traversing all the entries of the table
- Example#5910 - Creating a new DOMProcessingInstruction object
- Example#5911 - Creating a new DOMText
- Example#5912 - Getting the count of all the english books
- Example#5913 - Getting all the english books
- Example#5914 - book.xml
- Example#5915 - DOMXPath::registerPHPFunctions with php:functionString
- Example#5916 - DOMXPath::registerPHPFunctions with php:function
- Example#5917 - Import SimpleXML into DOM with dom_import_simplexml
- Example#5918 - Um exemplo da libxml_get_errors
- Example#5919 - libxml_set_external_entity_loader example
- Example#5920 - Um exemplo da libxml_set_streams_context
- Example#5921 - Um exemplo da libxml_use_internal_errors
- Example#5922 - Access via property name
- Example#5923 - Access via property name as array index
- Example#5924 - Data Object iteration
- Example#5925 - Access many-valued property by name
- Example#5926 - Many-valued element access
- Example#5927 - Many-valued property iteration
- Example#5928 - Chained property access
- Example#5929 - XPath navigation
- Example#5930 - XPath querying
- Example#5931 - Creating child data objects
- Example#5932 - Unset a primitive property
- Example#5933 - Unset a data object
- Example#5934 - Unset a referenced data object
- Example#5935 - Access via property index
- Example#5936 - Getting the SDO_Sequence interface
- Example#5937 - Get/set sequence values
- Example#5938 - Sequence iteration
- Example#5939 - Sequence versus Data Object
- Example#5940 - Adding to a sequence
- Example#5941 - Removing from a sequence
- Example#5942 - Reflecting on a Data Object
- Example#5943 - Accessing the type information
- Example#5944 - A
SDO_DAS_DataFactory::addPropertyToType
example
- Example#5945 - A
SDO_DAS_DataFactory::addType
example
- Example#5946 - Creating a data object
- Example#5947 - Retrieving a data object
- Example#5948 - Updating a data object
- Example#5949 - Deleting a data object
- Example#5950 - One company, one department - Create
- Example#5951 - One company, one department - Retrieve and Update
- Example#5952 - One company, two departments - Retrieve and Delete
- Example#5953 - One company, one department, one employee - Create
- Example#5954 - One company, one department, one employee - Retrieve and update
- Example#5955 - One company, two departments, two employees - Retrieve and delete
- Example#5956 - Retrieving a data object using
executePreparedQuery
- Example#5957 - Loading, altering, and saving an XML document
- Example#5958 - Creating a new XML document
- Example#5959 - Setting XML document properties
- Example#5960 - Using an open type
- Example#5961 - Finding out what you can from the document
- Example#5962 - Printing the SDO model
- Example#5963 - Include file example.php with XML string
- Example#5964 - Getting <plot>
- Example#5965 - Getting <line>
- Example#5966 - Accessing non-unique elements in SimpleXML
- Example#5967 - Using attributes
- Example#5968 - Comparing Elements and Attributes with Text
- Example#5969 - Comparing Two Elements
- Example#5970 - Using XPath
- Example#5971 - Setting values
- Example#5972 - Adding elements and attributes
- Example#5973 - DOM Interoperability
- Example#5974 - Loading broken XML string
- Example#5975 - Adiciona atributos e filhos à um elemento SimpleXML
- Example#5976 - Adiciona atributos e filhos à um elemento SimpleXML
- Example#5977 - Recuperando o XML
- Example#5978 - Utilizando asXML() em resultados SimpleXMLElement::xpath
- Example#5979 - Interpretando uma string XML
- Example#5980 - Percorrendo um pseudo-array children()
- Example#5981 - Utilizando namespaces
- Example#5982 - Cria um objeto SimpleXMLElement
- Example#5983 - Cria um objeto SimpleXMLElement de uma URL
- Example#5984 - Contando o número de filhos
- Example#5985 - Pega os namespaces do documento
- Example#5986 - Trabalhando com múltiplos namespaces
- Example#5987 - Pega os nomes dos elementos XML
- Example#5988 - Get document namespaces in use
- Example#5989 - Definindo um prefixo de namespace para ser usado em uma consulta XPath
- Example#5990 - Recuperando o conteúdo como uma string
- Example#5991 - Xpath
- Example#5992 - Return the current element
- Example#5993 - Return the sub-elements of the current element
- Example#5994 - Check whether the current element has sub-elements
- Example#5995 - Get the current XML tag key
- Example#5996 - Move to the next element
- Example#5997 - Rewind to the first element
- Example#5998 - Check whether the current element is valid
- Example#5999 - Importando o DOM
- Example#6000 - Interpreta um documento XML
- Example#6001 - Interpretar uma string XML
- Example#6002 - Serializando um único valor com WDDX
- Example#6003 - Usando pacotes incrementais com WDDX
- Example#6004 - Exemplo de uso de wddx_serialize_vars
- Example#6005 - Mostra estrutura do elemento XML
- Example#6006 - Arrumar XML to HTML
- Example#6007 - Exemplo da Entidade Externa
- Example#6008 - xmltest.xml
- Example#6009 - xmltest2.xml
- Example#6010 - Exemplo da xml_parse_into_struct
- Example#6011 - moldb.xml - pequeno banco de dados de informações
moleculares
- Example#6012 - parsemoldb.php - analisa moldb.xml e cria o array dos objetos moleculares
- Example#6013 - xml_set_object example
- Example#6014 - Validating XML
- Example#6015 - collection.xml
- Example#6016 - collection.xsl
- Example#6017 - Criando um XSLTProcessor
- Example#6018 - Testando o suporte a EXSLT
- Example#6019 - Simples chamada de função do PHP em um stylesheet
- Example#6020 - Modificando antes da transformação
- Example#6021 - Example profiling output
- Example#6022 - Transformando para DOMDocument
- Example#6023 - Transformando para um arquivo HTML
- Example#6024 - Transformando para uma string
- Example#6025 - Leak Detection in Action
- Example#6026 - Accessor macros for per-module globals
- Example#6027 - "counter"'s basic interface
- Example#6028 - "counter"'s extended interface
- Example#6029 - "counter"'s objective interface
- Example#6030 - An example config.m4 file
- Example#6031 - Sample configure output
- Example#6032 - counter's config.m4 file
- Example#6033 - An example config.w32 file
- Example#6034 - counter's config.w32 file
- Example#6035 - Files in the counter extension, in no particular order
- Example#6036 - zend_module declaration in the counter extension
- Example#6037 - zend_module definition in PHP 5.3
- Example#6038 - Counter extension module definition
- Example#6039 - The wrong way to store the basic counter interface's value
- Example#6040 - The counter module's globals
- Example#6041 - The counter module's global structure declaration
- Example#6042 - Accessor macros for per-module globals
- Example#6043 - The right way to store the basic counter interface's value
- Example#6044 - counter's PHP_MINFO function
- Example#6045 - Example macros for invoking pdo_SKEL_error
- Example#6046 - Using pdo_parse_params
- Example#6047 - Implementing preparer for drivers that don't support native prepared statements
- Example#6048 - simple stream example that displays the PHP home page
- Example#6049 - How to accept a stream as a parameter
- Example#6050 - How to return a stream from a function
- Example#6051 - The default config.m4.
- Example#6052 - A simple extension.
- Example#6053 - A test file for first_module.so.
- Example#6054 - Internal declaration of zend_function_entry.
- Example#6055 - Internal declaration of zend_module_entry.
- Example#6056 - PHP's implementation of variable arguments in fsockopen().
- Example#6057 - PHP/Zend zval type definition.
- Example#6058 - Testing for referenced parameter passing.
- Example#6059 - Creating variables with different scopes.
- Example#6060 - Creation of a long.
- Example#6061 - Adding an element to an associative array.
- Example#6062 - Adding an element to an indexed array.
- Example#6063 - Source code and screenshot for output in phpinfo.
- Example#6064 - Printing execution information.
- Example#6065 - Calling user functions.
- Example#6066 - Um elemento oculto de formulário HTML
- Example#6067 - Dados a serem editados pelo usuário
- Example#6068 - Em uma URL
- Example#6069 - Gerando Javascript com PHP
- Example#6070 - Emulando Register Globals
- Example#6071 - Exemplo de código PHP/FI
- Example#6072 - No Core do PHP
- Example#6073 - Código orientado a objetos no Core do PHP
- Example#6074 - Na extensão bzip2
- Example#6075 - Na extensão datetime
- Example#6076 - Na extensão dBase
- Example#6077 - Na extensão mcrypt
- Example#6078 - Na extensão oci8
- Example#6079 - Na extensão SPL
- Example#6080 - Na extensão Semaphore (sysvmsg)
- Example#6081 - Um exemplo de Zip no PHP 5.2.1+
- Example#6082 - strrpos e strripos agora usam todo o texto como
busca (needle)
- Example#6083 - Um objeto sem propriedades não será mais considerado "vazio"
- Example#6084 - Em alguns casos classes devem ser declaradas antes de serem usadas
- Example#6085 - Migrando arquivos de configuração do Apache para o PHP 5
- Example#6086 - Migrando os arquivos de configuração do Apache para o PHP 5, no modo CGI
- Example#6087 - Ativa a exibição completa de erros na tela para o domínio dev.
- Example#6088 - Adiciona o script security.php para áreas protegidas
- Example#6089 - include_path no Unix
- Example#6090 - include_path no Windows
- Example#6091 - include_path utilizando variável de ambiente ${USER} no Unix
- Example#6092 - string.rot13
- Example#6093 - string.toupper
- Example#6094 - string.tolower
- Example#6095 - string.strip_tags
- Example#6096 - convert.base64-encode &
convert.base64-decode
- Example#6097 - convert.quoted-printable-encode &
convert.quoted-printable-decode
- Example#6098 - zlib.deflate e
zlib.inflate
- Example#6099 - zlib.deflate simples
- Example#6100 - bzip2.compress e
bzip2.decompress
- Example#6101 - Criptografando saída de arquivo usando 3DES
- Example#6102 - Lendo um arquivo criptografado