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