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