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