« Lista funzioni e metodi
Search
Storico dei cambiamenti »
PHP Manual
Lista indice
Lista esempi
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 - Debian Install Example with Apache 2
Example#9 - Stopping and starting Apache once PHP is installed
Example#10 - Methods for listing additional PHP packages
Example#11 - Install PHP with MySQL, cURL
Example#12 - DNF Install Example
Example#13 - Restarting Apache once PHP is installed
Example#14 - Methods for listing additional PHP packages
Example#15 - Install PHP with MySQL, GD
Example#16 - OpenBSD Package Install Example
Example#17 - Estratto di lighttpd.conf
Example#18 - Generazione di risponditori FastCGI
Example#19 - Connessione a istanze di php-fastcgi remote
Example#20 - Recommended OpCache configuration
Example#21 - Recommended WinCache configuration
Example#22 - PHP and Apache 2.x as handler
Example#23 - PHP and Apache 2.x as CGI
Example#24 - Configure Apache to run PHP as FastCGI
Example#25 - Command line to configure IIS and PHP
Example#26 - Registry changes
Example#27 - Passing environment variables and PHP settings to a pool
Example#28 - set PHP settings in nginx.conf
Example#29 - phpinfo call
Example#30 - composer.json that requires a single package
Example#31 - Installing the MongoDB extension with PIE
Example#32 - php.ini Environment Variables
Example#33 - php.ini example
Example#34 - Apache configuration example
Example#35 - Tag di Apertura e Chiusura di PHP
Example#36 - Escape avanzato con le condizioni
Example#37 - Esempio che mostra il tag di chiusura che racchiude una nuova riga
Example#38 - Casting to Boolean
Example#39 - Interi letterali
Example#40 - Overflow di interi in un sistema a 32 bit
Example#41 - Overflow di interi in un sistema a 64 bit
Example#42 - Syntax Variants
Example#43 - Basic Heredoc example as of PHP 7.3.0
Example#44 - Closing identifier must not be indented further than any lines of the body
Example#45 - Different indentation for body (spaces) closing identifier
Example#46 - Continuing an expression after a closing identifier
Example#47 - Closing identifier in body of the string tends to cause ParseError
Example#48 - Invalid example, prior to PHP 7.3.0
Example#49 - Valid example, even prior to PHP 7.3.0
Example#50 - Heredoc string quoting example
Example#51 - Heredoc in arguments example
Example#52 - Using Heredoc to initialize static values
Example#53 - Using double quotes in Heredoc
Example#54 - Nowdoc string quoting example
Example#55 - Nowdoc string quoting example with variables
Example#56 - Static data example
Example#57 - String Interpolation
Example#58 - Interpolating the value of the first dimension of an array or property
Example#59 - Negative numeric indices
Example#60 - Curly Syntax
Example#61 - Some string examples
Example#62 - Example of Illegal String Offsets
Example#63 - Scientific Notation Comparisons
Example#64 - A simple array
Example#65 - Type Casting and Overwriting example
Example#66 - Mixed int and string keys
Example#67 - Indexed arrays without key
Example#68 - Keys not on all elements
Example#69 - Complex Type Casting and Overwriting example
Example#70 - Negative index example
Example#71 - Accessing array elements
Example#72 - Array dereferencing
Example#73 - Using Square Brackets with Arrays
Example#74 - Array Destructuring
Example#75 - Array Destructuring in Foreach
Example#76 - Ignoring Elements
Example#77 - Destructuring Associative Arrays
Example#78 - Swapping Two Variable
Example#79 - Unsetting Intermediate Elements
Example#80 - Key Quoting
Example#81 - More Examples
Example#82 - Converting to an Array
Example#83 - Casting an Object to an Array
Example#84 - Simple array unpacking
Example#85 - Array unpacking with duplicate key
Example#86 - Array Versatility
Example#87 - Using array()
Example#88 - Collection
Example#89 - Changing element in the loop
Example#90 - One-based index
Example#91 - Filling an array
Example#92 - Sorting an array
Example#93 - Recursive and multi-dimensional arrays
Example#94 - Array Copying
Example#95 - Callback example using a Closure
Example#96 - Calling various types of callables with call_user_function
Example#97 - Iterable generator return type example
Example#98 - Dichiarazione di base del tipo classe
Example#99 - Dichiarazione di base del tipo interfaccia
Example#100 - Dichiarazione di base del tipo restituito
Example#101 - Restituzione di un oggetto
Example#102 - Dichiarazione del tipo di argomento nullable
Example#103 - Dichiarazione del tipo restituito nullable
Example#104 - Vecchio modo per rendere gli argomenti nullable
Example#105 - Tipizzazione strict per i valori degli argomenti
Example#106 - Tipizzazione coercitiva per i valori degli argomenti
Example#107 - Tipizzazione strict per i valori di ritorno
Example#108 - Esempio di tipi che vengono forzati in un tipo parte della union
Example#109 - Parametri passati per referenza Tipizzati
Example#110 - Cattura TypeError
Example#111 - Example of types being coerced into a type part of the union
Example#112 - Type Casting
Example#113 - Different Casting Mechanisms
Example#114 - Using Array Offset with a String
Example#115 - Valid variable names
Example#116 - Invalid variable names
Example#117 - Accessing obscure variable names
Example#118 - Default value of an uninitialized variable
Example#119 - Autovivification of an array from an undefined variable
Example#120 - Example of global variable scope
Example#121 - Example of local variable scope
Example#122 - Using global
Example#123 - Using $GLOBALS instead of global
Example#124 - Example demonstrating superglobals and scope
Example#125 - Example demonstrating need for static variables
Example#126 - Example use of static variables
Example#127 - Static variables with recursive functions
Example#128 - Declaring static variables
Example#129 - Static variables in anonymous functions
Example#130 - Usage of static Variables in Inherited Methods
Example#131 - Variable property example
Example#132 - A simple HTML form
Example#133 - Accessing data from a simple POST HTML form
Example#134 - More complex form variables
Example#135 - A setcookie example
Example#136 - Nomi di costanti validi ed errati
Example#137 - Definizione di costanti
Example#138 - Definizione di Costanti utilizzando la parola chiave const
Example#139 - Associatività
Example#140 - Ordine di valutazione indefinito
Example#141 - +, - e . hanno la stessa precedenza (prima di PHP 8.0.0)
Example#142 - Assegnare per riferimento
Example#143 - Operazioni AND, OR e XOR su interi
Example#144 - Operazioni XOR su stringhe
Example#145 - Spostamento di bit su interi
Example#146 - Confronto Boolean/null
Example#147 - Trascrizione del confronto standard tra matrici
Example#148 - Assegnazione di un valore di default
Example#149 - Comportamento ternario non ovvio
Example#150 - Concatenamento ternario breve
Example#151 - Assegnazione di un valore predefinito
Example#152 - Operatore null coalescing nidificato
Example#153 - Operazioni aritmetiche su variabili carattere
Example#154 - Dimostrazione degli operatori logici
Example#155 - Confrontare le matrici
Example#156 - Utilizzo di instanceof con le classi
Example#157 - Utilizzo di instanceof con le classi ereditate
Example#158 - Utilizzo di instanceof per controllare se un oggetto non è un'instanceof di una classe
Example#159 - Utilizzo di instanceof con interfacce
Example#160 - Utilizzo di instanceof con altre variabili
Example#161 - Utilizzo di instanceof per controllare altre variabili
Example#162 - Utilizzo di instanceof per testare le costanti
Example#163 - Utilizzo di instanceof con un'espressione arbitraria
Example#164 - Common foreach usages
Example#165 - Iterate a constant array's values by reference
Example#166 - switch structure
Example#167 - Structure of a match expression
Example#168 - Esempio di un'espressione di corrispondenza non gestita
Example#169 - Utilizzo di espressioni di corrispondenza generalizzate per ramificare su intervalli interi
Example#170 - Utilizzo di espressioni di corrispondenza generalizzate per ramificare sul contenuto della stringa
Example#171 - Tick usage example
Example#172 - Declaring an encoding for the script
Example#173 - Basic include example
Example#174 - Including within functions
Example#175 - include through HTTP
Example#176 - Comparing return value of include
Example#177 - include and the return statement
Example#178 - Using output buffering to include a PHP file into a string
Example#179 - esempio d'uso di goto
Example#180 - Esempio di loop con goto
Example#181 - Questo non funziona
Example#182 - Pseudo codice per dimostrare l'uso delle funzioni
Example#183 - Funzioni condizionali
Example#184 - Funzioni dentro a funzioni
Example#185 - Funzioni ricorsive
Example#186 - Passaggio di array a funzioni
Example#187 - Elenco degli Argomenti della Funzione con Virgola finale
Example#188 - Dichiarazione di argomenti facoltativi dopo argomenti obbligatori
Example#189 - Passaggio di parametri per riferimento
Example#190 - Utilizzo dei parametri default in una funzione
Example#191 - Utilizzo di tipi non scalari come valori di default
Example#192 - Utilizzo incorretto degli argomenti di default
Example#193 - Utilizzo corretto degli argomenti di default
Example#194 - Utilizzo di ... per accedere ai parametri variabili
Example#195 - Uso di ... per fornire parametri
Example#196 - Parametri variabili con tipo dichiarato
Example#197 - Accesso ai parametri variabili in vecchie versioni di PHP
Example#198 - Sintassi dell'argomento denominato
Example#199 - Argomenti posizionali contro argomenti nominali
Example#200 - Stesso esempio di sopra con un diverso ordine dei parametri
Example#201 - Combinazione di argomenti nominali con argomenti posizionali
Example#202 - Eccezione Error durante il passaggio multiplo dello stesso parametro
Example#203 - Uso di return
Example#204 - Restituzione di un array per ottenere più valori
Example#205 - Restituzione di un riferimento da una funzione
Example#206 - Esempio di funzioni variabili
Example#207 - Esempio di un metodo variabile
Example#208 - Esempio di metodo variabile con proprietà statiche
Example#209 - Callable complesse
Example#210 - Esempio di funzione anonima
Example#211 - Esempio di assegnazione di funzione anonima
Example#212 - Ereditare variabili dal contesto del genitore
Example#213 - Chiusure e ambiti di visibilità
Example#214 - Binding automatico di $this
Example#215 - Tentativo di utilizzo di $this all'interno di una funzione anonima statica
Example#216 - Tentativo di legare un oggetto ad una funzione anonima statica
Example#217 - Le arrow function catturano variabili per valore automaticamente
Example#218 - Le arrow function catturano variabili per valore automaticamente, anche quando nidificate
Example#219 - Esempi di arrow function
Example#220 - I valori dello scope esterno non possono essere modificati dalle arrow function
Example#221 - Sintassi della callable di prima classe semplice
Example#222 - Confronto dello scope tra CallableExpr(...) e callable tradizionale
Example#223 - Semplice definizione di una classe
Example#224 - Esempi della pseudo-variabile $this
Example#225 - Creazione di un'istanza
Example#226 - Creazione di un'istanza utilizzando un'espressione arbitraria
Example#227 - Assegnazione di oggetti
Example#228 - Creazione di nuovi oggetti
Example#229 - Accesso al membro dell'oggetto appena creato
Example#230 - Accesso alla proprietà vs. chiamata del metodo
Example#231 - Chiamare una funzione anonima memorizzata in una proprietà
Example#232 - Ereditarietà semplice
Example#233 - Metodi figli compatibili
Example#234 - Errore fatale quando un metodo figlio rimuove un parametro
Example#235 - Errore fatale quando un metodo figlio rende obbligatorio un parametro facoltativo
Example#236 - Errore durante l'utilizzo di argomenti e parametri con nome rinominati in una classe figlia
Example#237 - Risoluzione del nome della classe
Example#238 - Risoluzione del nome della classe mancante
Example#239 - Risoluzione del nome dell'oggetto
Example#240 - L'Operatore Nullsafe
Example#241 - Property declarations
Example#242 - Example of typed properties
Example#243 - Accessing properties
Example#244 - Example of readonly properties
Example#245 - Illegal initialization of readonly properties
Example#246 - Readonly properties and cloning
Example#247 - Property hooks (full version)
Example#248 - Property get expression
Example#249 - Property set defaults
Example#250 - Property set expression
Example#251 - Invalid virtual property
Example#252 - Virtual property
Example#253 - Calling a method from a hook
Example#254 - Final hooks
Example#255 - Hook inheritance
Example#256 - Parent hook access (set)
Example#257 - Parent hook access (get)
Example#258 - Definire ed usare una costante
Example#259 - Esempio di dati statici
Example#260 - Esempio di espressione delle costanti
Example#261 - Esempio di autocaricamento
Example#262 - Altro esempio di autocaricamento
Example#263 - Autocaricamento con gestione delle eccezioni per 5.3.0+
Example#264 - Autocaricamento con gestione delle eccezioni per 5.3.0+ - Classe dell'eccezione personalizzata mancante
Example#265 - Constructors in inheritance
Example#266 - Using constructor arguments
Example#267 - Using constructor property promotion
Example#268 - Using new in initializers
Example#269 - Using static creation methods
Example#270 - Destructor Example
Example#271 - Property declaration
Example#272 - Asymmetric Property visibility
Example#273 - Asymmetric Property inheritance
Example#274 - Method Declaration
Example#275 - Constant Declaration as of PHP 7.1.0
Example#276 - Accessing private members of the same object type
Example#277 - Inheritance Example
Example#278 - The overriding method does not declare any return type
Example#279 - The overriding method declares a wrong return type
Example#280 - The overriding method declares a wrong return type without a deprecation notice
Example#281 - :: from outside the class definition
Example#282 - :: from inside the class definition
Example#283 - Calling a parent's method
Example#284 - Static method example
Example#285 - Static property example
Example#286 - Esempio di classe astratta
Example#287 - Abstract class example
Example#288 - Interface properties example
Example#289 - Interface example
Example#290 - Extendable Interfaces
Example#291 - Variance compatibility with multiple interfaces
Example#292 - Multiple interface inheritance
Example#293 - Interfaces with constants
Example#294 - Interfaces with abstract classes
Example#295 - Extending and implementing simultaneously
Example#296 - Trait example
Example#297 - Precedence Order Example
Example#298 - Alternate Precedence Order Example
Example#299 - Multiple Traits Usage
Example#300 - Conflict Resolution
Example#301 - Changing Method Visibility
Example#302 - Traits Composed from Traits
Example#303 - Express Requirements by Abstract Methods
Example#304 - Static Variables
Example#305 - Static Methods
Example#306 - Static Properties
Example#307 - Defining Properties
Example#308 - Conflict Resolution
Example#309 - Defining Constants
Example#310 - Conflict Resolution
Example#311 - Defining a method coming from a trait as final
Example#312 - Defining a readonly anonymous class
Example#313 - Overloading properties via the __get(), __set(), __isset() and __unset() methods
Example#314 - Overloading methods via the __call() and __callStatic() methods
Example#315 - Simple Object Iteration
Example#316 - Sleep and wakeup
Example#317 - Serialize and unserialize
Example#318 - Simple example
Example#319 - Using __invoke()
Example#320 - Using __invoke()
Example#321 - Using __set_state()
Example#322 - Using __debugInfo()
Example#323 - Final methods example
Example#324 - Final class example
Example#325 - Final property example as of PHP 8.4.0
Example#326 - Final constants example as of PHP 8.1.0
Example#327 - Clonazione di un oggetto
Example#328 - Example of object comparison
Example#329 - self:: usage
Example#330 - static:: simple usage
Example#331 - static:: usage in a non-static context
Example#332 - Forwarding and non-forwarding calls
Example#333 - References and Objects
Example#334 - Property type variance
Example#335 - Creating a Lazy Ghost
Example#336 - Creating a Lazy Proxy
Example#337 - Initializing Properties Eagerly
Example#338 - Namespace syntax example
Example#339 - Declaring a single namespace
Example#340 - Declaring a single namespace
Example#341 - Declaring a single namespace with hierarchy
Example#342 - Declaring multiple namespaces, simple combination syntax
Example#343 - Declaring multiple namespaces, bracketed syntax
Example#344 - Declaring multiple namespaces and unnamespaced code
Example#345 - Declaring multiple namespaces and unnamespaced code
Example#346 - Accessing global classes, functions and constants from within a namespace
Example#347 - Dynamically accessing elements
Example#348 - Dynamically accessing namespaced elements
Example#349 - __NAMESPACE__ example, namespaced code
Example#350 - __NAMESPACE__ example, global code
Example#351 - using __NAMESPACE__ for dynamic name construction
Example#352 - the namespace operator, inside a namespace
Example#353 - the namespace operator, in global code
Example#354 - importing/aliasing with the use operator
Example#355 - importing/aliasing with the use operator, multiple use statements combined
Example#356 - Importing and dynamic names
Example#357 - Importing and fully qualified names
Example#358 - Illegal importing rule
Example#359 - Using global space specification
Example#360 - Accessing global classes inside a namespace
Example#361 - global functions/constants fallback inside a namespace
Example#362 - Name resolutions illustrated
Example#363 - Accessing global classes outside a namespace
Example#364 - Accessing global classes outside a namespace
Example#365 - Accessing internal classes in namespaces
Example#366 - Accessing internal classes, functions or constants in namespaces
Example#367 - Fully Qualified names
Example#368 - Qualified names
Example#369 - Unqualified class names
Example#370 - Unqualified function or constant names
Example#371 - Dangers of using namespaced names inside a double-quoted string
Example#372 - Undefined constants
Example#373 - Undefined constants
Example#374 - Basic limited values
Example#375 - Advanced exclusive values
Example#376 - Converting error reporting to exceptions
Example#377 - Throwing an Exception
Example#378 - Exception handling with a finally block
Example#379 - Interaction between the finally block and return
Example#380 - Nested Exception
Example#381 - Multi catch exception handling
Example#382 - Omitting the caught variable
Example#383 - Throw as an expression
Example#384 - Exception in try and in finally
Example#385 - The Built in Exception class
Example#386 - Extending the Exception class
Example#387 - Basic usage
Example#388 - Implementing range as a generator
Example#389 - A simple example of yielding values
Example#390 - Yielding a key/value pair
Example#391 - Yielding nulls
Example#392 - Yielding values by reference
Example#393 - yield from with iterator_to_array
Example#394 - Basic use of yield from
Example#395 - yield from and return values
Example#396 - Implementing optional methods of an interface with Attributes
Example#397 - Attribute Syntax
Example#398 - Reading Attributes using Reflection API
Example#399 - Reading Specific Attributes using Reflection API
Example#400 - Simple Attribute Class
Example#401 - Using target specification to restrict where attributes can be used
Example#402 - Using IS_REPEATABLE to allow attribute on a declaration multiple times
Example#403 - Uso dei riferimenti con variabili non definite
Example#404 - Riferimenti di varibiali globali all'interno di una funzione
Example#405 - Riferimenti e istruzione foreach
Example#406 - $GLOBALS example
Example#407 - writing entire $GLOBALS will result in error.
Example#408 - $_SERVER example
Example#409 - $_GET example
Example#410 - $_POST example
Example#411 - $_ENV example
Example#412 - $_COOKIE example
Example#413 - $php_errormsg example
Example#414 - $http_response_header example
Example#415 - $argc esempio
Example#416 - $argv example
Example#417 - Esempio di Exception::getMessage
Example#418 - Exception::getPrevious example
Example#419 - Exception::getCode example
Example#420 - Exception::getFile example
Example#421 - Exception::getLine example
Example#422 - Exception::getTrace example
Example#423 - Exception::getTraceAsString example
Example#424 - Exception::__toString example
Example#425 - Use set_error_handler to change error messages into ErrorException
Example#426 - ErrorException::getSeverity example
Example#427 - Error::getMessage example
Example#428 - Error::getPrevious example
Example#429 - Error::getCode example
Example#430 - Error::getFile example
Example#431 - Error::getLine example
Example#432 - Error::getTrace example
Example#433 - Error::getTraceAsString example
Example#434 - Error::__toString example
Example#435 - Basic usage
Example#436 - Basic usage
Example#437 - Countable::count example
Example#438 - Basic usage
Example#439 - ArrayAccess::offsetExists example
Example#440 - Basic usage
Example#441 - Closure::bind example
Example#442 - Esempio di Closure::bindTo
Example#443 - Closure::call example
Example#444 - Created as a result of typecasting to object
Example#445 - Created as a result of json_decode
Example#446 - Declaring dynamic properties
Example#447 - Generator::getReturn example
Example#448 - Generator::key example
Example#449 - Generator::rewind example
Example#450 - Using Generator::send to inject values
Example#451 - Throwing an exception into a generator
Example#452 - Basic WeakReference Usage
Example#453 - Weakmap usage example
Example#454 - Basic Stringable Usage
Example#455 - Basic usage
Example#456 - Basic usage
Example#457 - Basic usage
Example#458 - Passing a SensitiveParameterValue object to var_dump
Example#459 - SensitiveParameterValue::getValue example
Example#460 - Created by unserialize
Example#461 - Usage with methods
Example#462 - Usage with properties
Example#463 - Basic bindto usage example
Example#464 - Fetch a page and send POST data
Example#465 - Ignore redirects but fetch headers and content
Example#466 - Basic password usage example
Example#467 - Detecting which URL we ended up on after redirects
Example#468 - php://temp/maxmemory
Example#469 - php://filter/resource=<stream to be filtered>
Example#470 - php://filter/read=<filter list to apply to read chain>
Example#471 - php://filter/write=<filter list to apply to write chain>
Example#472 - php://memory and php://temp are not reusable
Example#473 - php://input to read JSON data from the request body
Example#474 - Print data:// contents
Example#475 - Fetch the media type
Example#476 - Basic usage
Example#477 - Opening a stream from an active connection
Example#478 - This $session variable must be kept available!
Example#479 - Traversing a RAR archive
Example#480 - Opening an encrypted file (header encryption)
Example#481 - Poor variable checking leads to....
Example#482 - ... A filesystem attack
Example#483 - More secure file name checking
Example#484 - More secure file name checking
Example#485 - Script vulnerable to null bytes
Example#486 - Correctly validating the input
Example#487 - Hashing password field
Example#488 - Splitting the result set into pages ... and making superusers (PostgreSQL)
Example#489 - Listing out articles ... and some passwords (any database server)
Example#490 - From resetting a password ... to gaining more privileges (any database server)
Example#491 - Attacking the database host operating system (MSSQL Server)
Example#492 - Avoiding SQL injection by using PDO prepared statements
Example#493 - Attacking Variables with a custom HTML page
Example#494 - Exploiting common debugging variables
Example#495 - Finding dangerous variables with E_ALL
Example#496 - Dangerous Variable Usage
Example#497 - Hiding PHP as another language
Example#498 - Using unknown types for PHP extensions
Example#499 - Using HTML types for PHP extensions
Example#500 - Esempio di Autenticazione HTTP "Basic"
Example#501 - Esempio di autenticazione HTTP "Digest"
Example#502 - Esempio di Autenticazione HTTP che impone l'inserimento di nuovo username/password
Example#503 - Form di caricamento file
Example#504 - Verifica dell'upload di file
Example#505 - Upload di una serie di file
Example#506 - Caricamento di più file
Example#507 - Registrare i file ricevuti con HTTP PUT
Example#508 - Leggere il titolo di una pagina web remota
Example#509 - Salvataggio di dati su server remoto
Example#510 - Il seguente esempio illustra la diferenza rispetto alla CGI SAPI:
Example#511 - Example of using -d to set an INI setting
Example#512 - Visualizzazione dei moduli PHP e di Zend integrati (e quindi caricati):
Example#513 - errore di sintassi con l'utilizzo dei doppi apici
Example#514 - Utilizzo degli apici singoli per impedire la sostituzione delle variabili nella shell
Example#515 - Utilizzo delle opzioni -B, -R e -E per contare il numero di linea di un progetto.
Example#516 - Utilizzo di -v per recuperare il nome SAPI e la versione di PHP e Zend
Example#517 - Esempio di uso di --ini
Example#518 - semplice utilizzo di --rf
Example#519 - Esempio di --rc
Example#520 - Esempio di --re
Example#521 - --ri example
Example#522 - Eseguire uno script PHP come shell script
Example#523 - Script sviluppato per essere eseguito da linea di comando (script.php)
Example#524 - File batch per eseguire uno script PHP da linea di comando (script.bat)
Example#525 - Esecuzione di codice con la shell interattiva
Example#526 - Tab completion
Example#527 - Impostare i valori del php.ini nella shell interattiva
Example#528 - Avvio del web server
Example#529 - Esecuzione con una cartella di radice dei documenti specifica
Example#530 - Uso di uno script router
Example#531 - Controllo dell'Uso del Server Web CLI
Example#532 - Gestione Tipi File Non Supportati
Example#533 - Accedere Al Web Server CLI Da Macchine Remote
Example#534 - Creating a new zval container
Example#535 - Displaying zval information
Example#536 - Increasing refcount of a zval
Example#537 - Decreasing zval refcount
Example#538 - Creating a array zval
Example#539 - Adding already existing element to an array
Example#540 - Removing an element from an array
Example#541 - Adding the array as an element of itself
Example#542 - Unsetting $a
Example#543 - Memory usage example
Example#544 - GC performance influences
Example#545 - Running the above script
Example#546 - Recompiling PHP to enable GC benchmarking
Example#547 - GC statistics
Example#548 - all_probes.d for tracing all PHP Static Probes with DTrace
Example#549 - all_probes.stp for tracing all PHP Static Probes with SystemTap
Example#550 - A apcu_add example
Example#551 - A apcu_cache_info example
Example#552 - apcu_cas example
Example#553 - apcu_dec example
Example#554 - A apcu_delete example
Example#555 - An apcu_entry example
Example#556 - apcu_exists example
Example#557 - A apcu_fetch example
Example#558 - apcu_inc example
Example#559 - A apcu_key_info example
Example#560 - A apcu_sma_info example
Example#561 - A apcu_store example
Example#562 - A APCUIterator::__construct example
Example#563 - Esempio dell'utilizzo della gestione degli errori in uno script
Example#564 - Esempio di debug_backtrace
Example#565 - Esempio di funzione debug_print_backtrace
Example#566 - An error_clear_last example
Example#567 - An error_get_last example
Example#568 - iEsempi di uso di error_log
Example#569 - esempi error_reporting
Example#570 - get_error_handler example
Example#571 - get_exception_handler example
Example#572 - Gestione degli errori con set_error_handler e trigger_error
Example#573 - Esempio di set_exception_handler
Example#574 - Calling a function from shared library
Example#575 - Calling a function, returning a structure through an argument
Example#576 - Accessing existing C variables
Example#577 - Creating and Modifying C variables
Example#578 - Working with C arrays
Example#579 - Working with C enums
Example#580 - Assigning a PHP Closure to a C function pointer
Example#581 - A opcache_get_status example
Example#582 - Output Control example
Example#583 - Output rewrite example
Example#584 - ob_end_clean example
Example#585 - ob_end_flush example
Example#586 - A simple ob_get_clean example
Example#587 - A simple ob_get_contents example
Example#588 - ob_get_flush example
Example#589 - A simple ob_get_length example
Example#590 - Array returned when full_status is false
Example#591 - Array returned when full_status is true
Example#592 - ob_list_handlers example
Example#593 - User defined callback function example
Example#594 - Creating an unerasable output buffer
Example#595 - output_add_rewrite_var example
Example#596 - output_reset_rewrite_vars example
Example#597 - Gestione di un'asserzione fallita con un handler personalizzato
Example#598 - Uso di un gestore personalizzato per stampare una descrizione
Example#599 - Aspettative senza un'eccezione personalizzata
Example#600 - Aspettative con un'eccezione personalizzata
Example#601 - cli_get_process_title example
Example#602 - cli_set_process_title example
Example#603 - Esempi di dl
Example#604 - Esempio di uso di extension_loaded
Example#605 - A gc_enabled example
Example#606 - gc_status Usage
Example#607 - Esempio di uso di get_include_path
Example#608 - Esempio di uso di get_included_files del file (abc.php)
Example#609 - Unfiltered get_resources
Example#610 - Filtered get_resources
Example#611 - Esempio di getenv
Example#612 - Esempio di uso di getlastmod
Example#613 - Esempio di uso di getrusage
Example#614 - Qualche esempio di ini_get
Example#615 - Esempio di uso di ini_get_all
Example#616 - A few ini_parse_quantity examples
Example#617 - Esempio di uso di memory_get_usage
Example#618 - memory_reset_peak_usage example
Example#619 - php_ini_loaded_file example
Example#620 - Un semplice esempio di lista restuita dalla funzione
Example#621 - Esempio di uso di php_sapi_name
Example#622 - Alcuni esempi di php_uname
Example#623 - Alcune costanti relative al OS
Example#624 - Stampa la lista generale
Example#625 - Stampa l'elenco degli sviluppatori principali e del gruppo di documentazione
Example#626 - Stampa di tutte le menzioni
Example#627 - Esempio di uso di phpinfo
Example#628 - Esempio di uso di phpversion
Example#629 - Impostazione di una variabile d'ambiente
Example#630 - Esempio di uso di restore_include_path
Example#631 - Esempio di uso di set_include_path
Example#632 - sys_get_temp_dir example
Example#633 - Esempio di uso di version_compare
Example#634 - zend_thread_id example
Example#635 - Esempio di uso di zend_version
Example#636 - Custom Superglobals with runkit.superglobal=_FOO,_BAR in php.ini
Example#637 - A runkit7_function_add example
Example#638 - A runkit7_function_copy example
Example#639 - A runkit7_function_redefine example
Example#640 - runkit7_method_add example
Example#641 - runkit7_method_copy example
Example#642 - runkit7_method_redefine example
Example#643 - runkit7_method_remove example
Example#644 - runkit7_method_rename example
Example#645 - runkit7_zval_inspect example
Example#646 - Basic uopz_add_function Usage
Example#647 - uopz_allow_exit example
Example#648 - uopz_backup example
Example#649 - uopz_compose example
Example#650 - uopz_copy example
Example#651 - Basic uopz_del_function Usage
Example#652 - uopz_delete example
Example#653 - uopz_delete class example
Example#654 - uopz_extend example
Example#655 - uopz_flags example
Example#656 - "Unfinalize" a Class
Example#657 - uopz_function example
Example#658 - uopz_function class example
Example#659 - uopz_get_exit_status example
Example#660 - Basic uopz_get_hook Usage
Example#661 - uopz_get_mock example
Example#662 - Basic uopz_get_property Usage
Example#663 - uopz_get_return example
Example#664 - Basic uopz_get_static Usage
Example#665 - uopz_implement example
Example#666 - uopz_overload example
Example#667 - uopz_redefine example
Example#668 - uopz_rename example
Example#669 - uopz_rename class example
Example#670 - uopz_restore example
Example#671 - Basic uopz_set_hook Usage
Example#672 - uopz_set_mock example
Example#673 - uopz_set_mock example
Example#674 - uopz_set_mock and static members
Example#675 - Basic uopz_set_property Usage
Example#676 - uopz_set_return example
Example#677 - uopz_set_return example
Example#678 - uopz_set_return class example
Example#679 - Basic uopz_set_static Usage
Example#680 - uopz_undefine example
Example#681 - Basic uopz_unset_hook Usage
Example#682 - uopz_unset_mock example
Example#683 - uopz_unset_return example
Example#684 - wincache.ignorelist example
Example#685 - Authentication configuration for wincache.php
Example#686 - Enabling WinCache session handler
Example#687 - Enabling WinCache functions reroutes
Example#688 - Reroute.ini file content
Example#689 - A wincache_fcache_fileinfo example
Example#690 - A wincache_fcache_meminfo example
Example#691 - Using wincache_lock
Example#692 - A wincache_ocache_fileinfo example
Example#693 - A wincache_ocache_meminfo example
Example#694 - A wincache_refresh_if_changed example
Example#695 - A wincache_rplist_fileinfo example
Example#696 - A wincache_rplist_meminfo example
Example#697 - A wincache_scache_info example
Example#698 - A wincache_scache_meminfo example
Example#699 - wincache_ucache_add with key as a string
Example#700 - wincache_ucache_add with key as an array
Example#701 - Using wincache_ucache_cas
Example#702 - using wincache_ucache_clear
Example#703 - Using wincache_ucache_dec
Example#704 - Using wincache_ucache_delete with key as a string
Example#705 - Usingwincache_ucache_delete with key as an array
Example#706 - Using wincache_ucache_delete with key as an array where some elements cannot be deleted
Example#707 - Using wincache_ucache_exists
Example#708 - wincache_ucache_get with key as a string
Example#709 - wincache_ucache_get with key as an array
Example#710 - Using wincache_ucache_inc
Example#711 - Using wincache_ucache_info
Example#712 - A wincache_ucache_meminfo example
Example#713 - wincache_ucache_set with key as a string
Example#714 - wincache_ucache_set with key as an array
Example#715 - Using wincache_unlock
Example#716 - Xhprof example with the optional GUI
Example#717 - xhprof_disable example
Example#718 - xhprof_enable examples
Example#719 - xhprof_sample_disable example
Example#720 - Make sure the item is stored
Example#721 - Using CHAP passwords
Example#722 - radius_acct_open example
Example#723 - radius_add_server example
Example#724 - radius_auth_open example
Example#725 - radius_create_request example
Example#726 - radius_cvt_addr example
Example#727 - radius_cvt_int example
Example#728 - radius_cvt_string example
Example#729 - radius_get_attr example
Example#730 - radius_get_tagged_attr_data example
Example#731 - radius_get_tagged_attr_tag example
Example#732 - radius_get_vendor_attr example
Example#733 - radius_put_attr example
Example#734 - radius_put_int example
Example#735 - radius_put_string example
Example#736 - radius_put_vendor_attr example
Example#737 - readline Example
Example#738 - Readline Callback Interface Example
Example#739 - Small bzip2 Example
Example#740 - Esempio di bzcompress
Example#741 - bzdecompress
Example#742 - Esempio di bzerror
Example#743 - Esempio dibzopen
Example#744 - Esempio di bzread
Example#745 - Esempio di bzwrite
Example#746 - Using an external file
Example#747 - Using a file within a phar archive
Example#748 - Converting a phar archive from phar to tar file format
Example#749 - phar.cache_list usage example
Example#750 - A Phar::addEmptyDir example
Example#751 - A Phar::addFile example
Example#752 - A Phar::addFromString example
Example#753 - A Phar::apiVersion example
Example#754 - A Phar::buildFromDirectory example
Example#755 - A Phar::buildFromIterator with SplFileInfo
Example#756 - A Phar::buildFromIterator with other iterators
Example#757 - A Phar::canCompress example
Example#758 - A Phar::canWrite example
Example#759 - A Phar::compress example
Example#760 - A Phar::compressFiles example
Example#761 - A Phar::__construct example
Example#762 - A Phar::convertToData example
Example#763 - A Phar::convertToExecutable example
Example#764 - A Phar::copy example
Example#765 - A Phar::count example
Example#766 - A Phar::createDefaultStub example
Example#767 - A Phar::decompress example
Example#768 - A Phar::decompressFiles example
Example#769 - A Phar::delMetaData example
Example#770 - A Phar::delete example
Example#771 - A Phar::extractTo example
Example#772 - A Phar::getMetadata example
Example#773 - A Phar::getStub example
Example#774 - A Phar::hasMetadata example
Example#775 - A Phar::interceptFileFuncs example
Example#776 - A Phar::interceptFileFuncs example
Example#777 - A Phar::isBuffering example
Example#778 - A Phar::isCompressed example
Example#779 - A Phar::loadPhar example
Example#780 - A Phar::mapPhar example
Example#781 - A Phar::mount example
Example#782 - A Phar::mungServer example
Example#783 - A Phar::offsetExists example
Example#784 - Phar::offsetGet example
Example#785 - A Phar::offsetSet example
Example#786 - A Phar::offsetUnset example
Example#787 - A Phar::running example
Example#788 - A Phar::setAlias example
Example#789 - A Phar::setDefaultStub example
Example#790 - A Phar::setMetadata example
Example#791 - A Phar::setStub example
Example#792 - A Phar::startBuffering example
Example#793 - A Phar::stopBuffering example
Example#794 - A Phar::unlinkArchive example
Example#795 - A Phar::webPhar example
Example#796 - A PharData::addEmptyDir example
Example#797 - A PharData::addFile example
Example#798 - A PharData::addFromString example
Example#799 - A PharData::buildFromDirectory example
Example#800 - A PharData::buildFromIterator with SplFileInfo
Example#801 - A PharData::buildFromIterator with other iterators
Example#802 - A PharData::compress example
Example#803 - A PharData::compressFiles example
Example#804 - A PharData::__construct example
Example#805 - A PharData::convertToData example
Example#806 - A PharData::convertToExecutable example
Example#807 - A PharData::copy example
Example#808 - A PharData::decompress example
Example#809 - A PharData::decompressFiles example
Example#810 - A PharData::delMetaData example
Example#811 - A PharData::delete example
Example#812 - A PharData::extractTo example
Example#813 - A PharData::offsetSet example
Example#814 - A PharData::offsetUnset example
Example#815 - A Phar::setMetadata example
Example#816 - A PharFileInfo::chmod example
Example#817 - A PharFileInfo::compress example
Example#818 - A PharFileInfo::__construct example
Example#819 - A PharFileInfo::decompress example
Example#820 - A PharFileInfo::delMetaData example
Example#821 - A PharFileInfo::getCRC32 example
Example#822 - A PharFileInfo::getCompressedSize example
Example#823 - A PharFileInfo::getMetadata example
Example#824 - A PharFileInfo::getPharFlags example
Example#825 - A PharFileInfo::isCRCChecked example
Example#826 - A PharFileInfo::isCompressed example
Example#827 - A PharFileInfo::setMetadata example
Example#828 - Rar installation
Example#829 - On-the-fly decompression
Example#830 - RAR extension filesystem extraction example
Example#831 - Stile orientato agli oggetti
Example#832 - Stile procedurale
Example#833 - Stile orientato agli oggetti
Example#834 - Stile procedurale
Example#835 - Stile orientato agli oggetti
Example#836 - Stile procedurale
Example#837 - Stile orientato agli oggetti
Example#838 - Stile procedurale
Example#839 - Stile orientato agli oggetti
Example#840 - Stile procedurale
Example#841 - Stile orientato agli oggetti
Example#842 - Stile procedurale
Example#843 - Stile orientato agli oggetti
Example#844 - Stile procedurale
Example#845 - Volume Callback
Example#846 - Stile orientato agli oggetti
Example#847 - Stile procedurale
Example#848 - RarArchive::__toString example
Example#849 - RarEntry::extract example
Example#850 - How to extract all files in archive:
Example#851 - RarEntry::getAttr example
Example#852 - RarEntry::getHostOs example (version >= 2.0.0)
Example#853 - RarEntry::getHostOs example (version <= 1.0.0)
Example#854 - RarEntry::getMethod example
Example#855 - RarEntry::getName example
Example#856 - RarEntry::getPackedSize example
Example#857 - RarEntry::getStream example
Example#858 - RarEntry::getUnpackedSize example
Example#859 - RarEntry::getVersion example
Example#860 - RarException::isUsingExceptions example
Example#861 - RarException::setUsingExceptions example
Example#862 - Create a Zip archive
Example#863 - Dump the archive details and listing
Example#864 - Zip stream wrapper, read an OpenOffice meta info
Example#865 - Zip Usage Example
Example#866 - Create a new directory in an archive
Example#867 - Open and add
Example#868 - Add an entry to a new archive
Example#869 - Add file to a directory inside an archive
Example#870 - ZipArchive::addGlob example
Example#871 - ZipArchive::addPattern example
Example#872 - Delete file from archive using its index
Example#873 - Deleting a file and directory from an archive, using names
Example#874 - Extract all entries
Example#875 - Extract two entries
Example#876 - Dump an archive comment
Example#877 - Test if archive is a torrentzip format
Example#878 - Dump an entry comment
Example#879 - Dump an entry comment
Example#880 - Extract all entries with Unix rights
Example#881 - Get the file contents
Example#882 - Get the file contents
Example#883 - Convert an image from a zip entry
Example#884 - ZipArchive::getNameIndex example
Example#885 - Get the entry contents with fread and store it
Example#886 - Same as the previous example but with fopen and the zip stream wrapper
Example#887 - Stream wrapper and image, can be used with the xml function as well
Example#888 - Get the entry contents with fread and store it
Example#889 - Get the entry contents with fread and store it
Example#890 - Create an archive and then use it with ZipArchive::locateName
Example#891 - Open and extract
Example#892 - Create an archive
Example#893 - Create an temporary archive
Example#894 - Archive a file
Example#895 - Archive a file
Example#896 - Rename one entry
Example#897 - Rename one entry
Example#898 - Open and replace
Example#899 - Create an archive and set a comment
Example#900 - Create a torrentzip archive
Example#901 - Open an archive and set a comment for an entry
Example#902 - Open an archive and set a comment for an entry
Example#903 - Add files with different compression methods to an archive
Example#904 - Add files with different compression methods to an archive
Example#905 - Add file and set compression method
Example#906 - Archive and encrypt a file
Example#907 - Archive a file, with its Unix rights
Example#908 - Archive a file
Example#909 - Archive a file
Example#910 - Dump the stat info of an entry
Example#911 - Dump the stat info of an entry
Example#912 - Piccolo Esempio di Zlib
Example#913 - Utilizzo dell'API di compressione e decompressione incrementale a partire da PHP 7.0.0
Example#914 - Esempio di gzclose
Example#915 - Esempio di gzcompress
Example#916 - Esempio di gzdeflate
Example#917 - Creare un file gzip
Example#918 - gzeof example
Example#919 - gzfile example
Example#920 - gzgetc example
Example#921 - gzgets example
Example#922 - gzgetss example
Example#923 - gzinflate example
Example#924 - gzopen Example
Example#925 - gzpassthru example
Example#926 - gzread example
Example#927 - gzseek example
Example#928 - Esempio gzuncompress
Example#929 - gzwrite example
Example#930 - ob_gzhandler example
Example#931 - zlib_encode example
Example#932 - A hash example
Example#933 - hash_algos example
Example#934 - hash_copy example
Example#935 - hash_equals example
Example#936 - Using hash_file
Example#937 - hash_hkdf example
Example#938 - hash_hmac example
Example#939 - hash_hmac_algos example
Example#940 - hash_hmac_file example
Example#941 - Incremental hashing example
Example#942 - hash_pbkdf2 example, basic usage
Example#943 - hash_update_stream example
Example#944 - mcrypt_create_iv Example
Example#945 - mcrypt_enc_get_algorithms_name example
Example#946 - mcrypt_enc_get_modes_name example
Example#947 - mcrypt_enc_get_supported_key_sizes example
Example#948 - mcrypt_encrypt Example
Example#949 - mcrypt_get_block_size example
Example#950 - mcrypt_get_cipher_name Example
Example#951 - mcrypt_get_iv_size Example
Example#952 - mcrypt_get_key_size Example
Example#953 - mcrypt_list_algorithms Example
Example#954 - mcrypt_list_modes Example
Example#955 - mcrypt_module_open Examples
Example#956 - Using mcrypt_module_open in encryption
Example#957 - mcrypt_module_self_test example
Example#958 - mdecrypt_generic Example
Example#959 - Computes the MD5 digest and hmac and print it out as hex
Example#960 - Traversing all hashes
Example#961 - mhash_get_block_size Example
Example#962 - mhash_get_hash_name Example
Example#963 - openssl_cipher_iv_length example
Example#964 - openssl_cipher_key_length example
Example#965 - openssl_cms_sign example
Example#966 - openssl_csr_export() example
Example#967 - openssl_csr_export_to_file() example
Example#968 - openssl_csr_get_public_key() example
Example#969 - openssl_csr_get_subject() example
Example#970 - Creating a self-signed certificate
Example#971 - Creating a self-signed ECC certificate (as of PHP 7.1.0)
Example#972 - openssl_csr_sign example - signing a CSR (how to implement your own CA)
Example#973 - Compute a shared secret
Example#974 - Generate a DH public/private keypair in php
Example#975 - AES Authenticated Encryption in GCM mode example for PHP 7.1+
Example#976 - AES Authenticated Encryption example prior to PHP 7.1
Example#977 - openssl_error_string example
Example#978 - openssl_get_cert_locations example
Example#979 - openssl_get_cipher_methods example
Example#980 - openssl_get_curve_names example
Example#981 - openssl_get_md_methods example
Example#982 - openssl_open example
Example#983 - openssl_pbkdf2() example
Example#984 - openssl_pkcs12_read example
Example#985 - openssl_pkcs7_decrypt example
Example#986 - openssl_pkcs7_encrypt example
Example#987 - Get a PEM array from a P7B file
Example#988 - openssl_pkcs7_sign example
Example#989 - openssl_pkey_derive example
Example#990 - Obtain the public key from a private key
Example#991 - Generating RSA key from parameters
Example#992 - openssl_random_pseudo_bytes example
Example#993 - openssl_seal example
Example#994 - openssl_sign example
Example#995 - openssl_sign example
Example#996 - openssl_spki_export example
Example#997 - openssl_spki_export example from <keygen>
Example#998 - openssl_spki_export_challenge example
Example#999 - openssl_spki_export_challenge example from <keygen>
Example#1000 - openssl_spki_new example
Example#1001 - openssl_spki_verify example
Example#1002 - openssl_spki_verify example from <keygen>
Example#1003 - openssl_verify example
Example#1004 - openssl_verify example
Example#1005 - openssl_x509_verify example
Example#1006 - Basic password_algos usage
Example#1007 - password_hash example
Example#1008 - password_hash example setting cost manually
Example#1009 - password_hash example finding a good cost
Example#1010 - password_hash example using Argon2i
Example#1011 - Usage of password_needs_rehash
Example#1012 - password_verify example
Example#1013 - RNP clearsign example
Example#1014 - simple callback function example
Example#1015 - sodium_crypto_box_seal example
Example#1016 - sodium_crypto_box_seal_open example
Example#1017 - sodium_crypto_core_ristretto255_add example
Example#1018 - sodium_crypto_core_ristretto255_from_hash example
Example#1019 - sodium_crypto_core_ristretto255_is_valid_point example
Example#1020 - sodium_crypto_core_ristretto255_random example
Example#1021 - sodium_crypto_core_ristretto255_scalar_add example
Example#1022 - sodium_crypto_core_ristretto255_scalar_invert example
Example#1023 - sodium_crypto_core_ristretto255_scalar_negate example
Example#1024 - sodium_crypto_core_ristretto255_scalar_random example
Example#1025 - sodium_crypto_core_ristretto255_scalar_sub example
Example#1026 - sodium_crypto_core_ristretto255_sub example
Example#1027 - sodium_crypto_generichash_final example
Example#1028 - sodium_crypto_generichash_init example
Example#1029 - sodium_crypto_generichash_update example
Example#1030 - sodium_crypto_kx_keypair usage
Example#1031 - sodium_crypto_pwhash example
Example#1032 - sodium_crypto_pwhash_str example
Example#1033 - sodium_crypto_secretbox example
Example#1034 - sodium_crypto_secretbox_keygen example
Example#1035 - Comparing sodium_crypto_secretbox_keygen with random_bytes
Example#1036 - sodium_crypto_secretbox_open example
Example#1037 - sodium_crypto_secretstream_xchacha20poly1305_init_pull example
Example#1038 - sodium_crypto_secretstream_xchacha20poly1305_init_push example
Example#1039 - sodium_crypto_stream_xchacha20_xor_ic example
Example#1040 - A crypt_checksalt example
Example#1041 - A crypt_gensalt example
Example#1042 - A crypt_preferred_method example
Example#1043 - DBA example
Example#1044 - Traversing a database
Example#1045 - dba_handlers Example
Example#1046 - odbc_connection_string_quote example
Example#1047 - Esempi di odbc_execute e odbc_prepare
Example#1048 - odbc_fetch_into Esempi pre 4.0.6
Example#1049 - odbc_fetch_into Esempi con PHP 4.0.6
Example#1050 - Esempio di odbc_fetch_intocon PHP 4.2.0
Example#1051 - Esempio di odbc_execute e odbc_prepare
Example#1052 - Esempi di odbc_setoption
Example#1053 - using PDO::ATTR_DRIVER_NAME
Example#1054 - Connecting to MySQL
Example#1055 - Handling connection errors
Example#1056 - Closing a connection
Example#1057 - Persistent connections
Example#1058 - Implicit Commit Example
Example#1059 - Executing a batch in a transaction
Example#1060 - Repeated inserts using prepared statements
Example#1061 - Repeated inserts using prepared statements
Example#1062 - Fetching data using prepared statements
Example#1063 - Calling a stored procedure with an output parameter
Example#1064 - Calling a stored procedure with an input/output parameter
Example#1065 - Invalid use of placeholder
Example#1066 - Create a PDO instance and set the error mode
Example#1067 - Create a PDO instance and set the error mode from the constructor
Example#1068 - Displaying an image from a database
Example#1069 - Inserting an image into a database
Example#1070 - Inserting an image into a database: Oracle
Example#1071 - Roll back a transaction
Example#1072 - Committing a basic transaction
Example#1073 - Committing a DDL transaction
Example#1074 - Create a PDO instance via driver invocation
Example#1075 - Create a PDO instance via URI invocation
Example#1076 - Create a PDO instance using an alias
Example#1077 - Retrieving an SQLSTATE code
Example#1078 - Displaying errorInfo() fields for a PDO_ODBC connection to a DB2 database
Example#1079 - Issuing a DELETE statement
Example#1080 - Retrieving database connection attributes
Example#1081 - A PDO::getAvailableDrivers example
Example#1082 - SQL statement template with named parameters
Example#1083 - SQL statement template with question mark parameters
Example#1084 - SQL statement template with question mark escaped
Example#1085 - SQL with no placeholders can be executed using PDO::query
Example#1086 - Quoting a normal string
Example#1087 - Quoting a dangerous string
Example#1088 - Quoting a complex string
Example#1089 - Roll back a transaction
Example#1090 - Binding result set output to PHP variables
Example#1091 - Execute a prepared statement with named placeholders
Example#1092 - Execute a prepared statement with question mark placeholders
Example#1093 - Call a stored procedure with an INOUT parameter
Example#1094 - Execute a prepared statement with named placeholders
Example#1095 - Execute a prepared statement with question mark placeholders
Example#1096 - A PDOStatement::closeCursor example
Example#1097 - Counting columns
Example#1098 - PDOStatement::debugDumpParams example with named parameters
Example#1099 - PDOStatement::debugDumpParams example with unnamed parameters
Example#1100 - Retrieving an SQLSTATE code
Example#1101 - Displaying errorInfo() fields for a PDO_ODBC connection to a DB2 database
Example#1102 - Execute a prepared statement with a bound variable and value
Example#1103 - Execute a prepared statement with an array of named values
Example#1104 - Execute a prepared statement with an array of positional values
Example#1105 - Execute a prepared statement with variables bound to positional placeholders
Example#1106 - Execute a prepared statement using array for IN clause
Example#1107 - Fetching rows using different fetch styles
Example#1108 - Fetching rows with a scrollable cursor
Example#1109 - Construction order
Example#1110 - Fetch all remaining rows in a result set
Example#1111 - Fetching all values of a single column from a result set
Example#1112 - Grouping all values by a single column
Example#1113 - Instantiating a class for each result
Example#1114 - Calling a function for each result
Example#1115 - Return first column of the next row
Example#1116 - Retrieving column metadata
Example#1117 - Fetching multiple rowsets returned from a stored procedure
Example#1118 - Return the number of deleted rows
Example#1119 - Counting rows returned by a SELECT statement
Example#1120 - Setting the fetch mode
Example#1121 - Insert LOBs in CUBRID PDO
Example#1122 - Fetch LOBs in CUBRID PDO
Example#1123 - Insert set in CUBRID PDO with default data type.
Example#1124 - Specify data type when insert set in CUBRID PDO
Example#1125 - PDO_CUBRID DSN examples
Example#1126 - A PDO::cubrid_schema example
Example#1127 - PDO_DBLIB DSN examples
Example#1128 - PDO_FIREBIRD DSN example with path
Example#1129 - PDO_FIREBIRD DSN example with port and path
Example#1130 - PDO_FIREBIRD DSN example with localhost and path to employee.fdb on Debian system
Example#1131 - PDO_FIREBIRD DSN to connect to a dialect 1 database
Example#1132 - PDO_IBM DSN example using db2cli.ini
Example#1133 - PDO_IBM DSN example using a connection string
Example#1134 - PDO_INFORMIX DSN example using odbc.ini
Example#1135 - PDO_INFORMIX DSN example using a connection string
Example#1136 - PDO_MYSQL DSN examples
Example#1137 - Setting MySQL unbuffered mode
Example#1138 - Pdo\Mysql::getWarningCount example
Example#1139 - PDO_SQLSRV DSN examples
Example#1140 - PDO_OCI DSN examples
Example#1141 - PDO_ODBC DSN example (ODBC driver manager)
Example#1142 - PDO_ODBC DSN example (IBM DB2 uncataloged connection)
Example#1143 - PDO_ODBC DSN example (Microsoft Access uncataloged connection)
Example#1144 - PDO_PGSQL DSN examples
Example#1145 - Pdo\Pgsql::escapeIdentifier example
Example#1146 - Pdo\Pgsql::lobCreate example
Example#1147 - Pdo\Pgsql::lobOpen example
Example#1148 - Pdo\Pgsql::lobUnlink example
Example#1149 - Pdo\Pgsql::setNoticeCallback example
Example#1150 - PDO_SQLITE DSN examples
Example#1151 - Pdo\Sqlite::createAggregate example
Example#1152 - Pdo\Sqlite::createCollation example
Example#1153 - Pdo\Sqlite::createFunction example
Example#1154 - Pdo\Sqlite::loadExtension example
Example#1155 - Pdo\Sqlite::openBlob example
Example#1156 - Example of Data Retrieval
Example#1157 - Example of Data Insertion
Example#1158 - cubrid_bind example
Example#1159 - cubrid_bind BLOB/CLOB example
Example#1160 - cubrid_bind BLOB/CLOB example
Example#1161 - cubrid_close_prepare example
Example#1162 - cubrid_close_request example
Example#1163 - cubrid_col_get example
Example#1164 - cubrid_col_size example
Example#1165 - cubrid_column_names example
Example#1166 - cubrid_column_types example
Example#1167 - cubrid_commit example
Example#1168 - cubrid_connect example
Example#1169 - cubrid_connect_with_url url without properties example
Example#1170 - cubrid_connect_with_url url with properties example
Example#1171 - cubrid_current_oid example
Example#1172 - cubrid_disconnect example
Example#1173 - cubrid_drop example
Example#1174 - cubrid_error_code example
Example#1175 - cubrid_error_code_facility example
Example#1176 - cubrid_error_msg example
Example#1177 - cubrid_execute example
Example#1178 - cubrid_fetch example
Example#1179 - cubrid_free_result example
Example#1180 - cubrid_get example
Example#1181 - cubrid_get_charset example
Example#1182 - cubrid_get_class_name example
Example#1183 - cubrid_get_client_info example
Example#1184 - cubrid_get_db_parameter example
Example#1185 - cubrid_get_query_timeout example
Example#1186 - cubrid_get_server_info example
Example#1187 - cubrid_insert_id example
Example#1188 - cubrid_is_instance example
Example#1189 - cubrid_lob_close example
Example#1190 - cubrid_lob_export example
Example#1191 - cubrid_lob_get example
Example#1192 - cubrid_lob_send example
Example#1193 - cubrid_lob_size example
Example#1194 - cubrid_lob2_bind example
Example#1195 - cubrid_lob2_export example
Example#1196 - cubrid_lob2_export example
Example#1197 - cubrid_lob2_read example 1
Example#1198 - cubrid_lob2_read example 2
Example#1199 - cubrid_lob2_seek example
Example#1200 - cubrid_lob2_seek64 example
Example#1201 - cubrid_lob2_write example 1
Example#1202 - cubrid_lob2_write example 2
Example#1203 - cubrid_lock_read example
Example#1204 - cubrid_lock_write example
Example#1205 - cubrid_move_cursor example
Example#1206 - cubrid_next_result example
Example#1207 - cubrid_num_cols example
Example#1208 - cubrid_num_rows example
Example#1209 - cubrid_connect example
Example#1210 - cubrid_pconnect_with_url url without properties example
Example#1211 - cubrid_pconnect_with_url url with properties example
Example#1212 - cubrid_prepare example
Example#1213 - cubrid_put example
Example#1214 - cubrid_rollback example
Example#1215 - cubrid_schema example
Example#1216 - cubrid_seq_drop example
Example#1217 - cubrid_seq_insert example
Example#1218 - cubrid_seq_put example
Example#1219 - cubrid_set_add example
Example#1220 - cubrid_get_db_parameter example
Example#1221 - cubrid_set_drop example
Example#1222 - cubrid_version example
Example#1223 - cubrid_affected_rows example
Example#1224 - cubrid_client_encoding example
Example#1225 - cubrid_close example
Example#1226 - cubrid_data_seek example
Example#1227 - cubrid_db_name example
Example#1228 - cubrid_errno example
Example#1229 - cubrid_error example
Example#1230 - cubrid_fetch_array example
Example#1231 - cubrid_fetch_assoc example
Example#1232 - cubrid_fetch_field example
Example#1233 - cubrid_fetch_lengths example
Example#1234 - cubrid_fetch_object example
Example#1235 - cubrid_fetch_row example
Example#1236 - cubrid_field_flags example
Example#1237 - cubrid_field_len example
Example#1238 - cubrid_field_name example
Example#1239 - cubrid_field_seek example
Example#1240 - cubrid_field_table example
Example#1241 - cubrid_field_type example
Example#1242 - cubrid_list_dbs example
Example#1243 - cubrid_num_fields example
Example#1244 - cubrid_ping example
Example#1245 - Invalid Query
Example#1246 - Valid Query
Example#1247 - cubrid_real_escape_string example
Example#1248 - cubrid_result example
Example#1249 - cubrid_unbuffered_query example
Example#1250 - cubrid_load_from_glo example
Example#1251 - cubrid_new_glo example
Example#1252 - cubrid_save_to_glo example
Example#1253 - cubrid_send_glo example
Example#1254 - Creare un file di database dBase
Example#1255 - Mostra le informazioni dell'header di un file di database in formato dBase
Example#1256 - Usare dbase_numfields
Example#1257 - Apertura di un file di database dBase
Example#1258 - ibase_backup example
Example#1259 - ibase_backup example with arguments
Example#1260 - ibase_blob_get example
Example#1261 - ibase_blob_import example
Example#1262 - ibase_connect example
Example#1263 - ibase_execute example
Example#1264 - ibase_fetch_object example
Example#1265 - ibase_field_info example
Example#1266 - ibase_name_result example
Example#1267 - ibase_num_fields example
Example#1268 - ibase_query example
Example#1269 - ibase_restore example
Example#1270 - ibase_restore example with arguments
Example#1271 - ibase_service_attach example
Example#1272 - ibase_service_attach example
Example#1273 - ibase_service_attach example using hostname/port syntax
Example#1274 - ibase_service_detach example
Example#1275 - ibase_set_event_handler example
Example#1276 - Retrieving the AUTOCOMMIT value for a connection
Example#1277 - Setting the AUTOCOMMIT value for a connection
Example#1278 - Binding PHP variables to a prepared statement
Example#1279 - Calling stored procedures with IN and OUT parameters
Example#1280 - Inserting a binary large object (BLOB) directly from a file
Example#1281 - A db2_client_info example
Example#1282 - Closing a connection
Example#1283 - Retrieving an SQLSTATE value for a failed connection attempt
Example#1284 - Retrieving the error message returned by a failed connection attempt
Example#1285 - Creating a cataloged connection
Example#1286 - Creating an uncataloged connection
Example#1287 - Creating a connection with autocommit off by default
Example#1288 - i5/OS best performance
Example#1289 - Using trusted context
Example#1290 - A db2_escape_string example
Example#1291 - Creating a table with db2_exec
Example#1292 - Executing a SELECT statement with a scrollable cursor
Example#1293 - Returning XML data as an SQL ResultSet
Example#1294 - Performing a "JOIN" with XML data
Example#1295 - Returning SQL data as part of a larger XML document
Example#1296 - Preparing and executing an SQL statement with parameter markers
Example#1297 - Calling a stored procedure with an OUT parameter
Example#1298 - Returning XML data as an SQL ResultSet
Example#1299 - Performing a "JOIN" with XML data
Example#1300 - Returning SQL data as part of a larger XML document
Example#1301 - Iterating through a forward-only cursor
Example#1302 - Retrieving specific rows with db2_fetch_array from a scrollable cursor
Example#1303 - Iterating through a forward-only cursor
Example#1304 - Retrieving specific rows with db2_fetch_assoc from a scrollable cursor
Example#1305 - Iterating through a forward-only cursor
Example#1306 - Retrieving specific rows with db2_fetch_both from a scrollable cursor
Example#1307 - A db2_fetch_object example
Example#1308 - Iterating through a result set
Example#1309 - i5/OS recommended alternatives to db2_fetch_row/db2_result
Example#1310 - Setting and retrieving parameters through a connection resource
Example#1311 - A db2_last_insert_id example
Example#1312 - Iterating through different types of data
Example#1313 - Calling a stored procedure that returns multiple result sets
Example#1314 - Retrieving the number of fields in a result set
Example#1315 - Closing a persistent connection
Example#1316 - A db2_pconnect example
Example#1317 - Using trusted context
Example#1318 - Preparing and executing an SQL statement with parameter markers
Example#1319 - A db2_result example
Example#1320 - Rolling back a DELETE statement
Example#1321 - A db2_server_info example
Example#1322 - Setting one parameter with a connection resource
Example#1323 - Setting multiple parameters with a connection resource
Example#1324 - Setting multiple parameters with an invalid key
Example#1325 - Setting multiple parameters with an invalid value
Example#1326 - Setting multiple parameters with a connection resource and the wrong type
Example#1327 - Setting multiple parameters with the wrong resource
Example#1328 - Putting it all together
Example#1329 - i5/OS cursors are read-only
Example#1330 - MongoDB\Driver\Manager::__construct basic example
Example#1331 - MongoDB\Driver\Manager::__construct basic examples
Example#1332 - MongoDB\Driver\Manager::executeBulkWrite example
Example#1333 - Mixed write operations
Example#1334 - Ordered write operations causing an error
Example#1335 - MongoDB\Driver\Manager::executeCommand with a command returning a single result document
Example#1336 - MongoDB\Driver\Manager::executeCommand with a command returning a cursor
Example#1337 - Limiting execution time for a command
Example#1338 - MongoDB\Driver\Manager::executeQuery example
Example#1339 - Limiting execution time for a query
Example#1340 - MongoDB\Driver\Manager::getReadConcern example
Example#1341 - MongoDB\Driver\Manager::getReadPreference example
Example#1342 - MongoDB\Driver\Manager::getServers example
Example#1343 - MongoDB\Driver\Manager::getWriteConcern example
Example#1344 - Composing MongoDB\Driver\Command to provide a helper to create collections
Example#1345 - MongoDB\Driver\Command::__construct example
Example#1346 - MongoDB\Driver\Command::__construct example
Example#1347 - MongoDB\Driver\Query::__construct example
Example#1348 - Mixed write operations are grouped by type
Example#1349 - Ordered write operations causing an error
Example#1350 - MongoDB\Driver\BulkWrite::__construct example
Example#1351 - MongoDB\Driver\BulkWrite::count example
Example#1352 - MongoDB\Driver\BulkWrite::delete example
Example#1353 - MongoDB\Driver\BulkWrite::insert example
Example#1354 - MongoDB\Driver\BulkWrite::update example
Example#1355 - Mixed write operations
Example#1356 - Ordered write operations causing an error
Example#1357 - MongoDB\Driver\BulkWriteCommand::__construct example
Example#1358 - MongoDB\Driver\BulkWriteCommand::count example
Example#1359 - MongoDB\Driver\BulkWriteCommand::deleteMany example
Example#1360 - MongoDB\Driver\BulkWriteCommand::deleteOne example
Example#1361 - MongoDB\Driver\BulkWriteCommand::insertOne example
Example#1362 - MongoDB\Driver\BulkWriteCommand::replaceOne example
Example#1363 - MongoDB\Driver\BulkWriteCommand::updateMany example
Example#1364 - MongoDB\Driver\BulkWriteCommand::updateOne example
Example#1365 - Declare an API version on a manager
Example#1366 - Declare a strict API version on a manager
Example#1367 - MongoDB\Driver\WriteConcern::bsonSerialize with majority write concern
Example#1368 - MongoDB\Driver\WriteConcern::bsonSerialize with wtimeout and journal
Example#1369 - MongoDB\Driver\WriteConcern::__construct example
Example#1370 - MongoDB\Driver\WriteConcern::getJournal example
Example#1371 - MongoDB\Driver\WriteConcern::getW example
Example#1372 - MongoDB\Driver\WriteConcern::getWtimeout example
Example#1373 - MongoDB\Driver\WriteConcern::isDefault example
Example#1374 - MongoDB\Driver\ReadPreference::bsonSerialize with primary read preference
Example#1375 - MongoDB\Driver\ReadPreference::bsonSerialize with secondary read preference and tag sets
Example#1376 - MongoDB\Driver\ReadPreference::bsonSerialize with secondary read preference and max staleness
Example#1377 - MongoDB\Driver\ReadPreference::__construct example
Example#1378 - MongoDB\Driver\ReadPreference::getMaxStalenessSeconds example
Example#1379 - MongoDB\Driver\ReadPreference::getMode example
Example#1380 - MongoDB\Driver\ReadPreference::getModeString example
Example#1381 - MongoDB\Driver\ReadPreference::getTagSets example
Example#1382 - MongoDB\Driver\ReadConcern::bsonSerialize with empty read concern
Example#1383 - MongoDB\Driver\ReadConcern::bsonSerialize with local read concern
Example#1384 - MongoDB\Driver\ReadConcern::__construct example
Example#1385 - MongoDB\Driver\ReadConcern::getLevel example
Example#1386 - MongoDB\Driver\ReadConcern::isDefault example
Example#1387 - Reading a result set
Example#1388 - Reading a result set for a tailable cursor
Example#1389 - MongoDB\Driver\Cursor::getId example
Example#1390 - MongoDB\Driver\Cursor::getServer example
Example#1391 - MongoDB\Driver\Cursor::isDead example
Example#1392 - MongoDB\Driver\Cursor::setTypeMap example
Example#1393 - MongoDB\Driver\Cursor::toArray example
Example#1394 - MongoDB\Driver\CursorId::__toString example
Example#1395 - MongoDB\Driver\Server::getHost example
Example#1396 - MongoDB\Driver\Server::getInfo example
Example#1397 - MongoDB\Driver\Server::getLatency example
Example#1398 - MongoDB\Driver\Server::getPort example
Example#1399 - MongoDB\Driver\WriteConcernError::getCode example
Example#1400 - MongoDB\Driver\WriteConcernError::getInfo example
Example#1401 - MongoDB\Driver\WriteConcernError::getMessage example
Example#1402 - MongoDB\Driver\WriteError::getCode example
Example#1403 - MongoDB\Driver\WriteError::getIndex example
Example#1404 - MongoDB\Driver\WriteError::getMessage example
Example#1405 - MongoDB\Driver\WriteResult::getDeletedCount example
Example#1406 - MongoDB\Driver\WriteResult::getInsertedCount example
Example#1407 - MongoDB\Driver\WriteResult::getMatchedCount example
Example#1408 - MongoDB\Driver\WriteResult::getModifiedCount example
Example#1409 - MongoDB\Driver\WriteResult::getServer example
Example#1410 - MongoDB\Driver\WriteResult::getUpsertedCount example
Example#1411 - MongoDB\Driver\WriteResult::getUpsertedIds example
Example#1412 - MongoDB\Driver\WriteResult::getWriteConcernError example
Example#1413 - MongoDB\Driver\WriteResult::getWriteErrors with a single error
Example#1414 - MongoDB\Driver\WriteResult::getWriteErrors with multiple errors
Example#1415 - MongoDB\Driver\WriteResult::isAcknowledged with acknowledged write concern
Example#1416 - MongoDB\Driver\WriteResult::isAcknowledged with unacknowledged write concern
Example#1417 - MongoDB\Driver\BulkWriteCommandResult::getDeletedCount example
Example#1418 - MongoDB\Driver\BulkWriteCommandResult::getDeleteResults example
Example#1419 - MongoDB\Driver\BulkWriteCommandResult::getInsertedCount example
Example#1420 - MongoDB\Driver\BulkWriteCommandResult::getInsertResults example
Example#1421 - MongoDB\Driver\BulkWriteCommandResult::getMatchedCount example
Example#1422 - MongoDB\Driver\BulkWriteCommandResult::getModifiedCount example
Example#1423 - MongoDB\Driver\BulkWriteCommandResult::getUpdateResults example
Example#1424 - MongoDB\Driver\BulkWriteCommandResult::getUpsertedCount example
Example#1425 - MongoDB\Driver\BulkWriteCommandResult::isAcknowledged with acknowledged write concern
Example#1426 - MongoDB\Driver\BulkWriteCommandResult::isAcknowledged with unacknowledged write concern
Example#1427 - MongoDB\BSON\fromJSON example
Example#1428 - MongoDB\BSON\fromPHP example
Example#1429 - MongoDB\BSON\toCanonicalExtendedJSON example
Example#1430 - MongoDB\BSON\toJSON example
Example#1431 - MongoDB\BSON\toPHP example
Example#1432 - MongoDB\BSON\toRelaxedExtendedJSON example
Example#1433 - MongoDB\BSON\Document::toCanonicalExtendedJSON example
Example#1434 - MongoDB\BSON\Document::toRelaxedExtendedJSON example
Example#1435 - MongoDB\BSON\PackedArray::fromJSON example
Example#1436 - MongoDB\BSON\PackedArray::toCanonicalExtendedJSON example
Example#1437 - MongoDB\BSON\PackedArray::toRelaxedExtendedJSON example
Example#1438 - MongoDB\BSON\Binary::__construct example
Example#1439 - MongoDB\BSON\Binary::getData example
Example#1440 - MongoDB\BSON\Binary::getType example
Example#1441 - MongoDB\BSON\Binary::__toString example
Example#1442 - MongoDB\BSON\Decimal128::__construct example
Example#1443 - MongoDB\BSON\Decimal128::__toString example
Example#1444 - MongoDB\BSON\Javascript::__construct example
Example#1445 - MongoDB\BSON\Javascript::getCode example
Example#1446 - MongoDB\BSON\Javascript::getScope example
Example#1447 - MongoDB\BSON\Javascript::__toString example
Example#1448 - MongoDB\BSON\MaxKey::__construct example
Example#1449 - MongoDB\BSON\MinKey::__construct example
Example#1450 - MongoDB\BSON\ObjectId::__construct example
Example#1451 - MongoDB\BSON\ObjectId::getTimestamp example
Example#1452 - MongoDB\BSON\ObjectId::__toString example
Example#1453 - MongoDB\BSON\Regex::__construct example
Example#1454 - MongoDB\BSON\Regex::getFlags example
Example#1455 - MongoDB\BSON\Regex::getPattern example
Example#1456 - MongoDB\BSON\Regex::__toString example
Example#1457 - MongoDB\BSON\Timestamp::__construct example
Example#1458 - MongoDB\BSON\Timestamp::__toString example
Example#1459 - MongoDB\BSON\UTCDateTime::__construct example
Example#1460 - MongoDB\BSON\UTCDatetime::toDateTime example
Example#1461 - MongoDB\BSON\UTCDatetime::toDateTimeImmutable example
Example#1462 - MongoDB\BSON\UTCDateTime::__toString example
Example#1463 - MongoDB\BSON\Serializable::bsonSerialize returning an associative array for root document
Example#1464 - MongoDB\BSON\Serializable::bsonSerialize returning a sequential array for root document
Example#1465 - MongoDB\BSON\Serializable::bsonSerialize returning an associative array for document field
Example#1466 - MongoDB\BSON\Serializable::bsonSerialize returning a sequential array for document field
Example#1467 - MongoDB\BSON\Unserializable::bsonUnserialize example
Example#1468 - MongoDB\BSON\Int64::__toString example
Example#1469 - MongoDB\Driver\Exception\BulkWriteException::getWriteResult example
Example#1470 - MongoDB\Driver\Exception\BulkWriteCommandException::getErrorReply example
Example#1471 - Partial result if at least one write is successful
Example#1472 - No partial result if no writes are successful
Example#1473 - MongoDB\Driver\Exception\BulkWriteCommandException::getWriteConcernErrors example
Example#1474 - MongoDB\Driver\Exception\BulkWriteCommandException::getWriteErrors example
Example#1475 - MongoDB\Driver\Exception\WriteException::getWriteResult example
Example#1476 - Comparing the MySQL APIs
Example#1477 - Comparing prepared statements
Example#1478 - Configure commands for using mysqlnd or libmysqlclient
Example#1479 - Unbuffered query example: mysqli
Example#1480 - Unbuffered query example: pdo_mysql
Example#1481 - Problems with setting the character set with SQL
Example#1482 - Setting the character set example: mysqli
Example#1483 - Setting the character set example: pdo_mysql
Example#1484 - Easy migration from the old mysql extension
Example#1485 - Object-oriented and procedural interface
Example#1486 - Bad coding style
Example#1487 - Special meaning of localhost
Example#1488 - Setting defaults
Example#1489 - Executing queries
Example#1490 - Navigation through buffered results
Example#1491 - Navigation through unbuffered results
Example#1492 - Text protocol returns strings by default
Example#1493 - Native data types with mysqlnd and connection option
Example#1494 - Prepared statement
Example#1495 - INSERT prepared once, executed multiple times
Example#1496 - Less round trips using multi-INSERT SQL
Example#1497 - Native datatypes
Example#1498 - Output variable binding
Example#1499 - Using mysqli_result to fetch results
Example#1500 - Buffered result set for flexible read out
Example#1501 - Calling a stored procedure
Example#1502 - Using session variables
Example#1503 - Fetching results from stored procedures
Example#1504 - Stored Procedures and Prepared Statements
Example#1505 - Stored Procedures and Prepared Statements using bind API
Example#1506 - Multiple Statements
Example#1507 - SQL Injection
Example#1508 - Setting autocommit mode with SQL and through the API
Example#1509 - Commit and rollback
Example#1510 - Accessing result set meta data
Example#1511 - Prepared statements metadata
Example#1512 - $mysqli->affected_rows example
Example#1513 - mysqli::autocommit example
Example#1514 - mysqli::begin_transaction example
Example#1515 - Resetting the connection session
Example#1516 - If database is null the connection is opened without selecting any default database
Example#1517 - mysqli::character_set_name example
Example#1518 - mysqli::close example
Example#1519 - $mysqli->connect_errno example
Example#1520 - $mysqli->connect_error example
Example#1521 - mysqli::__construct example
Example#1522 - Extending mysqli class
Example#1523 - Manual error handling
Example#1524 - Generating a Trace File
Example#1525 - $mysqli->errno example
Example#1526 - $mysqli->error example
Example#1527 - $mysqli->error_list example
Example#1528 - mysqli::execute_query example
Example#1529 - $mysqli->field_count example
Example#1530 - mysqli::get_charset example
Example#1531 - mysqli_get_client_info
Example#1532 - mysqli_get_client_version
Example#1533 - A mysqli_get_connection_stats example
Example#1534 - $mysqli->host_info example
Example#1535 - $mysqli->protocol_version example
Example#1536 - $mysqli->server_info example
Example#1537 - $mysqli->server_version example
Example#1538 - Traversing the linked list to fetch all warnings
Example#1539 - $mysqli->info example
Example#1540 - $mysqli->insert_id example
Example#1541 - mysqli::kill example
Example#1542 - mysqli::multi_query example
Example#1543 - mysqli::ping example
Example#1544 - A mysqli_poll example
Example#1545 - mysqli::prepare example
Example#1546 - mysqli::query example
Example#1547 - mysqli::real_connect example
Example#1548 - mysqli::real_escape_string example
Example#1549 - mysqli::select_db example
Example#1550 - mysqli::set_charset example
Example#1551 - $mysqli->sqlstate example
Example#1552 - mysqli::stat example
Example#1553 - $mysqli->thread_id example
Example#1554 - mysqli::use_result example
Example#1555 - $mysqli->warning_count example
Example#1556 - mysqli_stmt_affected_rows example
Example#1557 - mysqli_stmt::bind_param example
Example#1558 - Using ... to provide arguments
Example#1559 - Stile orientato agli oggetti
Example#1560 - Stile procedurale
Example#1561 - Stile orientato agli oggetti
Example#1562 - Stile procedurale
Example#1563 - Stile orientato agli oggetti
Example#1564 - Stile procedurale
Example#1565 - Stile orientato agli oggetti
Example#1566 - Stile procedurale
Example#1567 - Stile orientato agli oggetti
Example#1568 - Stile procedurale
Example#1569 - Execute a prepared statement with bound variables
Example#1570 - Execute a prepared statement with an array of values
Example#1571 - Stile orientato agli oggetti
Example#1572 - Stile procedurale
Example#1573 - Stile orientato agli oggetti
Example#1574 - Stile procedurale
Example#1575 - Stile orientato agli oggetti
Example#1576 - Stile procedurale
Example#1577 - Stile orientato agli oggetti
Example#1578 - Stile procedurale
Example#1579 - Stile orientato agli oggetti
Example#1580 - Stile procedurale
Example#1581 - mysqli_stmt::prepare example
Example#1582 - Stile orientato agli oggetti
Example#1583 - Stile procedurale
Example#1584 - Stile orientato agli oggetti
Example#1585 - Stile orientato agli oggetti
Example#1586 - Stile procedurale
Example#1587 - Stile orientato agli oggetti
Example#1588 - Stile procedurale
Example#1589 - Creation of a mysqli_result object
Example#1590 - Stile orientato agli oggetti
Example#1591 - Stile procedurale
Example#1592 - mysqli::data_seek example
Example#1593 - Adjusting the result pointer when iterating
Example#1594 - mysqli_result::fetch_all example
Example#1595 - mysqli_result::fetch_array example
Example#1596 - mysqli_result::fetch_assoc example
Example#1597 - Comparison of mysqli_result iterator and mysqli_result::fetch_assoc usage
Example#1598 - mysqli_result::fetch_column example
Example#1599 - Stile orientato agli oggetti
Example#1600 - Stile procedurale
Example#1601 - Stile orientato agli oggetti
Example#1602 - Stile procedurale
Example#1603 - Stile orientato agli oggetti
Example#1604 - Stile procedurale
Example#1605 - mysqli_result::fetch_object example
Example#1606 - mysqli_result::fetch_row example
Example#1607 - Stile orientato agli oggetti
Example#1608 - Stile procedurale
Example#1609 - Stile orientato agli oggetti
Example#1610 - Stile procedurale
Example#1611 - Stile orientato agli oggetti
Example#1612 - Stile procedurale
Example#1613 - Stile orientato agli oggetti
Example#1614 - Stile procedurale
Example#1615 - Stile orientato agli oggetti
Example#1616 - Stile procedurale
Example#1617 - Error reporting except bad index errors
Example#1618 - A mysqli_get_client_stats example
Example#1619 - Connecting to a MySQL Server
Example#1620 - Creating a Schema and Collection on the MySQL Server
Example#1621 - Storing and Retrieving Data
Example#1622 - Fetching and Iterating Multiple Documents
Example#1623 - mysql_xdevapi\Expression example
Example#1624 - URI examples
Example#1625 - mysql_xdevapi\getSession example
Example#1626 - mysql_xdevapi\RowResult::getWarnings example
Example#1627 - mysql_xdevapi\RowResult::getWarningsCount example
Example#1628 - mysql_xdevapi\Client::__construct example
Example#1629 - mysql_xdevapi\Collection::add example
Example#1630 - mysql_xdevapi\Collection::addOrReplaceOne example
Example#1631 - mysql_xdevapi\Collection::getOne example
Example#1632 - mysql_xdevapi\Collection::count example
Example#1633 - mysql_xdevapi\Collection::createIndex example
Example#1634 - mysql_xdevapi\Collection::dropIndex example
Example#1635 - mysql_xdevapi\Collection::existsInDatabase example
Example#1636 - mysql_xdevapi\Collection::find example
Example#1637 - mysql_xdevapi\Collection::getName example
Example#1638 - mysql_xdevapi\Collection::getOne example
Example#1639 - mysql_xdevapi\Collection::getSchema example
Example#1640 - mysql_xdevapi\Collection::getSession example
Example#1641 - mysql_xdevapi\Collection::modify example
Example#1642 - mysql_xdevapi\Collection::remove example
Example#1643 - mysql_xdevapi\Collection::removeOne example
Example#1644 - mysql_xdevapi\Collection::replaceOne example
Example#1645 - mysql_xdevapi\CollectionAdd::__construct example
Example#1646 - mysql_xdevapi\CollectionAdd::execute example
Example#1647 - mysql_xdevapi\CollectionFind::bind example
Example#1648 - CollectionFind example
Example#1649 - CollectionFind example
Example#1650 - mysql_xdevapi\CollectionFind::fields example
Example#1651 - mysql_xdevapi\CollectionFind::groupBy example
Example#1652 - mysql_xdevapi\CollectionFind::having example
Example#1653 - mysql_xdevapi\CollectionFind::limit example
Example#1654 - mysql_xdevapi\CollectionFind::lockExclusive example
Example#1655 - mysql_xdevapi\CollectionFind::lockShared example
Example#1656 - mysql_xdevapi\CollectionFind::offset example
Example#1657 - mysql_xdevapi\CollectionFind::sort example
Example#1658 - mysql_xdevapi\CollectionModify::arrayAppend example
Example#1659 - mysql_xdevapi\CollectionModify::arrayInsert example
Example#1660 - mysql_xdevapi\CollectionModify::bind example
Example#1661 - mysql_xdevapi\CollectionModify::__construct example
Example#1662 - mysql_xdevapi\CollectionModify::execute example
Example#1663 - mysql_xdevapi\CollectionModify::limit example
Example#1664 - mysql_xdevapi\CollectionModify::patch example
Example#1665 - mysql_xdevapi\CollectionModify::replace example
Example#1666 - mysql_xdevapi\CollectionModify::set example
Example#1667 - mysql_xdevapi\CollectionModify::skip example
Example#1668 - mysql_xdevapi\CollectionModify::sort example
Example#1669 - mysql_xdevapi\CollectionModify::unset example
Example#1670 - mysql_xdevapi\CollectionRemove::bind example
Example#1671 - mysql_xdevapi\Collection::remove example
Example#1672 - mysql_xdevapi\CollectionRemove::execute example
Example#1673 - mysql_xdevapi\CollectionRemove::limit example
Example#1674 - mysql_xdevapi\CollectionRemove::sort example
Example#1675 - mysql_xdevapi\ColumnResult::__construct example
Example#1676 - mysql_xdevapi\ColumnResult::getCharacterSetName example
Example#1677 - mysql_xdevapi\ColumnResult::getCollationName example
Example#1678 - mysql_xdevapi\ColumnResult::getColumnLabel example
Example#1679 - mysql_xdevapi\ColumnResult::getColumnName example
Example#1680 - mysql_xdevapi\ColumnResult::getFractionalDigits example
Example#1681 - mysql_xdevapi\ColumnResult::getLength example
Example#1682 - mysql_xdevapi\ColumnResult::getSchemaName example
Example#1683 - mysql_xdevapi\ColumnResult::getTableLabel example
Example#1684 - mysql_xdevapi\ColumnResult::getTableName example
Example#1685 - mysql_xdevapi\ColumnResult::getType example
Example#1686 - mysql_xdevapi\ColumnResult::isNumberSigned example
Example#1687 - mysql_xdevapi\ColumnResult::isPadded example
Example#1688 - mysql_xdevapi\CrudOperationBindable::bind example
Example#1689 - mysql_xdevapi\CrudOperationLimitable::limit example
Example#1690 - mysql_xdevapi\CrudOperationSkippable::skip example
Example#1691 - mysql_xdevapi\CrudOperationSortable::sort example
Example#1692 - mysql_xdevapi\DatabaseObject::existsInDatabase example
Example#1693 - mysql_xdevapi\DatabaseObject::getName example
Example#1694 - mysql_xdevapi\DatabaseObject::getSession example
Example#1695 - A DocResult example
Example#1696 - mysql_xdevapi\DocResult::fetchAll example
Example#1697 - mysql_xdevapi\DocResult::fetchOne example
Example#1698 - mysql_xdevapi\DocResult::getWarnings example
Example#1699 - mysql_xdevapi\DocResult::getWarningsCount example
Example#1700 - execute() examples
Example#1701 - mysql_xdevapi\ExecutionStatus::__construct example
Example#1702 - mysql_xdevapi\Expression::__construct example
Example#1703 - mysql_xdevapi\Result::__construct example
Example#1704 - mysql_xdevapi\Result::getAffectedItemsCount example
Example#1705 - mysql_xdevapi\Result::getAutoIncrementValue example
Example#1706 - mysql_xdevapi\Result::getGeneratedIds example
Example#1707 - mysql_xdevapi\RowResult::getWarnings example
Example#1708 - mysql_xdevapi\RowResult::getWarningsCount example
Example#1709 - mysql_xdevapi\RowResult::__construct example
Example#1710 - mysql_xdevapi\RowResult::fetchAll example
Example#1711 - mysql_xdevapi\RowResult::fetchOne example
Example#1712 - mysql_xdevapi\RowResult::getColumnsCount example
Example#1713 - mysql_xdevapi\RowResult::getColumnNames example
Example#1714 - mysql_xdevapi\RowResult::getColumns example
Example#1715 - mysql_xdevapi\RowResult::getWarnings example
Example#1716 - mysql_xdevapi\RowResult::getWarningsCount example
Example#1717 - mysql_xdevapi\Schema::__construct example
Example#1718 - mysql_xdevapi\Schema::createCollection example
Example#1719 - mysql_xdevapi\Schema::createCollection example
Example#1720 - mysql_xdevapi\Schema::dropCollection example
Example#1721 - mysql_xdevapi\Schema::existsInDatabase example
Example#1722 - mysql_xdevapi\Schema::getCollection example
Example#1723 - mysql_xdevapi\Schema::getCollectionAsTable example
Example#1724 - mysql_xdevapi\Schema::getCollections example
Example#1725 - mysql_xdevapi\Schema::getName example
Example#1726 - mysql_xdevapi\Schema::getSession example
Example#1727 - mysql_xdevapi\Schema::getTable example
Example#1728 - mysql_xdevapi\Schema::getTables example
Example#1729 - mysql_xdevapi\Session::getSchema example
Example#1730 - mysql_xdevapi\Session::close example
Example#1731 - mysql_xdevapi\Session::commit example
Example#1732 - mysql_xdevapi\Session::__construct example
Example#1733 - mysql_xdevapi\Session::createSchema example
Example#1734 - mysql_xdevapi\Session::dropSchema example
Example#1735 - mysql_xdevapi\Session::generateUuid example
Example#1736 - mysql_xdevapi\Session::getSchema example
Example#1737 - mysql_xdevapi\Session::getSchema example
Example#1738 - mysql_xdevapi\Session::getSchemas example
Example#1739 - mysql_xdevapi\Session::getServerVersion example
Example#1740 - mysql_xdevapi\Session::listClients example
Example#1741 - mysql_xdevapi\Session::quoteName example
Example#1742 - mysql_xdevapi\Session::releaseSavepoint example
Example#1743 - mysql_xdevapi\Session::rollback example
Example#1744 - mysql_xdevapi\Session::rollbackTo example
Example#1745 - mysql_xdevapi\Session::setSavepoint example
Example#1746 - mysql_xdevapi\Session::sql example
Example#1747 - mysql_xdevapi\Session::startTransaction example
Example#1748 - mysql_xdevapi\SqlStatement::bind example
Example#1749 - mysql_xdevapi\SqlStatement::__construct example
Example#1750 - mysql_xdevapi\SqlStatement::execute example
Example#1751 - mysql_xdevapi\SqlStatement::getNextResult example
Example#1752 - mysql_xdevapi\SqlStatement::getResult example
Example#1753 - mysql_xdevapi\SqlStatement::hasMoreResults example
Example#1754 - mysql_xdevapi\SqlStatementResult::__construct example
Example#1755 - mysql_xdevapi\SqlStatementResult::fetchAll example
Example#1756 - mysql_xdevapi\SqlStatementResult::fetchOne example
Example#1757 - mysql_xdevapi\SqlStatementResult::getAffectedItemsCount example
Example#1758 - mysql_xdevapi\SqlStatementResult::getColumnsCount example
Example#1759 - mysql_xdevapi\SqlStatementResult::getColumnNames example
Example#1760 - mysql_xdevapi\SqlStatementResult::getColumns example
Example#1761 - mysql_xdevapi\SqlStatementResult::getGeneratedIds example
Example#1762 - mysql_xdevapi\SqlStatementResult::getLastInsertId example
Example#1763 - mysql_xdevapi\SqlStatementResult::getWarnings example
Example#1764 - mysql_xdevapi\SqlStatementResult::getWarningsCount example
Example#1765 - mysql_xdevapi\SqlStatementResult::hasData example
Example#1766 - mysql_xdevapi\SqlStatementResult::nextResult example
Example#1767 - mysql_xdevapi\Statement::__construct example
Example#1768 - mysql_xdevapi\Statement::getNextResult example
Example#1769 - mysql_xdevapi\Statement::getResult example
Example#1770 - mysql_xdevapi\Statement::hasMoreResults example
Example#1771 - mysql_xdevapi\Table::__construct example
Example#1772 - mysql_xdevapi\Table::count example
Example#1773 - mysql_xdevapi\Table::delete example
Example#1774 - mysql_xdevapi\Table::existsInDatabase example
Example#1775 - mysql_xdevapi\Table::getName example
Example#1776 - mysql_xdevapi\Table::getSchema example
Example#1777 - mysql_xdevapi\Table::getSession example
Example#1778 - mysql_xdevapi\Table::insert example
Example#1779 - mysql_xdevapi\Table::isView example
Example#1780 - mysql_xdevapi\Table::count example
Example#1781 - mysql_xdevapi\Table::update example
Example#1782 - mysql_xdevapi\TableDelete::bind example
Example#1783 - mysql_xdevapi\TableDelete::__construct example
Example#1784 - mysql_xdevapi\TableDelete::execute example
Example#1785 - mysql_xdevapi\TableDelete::limit example
Example#1786 - mysql_xdevapi\TableDelete::orderBy example
Example#1787 - mysql_xdevapi\TableDelete::where example
Example#1788 - mysql_xdevapi\TableInsert::__construct example
Example#1789 - mysql_xdevapi\TableInsert::execute example
Example#1790 - mysql_xdevapi\TableInsert::values example
Example#1791 - mysql_xdevapi\TableSelect::bind example
Example#1792 - mysql_xdevapi\TableSelect::__construct example
Example#1793 - mysql_xdevapi\TableSelect::execute example
Example#1794 - mysql_xdevapi\TableSelect::groupBy example
Example#1795 - mysql_xdevapi\TableSelect::having example
Example#1796 - mysql_xdevapi\TableSelect::limit example
Example#1797 - mysql_xdevapi\TableSelect::lockExclusive example
Example#1798 - mysql_xdevapi\TableSelect::lockShared example
Example#1799 - mysql_xdevapi\TableSelect::offset example
Example#1800 - mysql_xdevapi\TableSelect::orderBy example
Example#1801 - mysql_xdevapi\TableSelect::where example
Example#1802 - mysql_xdevapi\TableUpdate::bind example
Example#1803 - mysql_xdevapi\TableUpdate::__construct example
Example#1804 - mysql_xdevapi\TableUpdate::execute example
Example#1805 - mysql_xdevapi\TableUpdate::limit example
Example#1806 - mysql_xdevapi\TableUpdate::orderby example
Example#1807 - mysql_xdevapi\TableUpdate::set example
Example#1808 - mysql_xdevapi\TableUpdate::where example
Example#1809 - mysql_xdevapi\Warning::__construct example
Example#1810 - MySQL extension overview example
Example#1811 - mysql_affected_rows example
Example#1812 - mysql_affected_rows example using transactions
Example#1813 - mysql_client_encoding example
Example#1814 - mysql_close example
Example#1815 - mysql_connect example
Example#1816 - mysql_connect example using hostname:port syntax
Example#1817 - mysql_connect example using ":/path/to/socket" syntax
Example#1818 - mysql_create_db alternative example
Example#1819 - mysql_data_seek example
Example#1820 - mysql_db_name example
Example#1821 - mysql_db_query alternative example
Example#1822 - mysql_drop_db alternative example
Example#1823 - mysql_errno example
Example#1824 - mysql_error example
Example#1825 - mysql_escape_string example
Example#1826 - Query with aliased duplicate field names
Example#1827 - mysql_fetch_array with MYSQL_NUM
Example#1828 - mysql_fetch_array with MYSQL_ASSOC
Example#1829 - mysql_fetch_array with MYSQL_BOTH
Example#1830 - An expanded mysql_fetch_assoc example
Example#1831 - mysql_fetch_field example
Example#1832 - A mysql_fetch_lengths example
Example#1833 - mysql_fetch_object example
Example#1834 - mysql_fetch_object example
Example#1835 - Fetching one row with mysql_fetch_row
Example#1836 - A mysql_field_flags example
Example#1837 - mysql_field_len example
Example#1838 - mysql_field_name example
Example#1839 - A mysql_field_table example
Example#1840 - mysql_field_type example
Example#1841 - A mysql_free_result example
Example#1842 - mysql_get_client_info example
Example#1843 - mysql_get_host_info example
Example#1844 - mysql_get_proto_info example
Example#1845 - mysql_get_server_info example
Example#1846 - Relevant MySQL Statements
Example#1847 - mysql_insert_id example
Example#1848 - mysql_list_dbs example
Example#1849 - Alternate to deprecated mysql_list_fields
Example#1850 - mysql_list_processes example
Example#1851 - mysql_list_tables alternative example
Example#1852 - A mysql_num_fields example
Example#1853 - mysql_num_rows example
Example#1854 - A mysql_ping example
Example#1855 - Invalid Query
Example#1856 - Valid Query
Example#1857 - Simple mysql_real_escape_string example
Example#1858 - mysql_real_escape_string requires a connection example
Example#1859 - An example SQL Injection Attack
Example#1860 - mysql_result example
Example#1861 - mysql_select_db example
Example#1862 - mysql_stat example
Example#1863 - Alternative mysql_stat example
Example#1864 - mysql_tablename example
Example#1865 - mysql_thread_id example
Example#1866 - Examples of code snippets that cause an explicit close
Example#1867 - Examples of code snippets that cause an implicit close
Example#1868 - Usage examples
Example#1869 - Basic query
Example#1870 - Inserting with bind variables
Example#1871 - Binding in the WHERE clause of a query
Example#1872 - Inserting and fetching a CLOB
Example#1873 - Using a PL/SQL stored function
Example#1874 - Using a PL/SQL stored procedure
Example#1875 - Calling a PL/SQL function that returns a REF CURSOR
Example#1876 - Registering a TAF callback
Example#1877 - user_oci8_probes.d for tracing all user-level PHP OCI8 Static Probes with DTrace
Example#1878 - oci_bind_array_by_name example
Example#1879 - Inserimento di dati con oci_bind_by_name
Example#1880 - Binding una sola volta per più esecuzioni
Example#1881 - Binding con un ciclo foreach
Example#1882 - Binding in una clausola WHERE
Example#1883 - Binding con una clausola LIKE
Example#1884 - Binding con REGEXP_LIKE
Example#1885 - Binding di più valori in una clausola IN
Example#1886 - Binding di un ROWID restituito da una query
Example#1887 - Binding di un ROWID su INSERT
Example#1888 - Binding per una stored function PL/SQL
Example#1889 - Binding di parametri per una stored procedure PL/SQL
Example#1890 - Binding di una colonna CLOB
Example#1891 - Binding di un BOOLEAN PL/SQL
Example#1892 - oci_client_version example
Example#1893 - Closing a connection
Example#1894 - Database connections are not closed until all references are closed
Example#1895 - Closing a connection opened more than once
Example#1896 - Connections are closed when variables go out of scope
Example#1897 - oci_commit example
Example#1898 - Basic oci_connect using Easy Connect syntax
Example#1899 - Basic oci_connect using a Network Connect name
Example#1900 - oci_connect with an explicit character set
Example#1901 - Using multiple calls to oci_connect
Example#1902 - oci_define_by_name example
Example#1903 - oci_define_by_name with case sensitive column names
Example#1904 - oci_define_by_name with LOB columns
Example#1905 - oci_define_by_name with an explicit type
Example#1906 - Displaying the Oracle error message after a connection error
Example#1907 - Displaying the Oracle error message after a parsing error
Example#1908 - Displaying the Oracle error message, the problematic statement, and the position of the problem of an execution error
Example#1909 - oci_execute for queries
Example#1910 - oci_execute without specifying a mode example
Example#1911 - oci_execute with OCI_NO_AUTO_COMMIT example
Example#1912 - oci_execute with different commit modes example
Example#1913 - oci_execute with OCI_DESCRIBE_ONLY example
Example#1914 - oci_fetch with defined variables
Example#1915 - oci_fetch with oci_result
Example#1916 - oci_fetch_all example
Example#1917 - oci_fetch_all example with OCI_FETCHSTATEMENT_BY_ROW
Example#1918 - oci_fetch_all with OCI_NUM
Example#1919 - oci_fetch_array with OCI_BOTH
Example#1920 - oci_fetch_array with OCI_NUM
Example#1921 - oci_fetch_array with OCI_ASSOC
Example#1922 - oci_fetch_array with OCI_RETURN_NULLS
Example#1923 - oci_fetch_array with OCI_RETURN_LOBS
Example#1924 - oci_fetch_array with case sensitive column names
Example#1925 - oci_fetch_array with columns having duplicate names
Example#1926 - oci_fetch_array with DATE columns
Example#1927 - oci_fetch_array with REF CURSOR
Example#1928 - Pagination with oci_fetch_array using a LIMIT-like query
Example#1929 - oci_fetch_array with Oracle Database Implicit Result Sets
Example#1930 - oci_fetch_assoc Example
Example#1931 - oci_fetch_object example
Example#1932 - oci_fetch_object with case sensitive column names
Example#1933 - oci_fetch_object with LOBs
Example#1934 - oci_fetch_row Example
Example#1935 - oci_field_name example
Example#1936 - oci_field_name example
Example#1937 - oci_field_precision Example
Example#1938 - oci_field_scale Example
Example#1939 - oci_field_size example
Example#1940 - oci_field_type example
Example#1941 - oci_field_type_raw Example
Example#1942 - Fetching Implicit Result Sets in a loop
Example#1943 - Getting child statement handles individually
Example#1944 - Explicitly setting the Prefetch Count
Example#1945 - Implicit Result Set example without using oci_get_implicit_resultset
Example#1946 - oci_new_connect example
Example#1947 - Binding a REF CURSOR in an Oracle stored procedure call
Example#1948 - oci_new_descriptor example
Example#1949 - oci_new_descriptor example
Example#1950 - oci_num_fields example
Example#1951 - oci_num_rows example
Example#1952 - oci_parse example for SQL statements
Example#1953 - oci_parse example for PL/SQL statements
Example#1954 - oci_password_change example changing the password of an already connected user
Example#1955 - oci_password_change example of connecting and changing the password in one step
Example#1956 - Basic oci_pconnect Example using Easy Connect syntax
Example#1957 - oci_fetch with oci_result
Example#1958 - oci_rollback example
Example#1959 - Rolling back to a SAVEPOINT example
Example#1960 - oci_server_version example
Example#1961 - Setting the action
Example#1962 - Setting the timeout
Example#1963 - Setting the client identifier to the application user
Example#1964 - Setting the client information
Example#1965 - Setting the DBOP
Example#1966 - Two scripts can use different versions of myfunc() at the same time
Example#1967 - Setting the module name
Example#1968 - Changing the default prefetch value for a query
Example#1969 - Changing the default prefetch for a REF CURSOR fetch
Example#1970 - Setting the prefetch value when passing a REF CURSOR back to Oracle
Example#1971 - Changing the LOB prefetch value for a query
Example#1972 - oci_statement_type example
Example#1973 - PostgreSQL extension overview example
Example#1974 - PostgreSQL user defined functions example
Example#1975 - pg_affected_rows
Example#1976 - Uso di pg_connect
Example#1977 - pg_delete
Example#1978 - pg_escape_identifier example
Example#1979 - pg_escape_literal example
Example#1980 - Using pg_execute
Example#1981 - PostgreSQL fetch array
Example#1982 - pg_fetch_all_columns example
Example#1983 - PostgreSQL fetch array
Example#1984 - Esempio di pg_fetch_assoc
Example#1985 - Postgres fetch object
Example#1986 - Postgres fetch row
Example#1987 - Getting table information about a field
Example#1988 - Getting information about fields
Example#1989 - Messaggio NOTIFY di PostgreSQL
Example#1990 - PID del backend PostgreSQL
Example#1991 - pg_insert
Example#1992 - Esempio di pg_lo_import
Example#1993 - pg_lo_truncate example
Example#1994 - pg_parameter_status example
Example#1995 - Esempio di pg_ping
Example#1996 - Using pg_prepare
Example#1997 - Inserimento ad alta velocità dai dati in una tabella
Example#1998 - Using pg_query_params
Example#1999 - pg_result_error_field example
Example#2000 - pg_result_memory_size example
Example#2001 - Esempio di pg_result_seek
Example#2002 - pg_select
Example#2003 - Using pg_send_execute
Example#2004 - Using pg_send_prepare
Example#2005 - Using pg_send_query_params
Example#2006 - pg_result_memory_size example
Example#2007 - pg_set_error_context_visibility example
Example#2008 - pg_set_error_verbosity example
Example#2009 - pg_transaction_status example
Example#2010 - Esempio di pg_unescape_bytea
Example#2011 - pg_update
Example#2012 - pg_version example
Example#2013 - Backup an existing database
Example#2014 - SQLite3::changes example
Example#2015 - SQLite3::close example
Example#2016 - SQLite3::__construct example
Example#2017 - max_length aggregation function example
Example#2018 - SQLite3::createCollation example
Example#2019 - SQLite3::createFunction example
Example#2020 - SQLite3::enableExceptions example
Example#2021 - SQLite3::exec example
Example#2022 - SQLite3::loadExtension example
Example#2023 - SQLite3::open example
Example#2024 - SQLite3::openBlob example
Example#2025 - Incrementally writing a BLOB
Example#2026 - SQLite3::prepare example
Example#2027 - SQLite3::query example
Example#2028 - SQLite3::querySingle example
Example#2029 - SQLite3::setAuthorizer example
Example#2030 - SQLite3::version example
Example#2031 - SQLite3Stmt::bindParam Usage
Example#2032 - SQLite3Stmt::bindValue example
Example#2033 - Inspecting the expanded SQL
Example#2034 - sqlsrv_begin_transaction example
Example#2035 - sqlsrv_cancel example
Example#2036 - sqlsrv_client_info example
Example#2037 - sqlsrv_close example
Example#2038 - sqlsrv_commit example
Example#2039 - Connect using Windows Authentication.
Example#2040 - Connect by specifying a user name and password.
Example#2041 - Connect on a specified port.
Example#2042 - functionname example
Example#2043 - sqlsrv_execute example
Example#2044 - sqlsrv_fetch example
Example#2045 - Retrieving an associative array.
Example#2046 - Retrieving a numeric array.
Example#2047 - sqlsrv_fetch_object example
Example#2048 - sqlsrv_field_metadata example
Example#2049 - sqlsrv_free_stmt example
Example#2050 - sqlsrv_get_field example
Example#2051 - sqlsrv_has_rows example
Example#2052 - sqlsrv_next_result example
Example#2053 - sqlsrv_num_fields example
Example#2054 - sqlsrv_num_rows example
Example#2055 - sqlsrv_prepare example
Example#2056 - sqlsrv_query example
Example#2057 - sqlsrv_rollback example
Example#2058 - sqlsrv_rows_affected example
Example#2059 - sqlsrv_send_stream_data example
Example#2060 - sqlsrv_server_info example
Example#2061 - esempio di cal_days_in_month
Example#2062 - esempio di cal_from_jd
Example#2063 - esempio di easter_date
Example#2064 - esempio di easter_days
Example#2065 - Calendar functions
Example#2066 - esempio di jdtojewish
Example#2067 - DateTimeImmutable::add/sub add intervals which cover elapsed time
Example#2068 - DateTimeImmutable::modify and strtotime increment or decrement individual component values
Example#2069 - Adding or subtracting times can over- or underflow dates
Example#2070 - Creating a mutable date time object
Example#2071 - Creating a mutable date time object
Example#2072 - DateTime::modify example
Example#2073 - Beware when adding or subtracting months
Example#2074 - All formats of Date and Time are supported
Example#2075 - DateTime::setTimeZone example
Example#2076 - DateTimeImmutable::add example
Example#2077 - Further DateTimeImmutable::add examples
Example#2078 - Beware when adding months
Example#2079 - DateTimeImmutable::__construct example
Example#2080 - Intricacies of DateTimeImmutable::__construct
Example#2081 - Changing the associated timezone
Example#2082 - Using a relative date/time string
Example#2083 - DateTimeImmutable::createFromFormat example
Example#2084 - Using predefined format constants with DateTimeImmutable::createFromFormat
Example#2085 - Intricacies of DateTimeImmutable::createFromFormat
Example#2086 - Format string with literal characters
Example#2087 - Overflow behaviour
Example#2088 - Overflowing day name behaviour
Example#2089 - Detecting overflown dates
Example#2090 - Greedy parsing behaviour
Example#2091 - Creating an immutable date time object
Example#2092 - Creating an immutable date time object
Example#2093 - DateTimeImmutable::getLastErrors example
Example#2094 - Detecting rolled over dates
Example#2095 - DateTimeImmutable::modify example
Example#2096 - Beware when adding or subtracting months
Example#2097 - DateTimeImmutable::setDate example
Example#2098 - Values exceeding ranges are added to their parent values
Example#2099 - DateTimeImmutable::setISODate example
Example#2100 - Values exceeding ranges are added to their parent values
Example#2101 - Finding the month a week is in
Example#2102 - DateTimeImmutable::setTime example
Example#2103 - Values exceeding ranges are added to their parent values
Example#2104 - DateTimeImmutable::setTimestamp example
Example#2105 - DateTimeImmutable::setTimeZone example
Example#2106 - DateTimeImmutable::sub example
Example#2107 - Further DateTimeImmutable::sub examples
Example#2108 - Beware when subtracting months
Example#2109 - DateTimeImmutable::diff example
Example#2110 - DateTimeInterface::diff during DST changeover
Example#2111 - DateTimeInterface::diff range
Example#2112 - DateTime object comparison
Example#2113 - DateTimeInterface::format example
Example#2114 - More examples
Example#2115 - Escaping characters while formatting
Example#2116 - DateTime::getOffset example
Example#2117 - DateTime::getTimestamp example
Example#2118 - Retrieving timestamp with milli and microsecond resolution
Example#2119 - DateTime::getTimezone example
Example#2120 - DateTime::serialize example
Example#2121 - DateTime::unserialize example
Example#2122 - Creating and attaching DateTimeZone to a DateTimeImmutable
Example#2123 - Catching errors when instantiating DateTimeZone
Example#2124 - DateTimeZone::getLocation example
Example#2125 - DateTimeZone::getOffset examples
Example#2126 - A timezone_transitions_get example
Example#2127 - A timezone_transitions_get example with timestampBegin set
Example#2128 - A timezone_abbreviations_list example
Example#2129 - A DateTimeZone::listIdentifiers example
Example#2130 - Listing identifiers for a specific region
Example#2131 - Listing identifiers for multiple regions
Example#2132 - Listing identifiers for a single country
Example#2133 - Constructing and using DateInterval objects
Example#2134 - DateInterval example
Example#2135 - Parsing valid date intervals
Example#2136 - Parsing combinations and negative intervals
Example#2137 - Parsing special relative date intervals
Example#2138 - DateInterval example
Example#2139 - DateInterval and carry over points
Example#2140 - DateInterval and DateTime::diff with the %a and %d modifiers
Example#2141 - DatePeriod example
Example#2142 - DatePeriod example with DatePeriod::EXCLUDE_START_DATE
Example#2143 - DatePeriod example showing all last Thursdays in a year
Example#2144 - DatePeriod::createFromISO8601String example
Example#2145 - DatePeriod::getDateInterval example
Example#2146 - DatePeriod::getEndDate example
Example#2147 - DatePeriod::getEndDate without an end date
Example#2148 - Different values for DatePeriod::getRecurrences
Example#2149 - DatePeriod::getStartDate example
Example#2150 - Esempio di checkdate
Example#2151 - Esempi di date
Example#2152 - Effettuare l'escape dei caratteri in date
Example#2153 - Esempio di date e di mktime
Example#2154 - Formattazione di date
Example#2155 - Getting the default timezone
Example#2156 - Getting the abbreviation of a timezone
Example#2157 - Getting the default timezone
Example#2158 - A date_parse example with a comprehensive datetime string
Example#2159 - date_parse with timezone abbreviation information
Example#2160 - date_parse with timezone identifier information
Example#2161 - date_parse with a minimal string
Example#2162 - date_parse with relative formats
Example#2163 - date_parse with side-effects
Example#2164 - date_parse_from_format example
Example#2165 - date_parse_from_format with warnings example
Example#2166 - date_parse_from_format with errors example
Example#2167 - A date_sun_info example
Example#2168 - Polar night, with some processing
Example#2169 - Midnight sun (Tromsø, Norway)
Example#2170 - Calculating length of day (Kyiv)
Example#2171 - date_sunrise example
Example#2172 - No sunrise
Example#2173 - date_sunset example
Example#2174 - No sunset
Example#2175 - Esempio di getdate
Example#2176 - Esempio di gettimeofday
Example#2177 - Esempio di gmdate
Example#2178 - Esempio di gmstrftime
Example#2179 - idate example
Example#2180 - Cronometrare l'esecuzione di uno script con microtime
Example#2181 - Cronometrare l'esecuzione di uno script in PHP 5
Example#2182 - microtime and REQUEST_TIME_FLOAT (as of PHP 5.4.0)
Example#2183 - Esempio di mktime
Example#2184 - L'ultimo giorno del mese successivo
Example#2185 - Esempio di strftime
Example#2186 - strptime example
Example#2187 - Un esempio di strtotime
Example#2188 - Controllo per il fallimento
Example#2189 - A timezone_name_from_abbr example
Example#2190 - Getting the timezonedb version
Example#2191 - Measure several code blocks execution and get the total
Example#2192 - Chiusura di un descrittore di file aperto
Example#2193 - Impostare e cancellare un lock
Example#2194 - Apertura di un descrittore di file
Example#2195 - Posizionamento in un file
Example#2196 - Esempio di impostazione della velocità di una porta seriale
Example#2197 - Esempio di chdir
Example#2198 - dir example
Example#2199 - Esempio di uso di getcwd
Example#2200 - esempio opendir
Example#2201 - Elenca tutti i file presenti in una directory
Example#2202 - Elenca tutti i file della directory in uso ed elimina . e ..
Example#2203 - A simple scandir example
Example#2204 - A finfo_buffer example
Example#2205 - A finfo_file example
Example#2206 - Stile orientato agli oggetti
Example#2207 - Stile procedurale
Example#2208 - mime_content_type Example
Example#2209 - Esempio di basename
Example#2210 - Modifica del gruppo di un file
Example#2211 - Semplice utilizzo di chown
Example#2212 - copy example
Example#2213 - dirname example
Example#2214 - Esempio disk_free_space
Example#2215 - disk_total_space example
Example#2216 - Un semplice esempio di fclose
Example#2217 - fdatasync example
Example#2218 - Un esempio per fgetc
Example#2219 - Legge e stampa il contenuto di un file CSV
Example#2220 - Legge un file riga per riga
Example#2221 - Verificare l'esistenza di un file
Example#2222 - Simple usage example
Example#2223 - Using flags
Example#2224 - Esempio per fileatime
Example#2225 - Esempio di uso di fileatime
Example#2226 - Trovare il gruppo di un file
Example#2227 - Esempio di uso di filemtime
Example#2228 - Mostra i permessi in valore ottale
Example#2229 - Mostra gli interi permessi
Example#2230 - Esempio di uso di filesize
Example#2231 - Esempio di uso di filetype
Example#2232 - Esempio di uso di flock
Example#2233 - Checking a color name against a shell wildcard pattern
Example#2234 - Esempi di fopen
Example#2235 - Utilizzo di fpassthru con file binari
Example#2236 - fputcsv example
Example#2237 - Un semplice esempio di fread
Example#2238 - Esempio di fread binario
Example#2239 - Esempi di fread remoti
Example#2240 - Esempio di fscanf
Example#2241 - Cntyennts of users.txt
Example#2242 - Esempio di uso di fseek
Example#2243 - Esempio di uso di fstat
Example#2244 - fsync example
Example#2245 - Esempio di uso di ftell
Example#2246 - Un esempio semplice di fwrite
Example#2247 - Convenient way how glob can replace opendir and friends.
Example#2248 - Example with a more complex pattern
Example#2249 - Esempio di uso di is_dir
Example#2250 - Esempio di uso di is_executable
Example#2251 - is_uploaded_file example
Example#2252 - Changing the group of a symbolic link
Example#2253 - Changing the owner of a symbolic link
Example#2254 - Esempio di uso di linkinfo
Example#2255 - Esempio di mkdir
Example#2256 - mkdir usando il parametro recursive
Example#2257 - Caricamento di più file
Example#2258 - Contenuto di sample.ini
Example#2259 - Esempio di parse_ini_file
Example#2260 - Leggere un file php.ini con parse_ini_file
Example#2261 - interpolazione di valori
Example#2262 - pathinfo Example
Example#2263 - Esempio di popen
Example#2264 - Esempio di popen
Example#2265 - Esempio di uso di readlink
Example#2266 - Esempio di realpath
Example#2267 - realpath_cache_get example
Example#2268 - realpath_cache_size example
Example#2269 - Esempio di uso di rename
Example#2270 - Esempio di rmdir
Example#2271 - tempnam esempio
Example#2272 - tmpfile example
Example#2273 - touch example
Example#2274 - Example usage of inotify
Example#2275 - Checks if system administrator has signed the file
Example#2276 - Prints names of all extended attributes of file
Example#2277 - Removes all extended attributes of a file
Example#2278 - Sets extended attributes on .wav file
Example#2279 - xattr_supported example
Example#2280 - xdiff_file_bdiff example
Example#2281 - xdiff_file_bdiff_size example
Example#2282 - xdiff_file_bpatch example
Example#2283 - xdiff_file_diff example
Example#2284 - xdiff_file_diff_binary example
Example#2285 - xdiff_file_merge3 example
Example#2286 - xdiff_file_patch example
Example#2287 - Patch reversing example
Example#2288 - xdiff_file_patch_binary example
Example#2289 - xdiff_file_rabdiff example
Example#2290 - xdiff_string_bdiff_size example
Example#2291 - xdiff_string_diff example
Example#2292 - xdiff_string_patch example
Example#2293 - Enchant Usage Example
Example#2294 - List the backends provided by the given broker
Example#2295 - A enchant_broker_dict_exists example
Example#2296 - List all available dictionaries for one broker
Example#2297 - A enchant_broker_request_dict example
Example#2298 - Adding a word to a PWL
Example#2299 - A enchant_dict_describe example
Example#2300 - A enchant_dict_quick_check example
Example#2301 - A enchant_dict_suggest example
Example#2302 - Usage example.
Example#2303 - Using Gender\Gender::country
Example#2304 - bindtextdomain example
Example#2305 - gettext-check
Example#2306 - ngettext example
Example#2307 - Esempio di iconv
Example#2308 - Esempio di iconv_get_encoding
Example#2309 - iconv_mime_decode example
Example#2310 - iconv_mime_decode_headers example
Example#2311 - iconv_mime_encode example
Example#2312 - Esempio di iconv_set_encoding
Example#2313 - Esempio di ob_iconv_handler:
Example#2314 - Example of using the procedural API
Example#2315 - Example of using the object-oriented API
Example#2316 - FRENCH_COLLATION rules
Example#2317 - ALTERNATE_HANDLING rules
Example#2318 - CASE_FIRST rules
Example#2319 - CASE_LEVEL rules
Example#2320 - collator_asort example
Example#2321 - collator_compare example
Example#2322 - Comparing strings without diacritics or case-sensitivity
Example#2323 - Collator::__construct example
Example#2324 - collator_create example
Example#2325 - collator_get_attribute example
Example#2326 - collator_get_error_code example
Example#2327 - collator_get_error_message example
Example#2328 - collator_get_locale example
Example#2329 - collator_get_sort_key example
Example#2330 - Collator::getSortKey example with usort
Example#2331 - collator_get_strength example
Example#2332 - collator_set_attribute example
Example#2333 - collator_set_strength example
Example#2334 - collator_sort example
Example#2335 - collator_sort_with_sort_keys example
Example#2336 - numfmt_create example
Example#2337 - NumberFormatter::create example
Example#2338 - numfmt_format example
Example#2339 - OO example
Example#2340 - numfmt_format_currency example
Example#2341 - OO example
Example#2342 - numfmt_get_attribute example
Example#2343 - OO example
Example#2344 - numfmt_get_error_code example
Example#2345 - OO example
Example#2346 - numfmt_get_error_message example
Example#2347 - OO example
Example#2348 - numfmt_get_locale example
Example#2349 - numfmt_get_pattern example
Example#2350 - OO example
Example#2351 - numfmt_get_symbol example
Example#2352 - OO example
Example#2353 - numfmt_get_text_attribute example
Example#2354 - OO example
Example#2355 - numfmt_parse example
Example#2356 - OO example
Example#2357 - numfmt_parse_currency example
Example#2358 - OO example
Example#2359 - numfmt_set_attribute example
Example#2360 - OO example
Example#2361 - numfmt_set_pattern example
Example#2362 - OO example
Example#2363 - numfmt_set_symbol example
Example#2364 - OO example
Example#2365 - numfmt_set_text_attribute example
Example#2366 - OO example
Example#2367 - locale_accept_from_http example
Example#2368 - OO example
Example#2369 - locale_canonicalize example
Example#2370 - locale_compose example
Example#2371 - OO example
Example#2372 - Subtag limits
Example#2373 - locale_filter_matches example
Example#2374 - OO example
Example#2375 - locale_get_all_variants example
Example#2376 - OO example
Example#2377 - locale_get_default example
Example#2378 - OO example
Example#2379 - locale_get_display_language example
Example#2380 - OO example
Example#2381 - locale_get_display_name example
Example#2382 - OO example
Example#2383 - locale_get_display_region example
Example#2384 - OO example
Example#2385 - locale_get_display_script example
Example#2386 - OO example
Example#2387 - locale_get_display_variant example
Example#2388 - OO example
Example#2389 - locale_get_keywords example
Example#2390 - OO example
Example#2391 - locale_get_primary_language example
Example#2392 - OO example
Example#2393 - locale_get_region example
Example#2394 - OO example
Example#2395 - locale_get_script example
Example#2396 - OO example
Example#2397 - locale_lookup example
Example#2398 - OO example
Example#2399 - locale_parse example
Example#2400 - OO example
Example#2401 - locale_set_default example
Example#2402 - OO example
Example#2403 - Normalizer::getRawDecomposition example
Example#2404 - normalizer_is_normalized example
Example#2405 - OO example
Example#2406 - normalizer_normalize example
Example#2407 - OO example
Example#2408 - msgfmt_create example
Example#2409 - OO example
Example#2410 - msgfmt_format example
Example#2411 - OO example
Example#2412 - msgfmt_format_message example
Example#2413 - OO example
Example#2414 - Instructing ICU to format currency with common and with narrow currency symbol
Example#2415 - msgfmt_get_error_message example
Example#2416 - OO example
Example#2417 - msgfmt_get_locale example
Example#2418 - OO example
Example#2419 - msgfmt_get_pattern example
Example#2420 - OO example
Example#2421 - msgfmt_parse example
Example#2422 - OO example
Example#2423 - msgfmt_parse_message example
Example#2424 - OO example
Example#2425 - msgfmt_set_pattern example
Example#2426 - OO example
Example#2427 - IntlCalendar::add
Example#2428 - IntlCalendar::after
Example#2429 - IntlCalendar::clear examples
Example#2430 - IntlCalendar::createInstance
Example#2431 - IntlCalendar::equals
Example#2432 - IntlCalendar::fieldDifference
Example#2433 - IntlCalendar::fromDateTime
Example#2434 - IntlCalendar::get
Example#2435 - IntlCalendar::getActualMaximum
Example#2436 - IntlCalendar::getAvailableLocales
Example#2437 - IntlCalendar::getDayOfWeekType
Example#2438 - IntlCalendar::getErrorCode and IntlCalendar::getErrorMessage
Example#2439 - IntlCalendar::getErrorMessage
Example#2440 - IntlCalendar::getFirstDayOfWeek
Example#2441 - IntlCalendar::getKeyworkValuesForLocale
Example#2442 - Maxima examples
Example#2443 - IntlCalendar::getLocale
Example#2444 - IntlCalendar::getMinimalDaysInFirstWeek
Example#2445 - IntlCalendar::getNow
Example#2446 - IntlCalendar::getRepeatedWallTimeOption
Example#2447 - IntlCalendar::getSkippedWallTimeOption
Example#2448 - IntlCalendar::getTime
Example#2449 - IntlCalendar::getTimeZone
Example#2450 - IntlCalendar::getType
Example#2451 - IntlCalendar::inDaylightTime
Example#2452 - IntlCalendar::isEquivalentTo
Example#2453 - IntlCalendar::isLenient
Example#2454 - IntlCalendar::isWeekend
Example#2455 - IntlCalendar::roll
Example#2456 - IntlCalendar::set
Example#2457 - IntlCalendar::setDate example
Example#2458 - IntlCalendar::setDateTime example
Example#2459 - IntlCalendar::setFirstDayOfWeek
Example#2460 - IntlCalendar::setTime
Example#2461 - IntlCalendar::setTimeZone
Example#2462 - IntlCalendar::toDateTime
Example#2463 - IntlGregorianCalendar::createFromDate example
Example#2464 - IntlGregorianCalendar::createFromDateTime example
Example#2465 - datefmt_create example
Example#2466 - OO example
Example#2467 - Example of invalid locale handling
Example#2468 - datefmt_format example
Example#2469 - OO example
Example#2470 - With IntlCalendar object
Example#2471 - IntlDateFormatter::formatObject examples
Example#2472 - datefmt_get_calendar example
Example#2473 - OO example
Example#2474 - Example of invalid locale handling
Example#2475 - datefmt_get_datetype example
Example#2476 - OO example
Example#2477 - datefmt_get_error_code example
Example#2478 - OO example
Example#2479 - datefmt_get_error_message example
Example#2480 - OO example
Example#2481 - datefmt_get_locale example
Example#2482 - OO example
Example#2483 - datefmt_get_pattern example
Example#2484 - OO example
Example#2485 - datefmt_get_timetype example
Example#2486 - OO example
Example#2487 - datefmt_get_timezone_id example
Example#2488 - OO example
Example#2489 - IntlDateFormatter::getCalendarObject example
Example#2490 - IntlDateFormatter::getTimeZone examples
Example#2491 - datefmt_is_lenient example
Example#2492 - OO example
Example#2493 - datefmt_localtime example
Example#2494 - OO example
Example#2495 - OO example
Example#2496 - datefmt_parse example
Example#2497 - datefmt_set_calendar example
Example#2498 - OO example
Example#2499 - Example with IntlCalendar argument
Example#2500 - datefmt_set_lenient example
Example#2501 - OO example
Example#2502 - datefmt_set_pattern example
Example#2503 - OO example
Example#2504 - IntlDateFormatter::setTimeZone examples
Example#2505 - resourcebundle_count example
Example#2506 - OO example
Example#2507 - resourcebundle_create example
Example#2508 - ResourceBundle::create example
Example#2509 - resourcebundle_get example
Example#2510 - OO example
Example#2511 - resourcebundle_get_error_code example
Example#2512 - OO example
Example#2513 - resourcebundle_get_error_message example
Example#2514 - OO example
Example#2515 - resourcebundle_locales example
Example#2516 - OO example
Example#2517 - Spoofchecker::areConfusable example
Example#2518 - Spoofchecker::isSuspicious example
Example#2519 - Retrieving the registered transliterator IDs
Example#2520 - Converting escaped UTF-16 code units
Example#2521 - IntlDatePatternGenerator::getBestPattern example
Example#2522 - Converting from UTF-8 to UTF-16 and back
Example#2523 - Invalid characters in input
Example#2524 - Characters which cannot be encoded
Example#2525 - grapheme_extract example
Example#2526 - grapheme_stripos example
Example#2527 - grapheme_stristr example
Example#2528 - grapheme_strlen example
Example#2529 - grapheme_strpos example
Example#2530 - grapheme_strripos example
Example#2531 - grapheme_strrpos example
Example#2532 - grapheme_strstr example
Example#2533 - grapheme_substr example
Example#2534 - idn_to_ascii example
Example#2535 - All-ASCII domain names are just converted to lowercase
Example#2536 - idn_to_utf8 example
Example#2537 - Testing different code points
Example#2538 - Testing different code points
Example#2539 - Testing different code points
Example#2540 - Testing different code points
Example#2541 - Testing different code points
Example#2542 - Testing different code points
Example#2543 - Testing different code points
Example#2544 - Testing different code points
Example#2545 - Testing different code points
Example#2546 - Enumerating over a sample range of code points
Example#2547 - Enumerating over a sample range of code points
Example#2548 - Testing different code points
Example#2549 - Testing different code points
Example#2550 - Testing different code points
Example#2551 - Testing different code points
Example#2552 - Testing different code points
Example#2553 - Testing different properties
Example#2554 - Testing different properties
Example#2555 - Testing different properties
Example#2556 - Testing different code points
Example#2557 - Testing different properties
Example#2558 - Testing different properties
Example#2559 - Testing different properties
Example#2560 - Testing different properties
Example#2561 - Testing different properties
Example#2562 - Testing different properties
Example#2563 - Testing different code points
Example#2564 - Testing different code points
Example#2565 - Testing different code points
Example#2566 - Testing different code points
Example#2567 - Testing different code points
Example#2568 - Testing different code points
Example#2569 - Testing different code points
Example#2570 - Testing different code points
Example#2571 - Testing different code points
Example#2572 - Testing different code points
Example#2573 - Testing different code points
Example#2574 - Testing different code points
Example#2575 - Testing different code points
Example#2576 - Testing different code points
Example#2577 - Testing different code points
Example#2578 - Testing different code points
Example#2579 - Testing different code points
Example#2580 - Testing different code points
Example#2581 - Testing different code points
Example#2582 - Testing different code points
Example#2583 - Testing different code points
Example#2584 - Testing different code points
Example#2585 - Testing different code points
Example#2586 - Testing different code points
Example#2587 - Testing different code points
Example#2588 - Testing different code points
Example#2589 - Testing different code points
Example#2590 - Testing different code points
Example#2591 - Testing different code points
Example#2592 - Testing different code points
Example#2593 - Testing different code points
Example#2594 - Testing different code points
Example#2595 - intl_error_name example
Example#2596 - intl_get_error_code example
Example#2597 - intl_get_error_message example
Example#2598 - intl_is_failure example
Example#2599 - php.ini setting examples
Example#2600 - php.ini setting for EUC-JP users
Example#2601 - php.ini setting for SJIS users
Example#2602 - Disable HTTP input conversion in php.ini
Example#2603 - php.ini setting example
Example#2604 - Script example
Example#2605 - Testing different code points
Example#2606 - mb_convert_case example
Example#2607 - mb_convert_case example with non-Latin UTF-8 text
Example#2608 - mb_convert_encoding example
Example#2609 - mb_convert_kana example
Example#2610 - mb_convert_variables example
Example#2611 - map example
Example#2612 - map example escapes JavaScript string
Example#2613 - mb_detect_encoding example
Example#2614 - Effect of strict parameter
Example#2615 - Effect of order when multiple encodings match
Example#2616 - mb_detect_order examples
Example#2617 - Example showing useless detect orders
Example#2618 - mb_encode_mimeheader example
Example#2619 - map example
Example#2620 - mb_encode_numericentity example
Example#2621 - mb_encoding_aliases example
Example#2622 - mb_ereg_replace_callback example
Example#2623 - mb_ereg_replace_callback using anonymous function
Example#2624 - mb_internal_encoding example
Example#2625 - mb_list_encodings example
Example#2626 - A basic mb_ord example
Example#2627 - mb_output_handler example
Example#2628 - mb_preferred_mime_name example
Example#2629 - mb_str_pad example
Example#2630 - mb_strimwidth example
Example#2631 - mb_strtolower example
Example#2632 - mb_strtolower example with non-Latin UTF-8 text
Example#2633 - Esempio di mb_strtoupper
Example#2634 - Esempio di mb_strtoupper con testo non-Latin UTF-8
Example#2635 - mb_strwidth example
Example#2636 - mb_substitute_character example
Example#2637 - mb_substr_count example
Example#2638 - pspell_add_to_personal
Example#2639 - pspell_check Example
Example#2640 - pspell_add_to_personal Example
Example#2641 - pspell_config_create
Example#2642 - pspell_config_ignore
Example#2643 - pspell_config_mode Example
Example#2644 - pspell_config_personal
Example#2645 - pspell_config_repl
Example#2646 - pspell_config_runtogether
Example#2647 - pspell_new
Example#2648 - pspell_new_config
Example#2649 - pspell_new_personal
Example#2650 - pspell_add_to_personal
Example#2651 - pspell_store_replacement
Example#2652 - pspell_suggest example
Example#2653 - Basic recode_file example
Example#2654 - Basic recode_string example
Example#2655 - exif_imagetype example
Example#2656 - exif_read_data example
Example#2657 - exif_read_data with streams available as of PHP 7.2.0
Example#2658 - exif_tagname example
Example#2659 - exif_thumbnail example
Example#2660 - PNG creation with PHP
Example#2661 - Adding watermarks to images using alpha channels
Example#2662 - Using imagecopymerge to create a translucent watermark
Example#2663 - Using gd_info
Example#2664 - getimagesize and MIME types
Example#2665 - getimagesize example
Example#2666 - getimagesize (URL)
Example#2667 - getimagesize() returning IPTC
Example#2668 - getimagesizefromstring example
Example#2669 - image_type_to_extension example
Example#2670 - image_type_to_mime_type example
Example#2671 - image2wbmp example
Example#2672 - imageaffinematrixconcat example
Example#2673 - imageaffinematrixget example
Example#2674 - imagealphablending usage example
Example#2675 - A comparison of two lines, one with anti-aliasing switched on
Example#2676 - Drawing a circle with imagearc
Example#2677 - Saving a BMP file
Example#2678 - imagechar example
Example#2679 - imagecharup example
Example#2680 - imagecolorallocate example
Example#2681 - Example of using imagecolorallocatealpha
Example#2682 - Convert typical alpha values for use with imagecolorallocatealpha
Example#2683 - Access distinct RGB values
Example#2684 - Human-readable RGB values using imagecolorsforindex
Example#2685 - Search for a set of colors in an image
Example#2686 - Search for a set of colors in an image
Example#2687 - Example of using imagecolorclosesthwb
Example#2688 - Using imagecolordeallocate
Example#2689 - Get colors from the GD logo
Example#2690 - Get colors from the GD logo
Example#2691 - imagecolormatch example
Example#2692 - Using imagecoloresolve to get colors from an image
Example#2693 - Using imagecoloresolvealpha to get colors from an image
Example#2694 - imagecolorset example
Example#2695 - imagecolorsforindex example
Example#2696 - Getting total number of colors in an image using imagecolorstotal
Example#2697 - imagecolortransparent example
Example#2698 - Embossing the PHP.net logo
Example#2699 - Gaussian blur
Example#2700 - Cropping the PHP.net logo
Example#2701 - Merging two copies of the PHP.net logo with 75% transparency
Example#2702 - imagecopymergegray usage
Example#2703 - Simple example
Example#2704 - Resampling an image proportionally
Example#2705 - Resizing an image
Example#2706 - Creating a new GD image stream and outputting an image.
Example#2707 - Convert an BMP image to a PNG image using imagecreatefrombmp
Example#2708 - imagecreatefromgd example
Example#2709 - imagecreatefromgd2 example
Example#2710 - imagecreatefromgd2part example
Example#2711 - Example to handle an error during loading of a GIF
Example#2712 - Example to handle an error during loading of a JPEG
Example#2713 - Example to handle an error during loading of a PNG
Example#2714 - imagecreatefromstring example
Example#2715 - Example to handle an error during loading of a WBMP
Example#2716 - Convert an WebP image to a jpeg image using imagecreatefromwebp
Example#2717 - Convert an XBM image to a png image using imagecreatefromxbm
Example#2718 - Creating an image instance using imagecreatefromxpm
Example#2719 - Creating a new GD image stream and outputting an image.
Example#2720 - imagecrop example
Example#2721 - Proper handling of auto-cropping
Example#2722 - imagedashedline example
Example#2723 - Alternative to imagedashedline
Example#2724 - Using imagedestroy prior to PHP 8.0.0
Example#2725 - imageellipse example
Example#2726 - imagefill example
Example#2727 - Creating a 3D looking pie
Example#2728 - imagefilledellipse example
Example#2729 - imagefilledpolygon example
Example#2730 - imagefilledrectangle usage
Example#2731 - Filling an ellipse with a color
Example#2732 - imagefilter grayscale example
Example#2733 - imagefilter brightness example
Example#2734 - imagefilter colorize example
Example#2735 - imagefilter negate example
Example#2736 - imagefilter pixelate example
Example#2737 - imagefilter scatter example
Example#2738 - Flips an image vertically
Example#2739 - Flips the image horizontally
Example#2740 - Using imagefontheight on built-in fonts
Example#2741 - Using imagefontheight together with imageloadfont
Example#2742 - Using imagefontwidth on built-in fonts
Example#2743 - Using imagefontwidth together with imageloadfont
Example#2744 - imageftbbox example
Example#2745 - imagefttext example
Example#2746 - imagegammacorrect usage
Example#2747 - Outputting a GD image
Example#2748 - Saving a GD image
Example#2749 - Outputting a GD2 image
Example#2750 - Saving a GD2 image
Example#2751 - imagegetclip example
Example#2752 - Outputting an image using imagegif
Example#2753 - Converting a PNG image to GIF using imagegif
Example#2754 - imagegrabscreen example
Example#2755 - imagegrabwindow example
Example#2756 - Turn on interlacing using imageinterlace
Example#2757 - Simple detection of true color image instances using imageistruecolor
Example#2758 - Outputting a JPEG image to the browser
Example#2759 - Saving a JPEG image to a file
Example#2760 - Outputting the image at 75% quality to the browser
Example#2761 - imagelayereffect example
Example#2762 - Drawing a thick line
Example#2763 - imageloadfont usage example
Example#2764 - imageopenpolygon example
Example#2765 - imagepalettecopy example
Example#2766 - Converts any image object to true color
Example#2767 - imagepolygon example
Example#2768 - Simple imagerectangle example
Example#2769 - Setting and getting the resolution of an image
Example#2770 - Rotate an image 180 degrees
Example#2771 - Basic imagesavealpha Usage
Example#2772 - imagesetbrush example
Example#2773 - imagesetinterpolation example
Example#2774 - imagesetpixel example
Example#2775 - imagesetstyle example
Example#2776 - imagesetthickness example
Example#2777 - imagesettile example
Example#2778 - imagestring example
Example#2779 - imagestringup example
Example#2780 - Using imagesx
Example#2781 - Using imagesy
Example#2782 - Converting a true color image to a palette-based image
Example#2783 - imagettfbbox example
Example#2784 - imagettftext example
Example#2785 - Checking for PNG support
Example#2786 - Outputting a WBMP image
Example#2787 - Saving the WBMP image
Example#2788 - Outputting the image with a different foreground
Example#2789 - Saving an WebP file
Example#2790 - Saving an XBM file
Example#2791 - Saving an XBM file with a different foreground color
Example#2792 - Embedding IPTC data into a JPEG
Example#2793 - iptcparse() used together with getimagesize
Example#2794 - jpeg2wbmp example
Example#2795 - png2wbmp example
Example#2796 - Gmagick Example
Example#2797 - Gmagick::despeckleimage example
Example#2798 - Gmagick::setCompressionQuality
Example#2799 - Creating a thumbnail in Imagick
Example#2800 - Make a thumbnail of all JPG files in a directory
Example#2801 - Creating a reflection of an image
Example#2802 - Filling text with gradient
Example#2803 - Read in GIF image and resize all frames
Example#2804 - Create a PHP logo
Example#2805 - Using Imagick::adaptiveBlurImage:
Example#2806 - Using Imagick::adaptiveResizeImage
Example#2807 - A Imagick::adaptiveSharpenImage example
Example#2808 - Imagick::adaptiveThresholdImage
Example#2809 - Imagick::addNoiseImage
Example#2810 - Imagick::affineTransformImage
Example#2811 - Using Imagick::annotateImage:
Example#2812 - Imagick::appendImages example
Example#2813 - Imagick::autoLevelImage
Example#2814 - Imagick::blackThresholdImage
Example#2815 - Imagick::blueShiftImage
Example#2816 - Using Imagick::blurImage:
Example#2817 - Imagick::borderImage
Example#2818 - Imagick::brightnessContrastImage
Example#2819 - Imagick::charcoalImage
Example#2820 - Using Imagick::chopImage:
Example#2821 - Imagick object cloning in different versions of imagick
Example#2822 - Using Imagick::clutImage:
Example#2823 - Imagick::colorizeImage
Example#2824 - Imagick::colorMatrixImage
Example#2825 - Using Imagick::commentImage:
Example#2826 - Using Imagick::compareImageLayers
Example#2827 - Using Imagick::compareImages:
Example#2828 - Using Imagick::compositeImage:
Example#2829 - Imagick::contrastImage
Example#2830 - Imagick::convolveImage
Example#2831 - Imagick::cropImage
Example#2832 - Imagick::deskewImage
Example#2833 - Imagick::despeckleImage
Example#2834 - Using Imagick::distortImage:
Example#2835 - Imagick::edgeImage
Example#2836 - Imagick::embossImage
Example#2837 - Imagick::enhanceImage
Example#2838 - Imagick::equalizeImage
Example#2839 - Using Imagick::evaluateImage
Example#2840 - Using Imagick::exportImagePixels
Example#2841 - Imagick::filter
Example#2842 - Imagick::flipImage
Example#2843 - Imagick::floodfillPaintImage example
Example#2844 - Imagick::flopImage
Example#2845 - Imagick::forwardFourierTransformImage
Example#2846 - Imagick::frameImage
Example#2847 - Create a sinusoidal gradient
Example#2848 - Create a gradient from the polynomial (4x^2 - 4x + 1)
Example#2849 - Create a complex gradient from the polynomial (4x^2 - 4x^2 + 1) modulated by a sinusoidal gradient
Example#2850 - Imagick::fxImage
Example#2851 - Imagick::gammaImage
Example#2852 - Imagick::gaussianBlurImage
Example#2853 - Using Imagick::getImageGeometry
Example#2854 - Generates Imagick::getImageHistogram
Example#2855 - Using Imagick::getImageLength:
Example#2856 - Using Imagick::getImageProperties:
Example#2857 - Using Imagick::getImageProperty:
Example#2858 - Using Imagick::getIteratorIndex:
Example#2859 - Imagick::getPixelIterator
Example#2860 - Imagick::getPixelRegionIterator example
Example#2861 - Getting the size of a raw RGB image set at 200x400, after scaling to 400x800 (compared to width / height)
Example#2862 - Imagick::haldClutImage
Example#2863 - Imagick::identifyFormat
Example#2864 - Example Result Format
Example#2865 - Imagick::implodeImage
Example#2866 - Imagick::importImagePixels example
Example#2867 - Imagick::levelImage
Example#2868 - Imagick::linearStretchImage
Example#2869 - Imagick::magnifyImage
Example#2870 - Imagick::medianFilterImage
Example#2871 - Imagick::mergeImageLayers
Example#2872 - Imagick::modulateImage
Example#2873 - Convolve Imagick::morphology
Example#2874 - Correlate Imagick::morphology
Example#2875 - Erode Imagick::morphology
Example#2876 - Erode Intensity Imagick::morphology
Example#2877 - Dilate Imagick::morphology
Example#2878 - Dilate intensity Imagick::morphology
Example#2879 - Distance with Chebyshev kernel Imagick::morphology
Example#2880 - Distance with Manhattan kernel Imagick::morphology
Example#2881 - Distance with ocatagonal kernel Imagick::morphology
Example#2882 - Distance with Euclidean kernel Imagick::morphology
Example#2883 - Edge Imagick::morphology
Example#2884 - Open Imagick::morphology
Example#2885 - Open intensity Imagick::morphology
Example#2886 - Close Imagick::morphology
Example#2887 - Close Intensity Imagick::morphology
Example#2888 - Smooth Imagick::morphology
Example#2889 - Edge in Imagick::morphology
Example#2890 - Edge out Imagick::morphology
Example#2891 - The 'TopHat' method, or more specifically 'White Top Hat', returns the pixels that were removed by a Opening of the shape, that is the pixels that were removed to round off the points, and the connecting bridged between shapes. Imagick::morphology
Example#2892 - The 'BottomHat' method, also known as 'Black TopHat' is the pixels that a Closing of the shape adds to the image. That is the pixels that were used to fill in the 'holes', 'gaps', and 'bridges'. Imagick::morphology
Example#2893 - Hit and Miss Imagick::morphology
Example#2894 - Thinning Imagick::morphology
Example#2895 - Thicken Imagick::morphology
Example#2896 - Thick to generate a convex hull Imagick::morphology
Example#2897 - Iterative morphology Imagick::morphology
Example#2898 - Helper function to get an image silhouette Imagick::morphology
Example#2899 - Imagick::motionBlurImage
Example#2900 - Imagick::negateImage
Example#2901 - Using Imagick::newImage:
Example#2902 - Imagick::newPseudoImage
Example#2903 - Imagick::normalizeImage
Example#2904 - Imagick::oilPaintImage
Example#2905 - Using Imagick::optimizeImageLayers
Example#2906 - Imagick::orderedPosterizeImage
Example#2907 - Using Imagick::pingImageBlob
Example#2908 - Using Imagick::pingImageFile
Example#2909 - A Imagick::polaroidImage example
Example#2910 - Imagick::posterizeImage
Example#2911 - Imagick::quantizeImage
Example#2912 - Using Imagick::queryFontMetrics:
Example#2913 - Imagick::queryFonts
Example#2914 - Imagick::queryFormats
Example#2915 - Imagick::radialBlurImage
Example#2916 - Imagick::raiseImage
Example#2917 - Imagick::randomThresholdImage
Example#2918 - Imagick::readImageBlob
Example#2919 - Imagick::recolorImage
Example#2920 - Imagick::reduceNoiseImage
Example#2921 - Imagick::resampleImage
Example#2922 - Imagick::resizeImage
Example#2923 - Imagick::rollImage
Example#2924 - Imagick::rotateImage
Example#2925 - Imagick::rotationalBlurImage
Example#2926 - Using Imagick::roundCorners:
Example#2927 - Imagick::scaleImage
Example#2928 - Imagick::segmentImage
Example#2929 - Imagick::selectiveBlurImage
Example#2930 - Imagick::separateImageChannel
Example#2931 - Imagick::sepiaToneImage
Example#2932 - Imagick::setCompressionQuality
Example#2933 - A Imagick::setFont example
Example#2934 - A Imagick::setImage example
Example#2935 - Imagick::setImageArtifact
Example#2936 - Imagick::setImageBias
Example#2937 - Imagick::setImageClipMask
Example#2938 - Imagick::setImageCompressionQuality
Example#2939 - Modify animated Gif with Imagick::setImageDelay
Example#2940 - Basic Imagick::setImageIterations usage
Example#2941 - A Imagick::setImageOpacity example
Example#2942 - Imagick::setImageOrientation
Example#2943 - Using Imagick::setImageProperty:
Example#2944 - Imagick::setImageResolution
Example#2945 - Modify animated Gif with Imagick::setImageTicksPerSecond
Example#2946 - Using Imagick::setIteratorIndex:
Example#2947 - Attempt to reach '$extent' sizeImagick::setOption
Example#2948 - Imagick::setOption
Example#2949 - Imagick::setOption
Example#2950 - A Imagick::setPointSize example
Example#2951 - Imagick::setProgressMonitor
Example#2952 - Imagick::setSamplingFactors
Example#2953 - Imagick::shadeImage
Example#2954 - Imagick::shadowImage
Example#2955 - Imagick::sharpenImage
Example#2956 - Imagick::shaveImage
Example#2957 - Imagick::shearImage
Example#2958 - Create a gradient image using Imagick::sigmoidalContrastImage suitable for blending two images together smoothly, with the blending defined by $contrast and $the midpoint
Example#2959 - Imagick::sketchImage
Example#2960 - Imagick::smushImages
Example#2961 - Imagick::solarizeImage
Example#2962 - SPARSECOLORMETHOD_BARYCENTRIC Imagick::sparseColorImage
Example#2963 - SPARSECOLORMETHOD_BILINEAR Imagick::sparseColorImage
Example#2964 - SPARSECOLORMETHOD_SPEPARDS Imagick::sparseColorImage
Example#2965 - SPARSECOLORMETHOD_VORONOI Imagick::sparseColorImage
Example#2966 - SPARSECOLORMETHOD_BARYCENTRIC Imagick::sparseColorImage
Example#2967 - createGradientImage is used by other examples. Imagick::sparseColorImage
Example#2968 - Imagick::spliceImage
Example#2969 - Imagick::spreadImage
Example#2970 - Imagick::statisticImage
Example#2971 - Imagick::subImageMatch
Example#2972 - Imagick::swirlImage
Example#2973 - Imagick::textureImage
Example#2974 - Imagick::thresholdImage
Example#2975 - Imagick::thumbnailImage
Example#2976 - Imagick::tintImage
Example#2977 - Using Imagick::transformImage:
Example#2978 - Imagick::transformImageColorspace example
Example#2979 - Imagick::transparentPaintImage
Example#2980 - Imagick::transposeImage
Example#2981 - Imagick::transverseImage
Example#2982 - Using Imagick::trimImage:
Example#2983 - Imagick::uniqueImageColors
Example#2984 - Imagick::unsharpMaskImage
Example#2985 - Imagick::vignetteImage
Example#2986 - WaveImage can be quite slow Imagick::waveImage
Example#2987 - Imagick::whiteThresholdImage
Example#2988 - ImagickDraw::affine example
Example#2989 - ImagickDraw::arc example
Example#2990 - ImagickDraw::bezier example
Example#2991 - ImagickDraw::circle example
Example#2992 - ImagickDraw::composite example
Example#2993 - ImagickDraw::ellipse example
Example#2994 - ImagickDraw::line example
Example#2995 - ImagickDraw::matte example
Example#2996 - ImagickDraw::pathCurveToQuadraticBezierAbsolute example
Example#2997 - ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute example
Example#2998 - ImagickDraw::pathCurveToQuadraticBezierSmoothRelative example
Example#2999 - ImagickDraw::pathStart example
Example#3000 - ImagickDraw::point example
Example#3001 - ImagickDraw::polygon example
Example#3002 - ImagickDraw::polyline example
Example#3003 - ImagickDraw::popDefs example
Example#3004 - ImagickDraw::push example
Example#3005 - ImagickDraw::pushPattern example
Example#3006 - ImagickDraw::rectangle example
Example#3007 - ImagickDraw::rotate example
Example#3008 - ImagickDraw::roundRectangle example
Example#3009 - ImagickDraw::scale example
Example#3010 - ImagickDraw::setClipPath example
Example#3011 - ImagickDraw::setClipRule example
Example#3012 - ImagickDraw::setClipUnits example
Example#3013 - ImagickDraw::setFillAlpha example
Example#3014 - ImagickDraw::setFillColor
Example#3015 - ImagickDraw::setFillOpacity
Example#3016 - ImagickDraw::setFillRule example
Example#3017 - ImagickDraw::setFont example
Example#3018 - ImagickDraw::setFontFamily example
Example#3019 - ImagickDraw::setFontSize example
Example#3020 - ImagickDraw::setFontStretch example
Example#3021 - ImagickDraw::setFontStyle example
Example#3022 - ImagickDraw::setFontWeight example
Example#3023 - ImagickDraw::setGravity example
Example#3024 - ImagickDraw::setStrokeAlpha example
Example#3025 - ImagickDraw::setStrokeAntialias example
Example#3026 - ImagickDraw::setStrokeColor example
Example#3027 - ImagickDraw::setStrokeDashArray example
Example#3028 - ImagickDraw::setStrokeDashOffset example
Example#3029 - ImagickDraw::setStrokeLineCap example
Example#3030 - ImagickDraw::setStrokeLineJoin example
Example#3031 - ImagickDraw::setStrokeMiterLimit example
Example#3032 - ImagickDraw::setStrokeOpacity example
Example#3033 - ImagickDraw::setStrokeWidth example
Example#3034 - ImagickDraw::setTextAlignment example
Example#3035 - ImagickDraw::setTextAntialias example
Example#3036 - ImagickDraw::setTextDecoration example
Example#3037 - ImagickDraw::setTextUnderColor example
Example#3038 - ImagickDraw::setVectorGraphics example
Example#3039 - ImagickDraw::setViewBox example
Example#3040 - ImagickDraw::skewX example
Example#3041 - ImagickDraw::skewY example
Example#3042 - ImagickDraw::translate example
Example#3043 - ImagickKernel::addKernel
Example#3044 - ImagickKernel::addUnityKernel
Example#3045 - ImagickKernel::addUnityKernel
Example#3046 - ImagickKernel::fromBuiltin
Example#3047 - ImagickKernel::fromMatrix
Example#3048 - ImagickKernel::getMatrix
Example#3049 - ImagickKernel::scale
Example#3050 - ImagickKernel::separate
Example#3051 - ImagickPixel::construct
Example#3052 - Basic Imagick::getColor usage
Example#3053 - Basic Imagick::getColorAsString usage
Example#3054 - ImagickPixel getColorCount
Example#3055 - Basic Imagick::getColorValue usage
Example#3056 - ImagickPixel::getColorValueQuantum
Example#3057 - Basic Imagick::getHSL example
Example#3058 - ImagickPixel::isSimilar
Example#3059 - ImagickPixel::setColor
Example#3060 - Basic Imagick::setColorValue usage
Example#3061 - ImagickPixel::setColorValueQuantum
Example#3062 - Use ImagickPixel::setHSL to modify a color
Example#3063 - ImagickPixelIterator::clear
Example#3064 - ImagickPixelIterator::construct
Example#3065 - ImagickPixelIterator::getNextIteratorRow
Example#3066 - ImagickPixelIterator::resetIterator
Example#3067 - ImagickPixelIterator::setIteratorRow
Example#3068 - imap_append example
Example#3069 - imap_check example
Example#3070 - imap_createmailbox example
Example#3071 - imap_delete example
Example#3072 - imap_fetch_overview example
Example#3073 - imap_gc example
Example#3074 - imap_get_quota example
Example#3075 - imap_get_quota 4.3 or greater example
Example#3076 - imap_get_quotaroot example
Example#3077 - imap_getacl example
Example#3078 - imap_getmailboxes example
Example#3079 - imap_is_open example
Example#3080 - imap_list example
Example#3081 - imap_mail_compose example
Example#3082 - imap_mailboxmsginfo example
Example#3083 - imap_mime_header_decode example
Example#3084 - Different use of imap_open
Example#3085 - imap_open example
Example#3086 - imap_ping Example
Example#3087 - imap_reopen example
Example#3088 - imap_rfc822_parse_adrlist example
Example#3089 - imap_rfc822_write_address example
Example#3090 - imap_search example
Example#3091 - imap_set_quota example
Example#3092 - imap_setflag_full example
Example#3093 - imap_status example
Example#3094 - imap_thread Example
Example#3095 - imap_timeout example
Example#3096 - Basic imap_utf8 Usage
Example#3097 - Calcolare l'hash e iscrivere un utente
Example#3098 - Invio di mail.
Example#3099 - Inviare mail con header extra.
Example#3100 - Inviare mail con header extra come array
Example#3101 - Invio mail con un parametro di linea di comando aggiuntivo.
Example#3102 - Invio di email HTML
Example#3103 - mailparse_determine_best_xfer_encoding example
Example#3104 - mailparse_rfc822_parse_addresses example
Example#3105 - mailparse_stream_encode example
Example#3106 - mailparse_uudecode_all example
Example#3107 - Esempio di bcadd
Example#3108 - bcceil example
Example#3109 - esempio di bccomp
Example#3110 - Esempio di bcdiv
Example#3111 - bcdivmod example
Example#3112 - bcdivmod with decimals
Example#3113 - bcfloor example
Example#3114 - esempio di bcmod
Example#3115 - esempio di bcmul
Example#3116 - bcpow example
Example#3117 - bcround examples
Example#3118 - Example of using bcround with different precision values
Example#3119 - Example of using bcround with different mode values
Example#3120 - Example of using bcround with different mode values when specifying precision
Example#3121 - esempio di bcscale
Example#3122 - esempio di bcsqrt
Example#3123 - esempio di bcsub
Example#3124 - Funzioni fattoriali usando GMP
Example#3125 - Divisione di numeri GMP
Example#3126 - gmp_export example
Example#3127 - gmp_import example
Example#3128 - Creazione di un numero GMP
Example#3129 - gmp_nextprime example
Example#3130 - gmp_random_bits example
Example#3131 - gmp_random_range example
Example#3132 - gmp_random_seed example
Example#3133 - Converte un numero GMP in una stringa
Example#3134 - gmp_testbit example
Example#3135 - Esempio di abs
Example#3136 - Esempio di uso di base_convert
Example#3137 - Esempio di bindec
Example#3138 - Esempio di ceil
Example#3139 - Esempio di cos
Example#3140 - Esempio per decbin
Example#3141 - Esempio per dechex
Example#3142 - Esempio per decoct
Example#3143 - Esempio per deg2rad
Example#3144 - Esempio per exp
Example#3145 - Using fdiv
Example#3146 - Esempio di floor
Example#3147 - Using fmod
Example#3148 - fpow example
Example#3149 - esempio di hexdec
Example#3150 - intdiv example
Example#3151 - intdiv Example With Invalid Divisor
Example#3152 - Esempio di max
Example#3153 - Esempio di uso di min
Example#3154 - Esempio per octdec
Example#3155 - Esempio di uso di pi
Example#3156 - Alcuni esempi di pow
Example#3157 - Esempio per rad2deg
Example#3158 - Esempi di round
Example#3159 - In che modo precision influenza un float
Example#3160 - Esempi di mode
Example#3161 - Esempi di mode con precision
Example#3162 - Esempio di uso di sin
Example#3163 - Esempio di uso di sqrt
Example#3164 - Esempio per tan
Example#3165 - Evaluating a FDF document
Example#3166 - Adding JavaScript code to a FDF
Example#3167 - Populating a PDF document
Example#3168 - Storing an uploaded file
Example#3169 - Detecting all fieldnames in a FDF
Example#3170 - Accessing the form data
Example#3171 - Accessing the form data
Example#3172 - Retrieving FDF as a string
Example#3173 - Passing FDF data to a second form
Example#3174 - gnupg clearsign example (procedural)
Example#3175 - gnupg clearsign example (OO)
Example#3176 - keylistiterator
Example#3177 - Procedural gnupg_adddecryptkey example
Example#3178 - OO gnupg_adddecryptkey example
Example#3179 - Procedural gnupg_addencryptkey example
Example#3180 - OO gnupg_addencryptkey example
Example#3181 - Procedural gnupg_addsignkey example
Example#3182 - OO gnupg_addsignkey example
Example#3183 - Procedural gnupg_cleardecryptkeys example
Example#3184 - OO gnupg_cleardecryptkeys example
Example#3185 - Procedural gnupg_clearencryptkeys example
Example#3186 - OO gnupg_clearencryptkeys example
Example#3187 - Procedural gnupg_clearsignkeys example
Example#3188 - OO gnupg_clearsignkeys example
Example#3189 - Procedural gnupg_decrypt example
Example#3190 - OO gnupg_decrypt example
Example#3191 - Procedural gnupg_decryptverify example
Example#3192 - OO gnupg_decryptverify example
Example#3193 - Procedural gnupg_deletekey example
Example#3194 - OO gnupg_deletekey example
Example#3195 - Procedural gnupg_encrypt example
Example#3196 - OO gnupg_encrypt example
Example#3197 - Procedural gnupg_encryptsign example
Example#3198 - OO gnupg_encryptsign example
Example#3199 - Procedural gnupg_export example
Example#3200 - OO gnupg_export example
Example#3201 - Procedural gnupg_getengineinfo example
Example#3202 - OO gnupg_getengineinfo example
Example#3203 - Procedural gnupg_geterror example
Example#3204 - OO gnupg_geterror example
Example#3205 - Procedural gnupg_geterrorinfo example
Example#3206 - OO gnupg_geterrorinfo example
Example#3207 - Procedural gnupg_getprotocol example
Example#3208 - OO gnupg_getprotocol example
Example#3209 - Procedural gnupg_gettrustlist example
Example#3210 - OO gnupg_gettrustlist example
Example#3211 - Procedural gnupg_import example
Example#3212 - OO gnupg_import example
Example#3213 - Procedural gnupg_init example with default setting
Example#3214 - Procedural gnupg_init example with overriden file name and home dir
Example#3215 - OO gnupg initializer example with default setting
Example#3216 - OO gnupg initializer example with overriden file name and home dir
Example#3217 - Procedural gnupg_keyinfo example
Example#3218 - OO gnupg_keyinfo example
Example#3219 - Procedural gnupg_listsignatures example
Example#3220 - OO gnupg_listsignatures example
Example#3221 - Procedural gnupg_setarmor example
Example#3222 - OO gnupg_setarmor example
Example#3223 - Procedural gnupg_seterrormode example
Example#3224 - OO gnupg_seterrormode example
Example#3225 - Procedural gnupg_setsignmode example
Example#3226 - OO gnupg_setsignmode example
Example#3227 - Procedural gnupg_sign example
Example#3228 - OO gnupg_sign example
Example#3229 - Procedural gnupg_verify example
Example#3230 - OO gnupg_verify example
Example#3231 - Creating and using a pattern
Example#3232 - Creating and using a template
Example#3233 - Hyphennate a text
Example#3234 - Drawing a rectangle
Example#3235 - Creating and using a spot color
Example#3236 - Rotation of the coordinate system
Example#3237 - Placing text at a given position
Example#3238 - Drawing a dashed line
Example#3239 - Translation of the coordinate system
Example#3240 - A rpmdbinfo example
Example#3241 - Searching for the package owning a file
Example#3242 - A rpmdefine example
Example#3243 - A rpmexpand example
Example#3244 - A rpmexpandnumeric example
Example#3245 - A rpminfo example
Example#3246 - example
Example#3247 - example
Example#3248 - example
Example#3249 - example
Example#3250 - example
Example#3251 - example
Example#3252 - example
Example#3253 - example
Example#3254 - example
Example#3255 - example
Example#3256 - example
Example#3257 - example
Example#3258 - example
Example#3259 - setColumn example
Example#3260 - setRow example
Example#3261 - Align style example
Example#3262 - Bold style example
Example#3263 - Italic style example
Example#3264 - Underline style example
Example#3265 - Incorrect requests
Example#3266 - Calling request from a request callback
Example#3267 - Calling request from a request callback
Example#3268 - Using eio with libevent
Example#3269 - Cancelling a request
Example#3270 - Calling eio_chmod
Example#3271 - Making a custom request
Example#3272 - Grouping requests
Example#3273 - Using eio with libevent extension
Example#3274 - Using eio with event extension
Example#3275 - eio_cancel example
Example#3276 - eio_custom example
Example#3277 - eio_event_loop example
Example#3278 - eio_lstat example
Example#3279 - Using eio with libevent
Example#3280 - eio_grp example
Example#3281 - Grouping requests
Example#3282 - eio_link example
Example#3283 - eio_lstat example
Example#3284 - eio_mkdir example
Example#3285 - eio_mknod example
Example#3286 - eio_nreqs example
Example#3287 - eio_open example
Example#3288 - eio_poll example
Example#3289 - eio_read example
Example#3290 - eio_readdir example
Example#3291 - eio_readlink example
Example#3292 - eio_realpath example
Example#3293 - eio_rename example
Example#3294 - eio_rmdir example
Example#3295 - eio_stat example
Example#3296 - eio_statvfs example
Example#3297 - eio_symlink example
Example#3298 - Simple timers
Example#3299 - Periodic timer. Tick each 10.5 seconds
Example#3300 - Periodic timer. Use reschedule callback
Example#3301 - Periodic timer. Tick every 10.5 seconds starting at now
Example#3302 - Wait until STDIN is readable
Example#3303 - Use some async I/O to access a socket
Example#3304 - Embedding one loop into another
Example#3305 - Embedding loop created with kqueue backend into the default loop
Example#3306 - Handle SIGTERM signal
Example#3307 - Monitor changes of /var/log/messages
Example#3308 - Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
Example#3309 - Process status changes
Example#3310 - Using reschedule callback
Example#3311 - Embedding loop created with kqueue backend into the default loop
Example#3312 - Embedding one loop into another
Example#3313 - Embedding loop created with kqueue backend into the default loop
Example#3314 - Embedding loop created with kqueue backend into the default loop
Example#3315 - Periodic timer. Use reschedule callback
Example#3316 - Periodic timer. Tick every 10.5 seconds starting at now
Example#3317 - Hourly watcher
Example#3318 - Handle SIGTERM signal
Example#3319 - Monitor changes of /var/log/messages
Example#3320 - Monitor changes of /var/log/messages
Example#3321 - Simple timers
Example#3322 - Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
Example#3323 - Register an I/O watcher for some UDP socket but do not keep the event loop from running just because of that watcher.
Example#3324 - Expect Usage Example
Example#3325 - Another Expect Usage Example
Example#3326 - expect_expectl example
Example#3327 - expect_popen example
Example#3328 - Process Control Example
Example#3329 - pcntl_fork example
Example#3330 - pcntl_get_last_error example
Example#3331 - pcntl_rfork example
Example#3332 - pcntl_signal example
Example#3333 - pcntl_signal_dispatch example
Example#3334 - pcntl_signal_get_handler example
Example#3335 - pcntl_sigprocmask example
Example#3336 - pcntl_sigwaitinfo example
Example#3337 - pcntl_strerror example
Example#3338 - posix_access example
Example#3339 - posix_eaccess example
Example#3340 - posix_fpathconf example
Example#3341 - Esempio di utilizzo di posix_getgrgid
Example#3342 - A posix_mknod example
Example#3343 - posix_pathconf example
Example#3344 - posix_sysconf example
Example#3345 - Un esempio di exec
Example#3346 - Using proc_nice to set the process priority to high
Example#3347 - A proc_open example
Example#3348 - proc_open quirk on Windows
Example#3349 - Un esempio di shell_exec
Example#3350 - Esempio di system
Example#3351 - Example showing Future as return value
Example#3352 - Example showing Future as synchronization point
Example#3353 - Fetch a chunk of the property table
Example#3354 - Counting the properties of an object
Example#3355 - Runtime inheritance
Example#3356 - Detect the state of the referenced object
Example#3357 - Detect the state of the referenced object
Example#3358 - Merging into the property table of a threaded object
Example#3359 - Notifications and Waiting
Example#3360 - Notifications and Waiting
Example#3361 - Popping the last item from the property table of a threaded object
Example#3362 - Shifting the first item from the property table of a threaded object
Example#3363 - Synchronizing
Example#3364 - Notifications and Waiting
Example#3365 - Return the identity of the Thread or Process that created the referenced Thread
Example#3366 - Return the currently executing Thread
Example#3367 - Return the identity of the currently executing Thread
Example#3368 - Return the identity of the referenced Thread
Example#3369 - Detect the state of the referenced Thread
Example#3370 - Tell if the referenced Thread was started
Example#3371 - Join with the referenced Thread
Example#3372 - Starting Threads
Example#3373 - A basic example of Worker::collect
Example#3374 - A basic example of Worker::getStacked
Example#3375 - Detect the state of a worker
Example#3376 - Shutdown the referenced worker
Example#3377 - Stacking a task for execution onto a worker
Example#3378 - Removing objects from the stack of Workers
Example#3379 - A basic example of Pool::collect
Example#3380 - Creating Pools
Example#3381 - Shutting down a pool
Example#3382 - Submitting Tasks
Example#3383 - Submitting tasks to a specific worker
Example#3384 - New immutability semantics of Threaded
Example#3385 - Volatile use-case
Example#3386 - Shared Memory Operations Overview
Example#3387 - Chiusura di un blocco di memoria condivisa
Example#3388 - Cancellazione di un segmento di memoria condivisa
Example#3389 - Creazione di un nuovo blocco di memoria condivisa
Example#3390 - Lettura di un segmento di memoria condivisa
Example#3391 - Come ottenere la dimensione della memoria condivisa
Example#3392 - Scrittura di un blocco di memoria condivisa
Example#3393 - SyncMutex::__construct named mutex with lock timeout example
Example#3394 - SyncMutex::__construct unnamed mutex example
Example#3395 - SyncMutex::lock example
Example#3396 - SyncMutex::unlock example
Example#3397 - SyncSemaphore::__construct example
Example#3398 - SyncSemaphore::lock example
Example#3399 - SyncSemaphore::unlock example
Example#3400 - SyncEvent::__construct example
Example#3401 - SyncEvent::fire example
Example#3402 - SyncEvent::reset example
Example#3403 - SyncEvent::wait example
Example#3404 - SyncReaderWriter::__construct example
Example#3405 - SyncReaderWriter::readlock example
Example#3406 - SyncReaderWriter::readunlock example
Example#3407 - SyncReaderWriter::writelock example
Example#3408 - SyncReaderWriter::writeunlock example
Example#3409 - SyncSharedMemory::__construct example
Example#3410 - SyncSharedMemory::first example
Example#3411 - SyncSharedMemory::__construct example
Example#3412 - SyncSharedMemory::size example
Example#3413 - SyncSharedMemory::write example
Example#3414 - A geoip_asnum_by_name example
Example#3415 - A geoip_continent_code_by_name example
Example#3416 - A geoip_country_code_by_name example
Example#3417 - A geoip_country_code3_by_name example
Example#3418 - A geoip_country_name_by_name example
Example#3419 - A geoip_database_info example
Example#3420 - A geoip_db_avail example
Example#3421 - A geoip_db_filename example
Example#3422 - A geoip_db_get_all_info example
Example#3423 - A geoip_db_get_all_info example
Example#3424 - A geoip_domain_by_name example
Example#3425 - A geoip_id_by_name example
Example#3426 - A geoip_isp_by_name example
Example#3427 - A geoip_netspeedcell_by_name example
Example#3428 - A geoip_org_by_name example
Example#3429 - A geoip_record_by_name example
Example#3430 - A geoip_region_by_name example
Example#3431 - A geoip_region_name_by_code example using region code for US/Canada
Example#3432 - A geoip_region_name_by_code example using FIPS codes
Example#3433 - A geoip_setup_custom_directory example
Example#3434 - A geoip_time_zone_by_country_and_region example using region code for US/Canada
Example#3435 - A geoip_time_zone_by_country_and_region example using FIPS codes
Example#3436 - xor.data file
Example#3437 - Simple train
Example#3438 - Simple test
Example#3439 - fann_create_train_from_callback example
Example#3440 - fann_read_train_from_file example
Example#3441 - igbinary_serialize example
Example#3442 - JsonSerializable::jsonSerialize example returning an array
Example#3443 - JsonSerializable::jsonSerialize example returning an associative array
Example#3444 - JsonSerializable::jsonSerialize example returning an int
Example#3445 - JsonSerializable::jsonSerialize example returning a string
Example#3446 - json_decode examples
Example#3447 - Accessing invalid object properties
Example#3448 - common mistakes using json_decode
Example#3449 - depth errors
Example#3450 - json_decode of large integers
Example#3451 - A json_encode example
Example#3452 - A json_encode example showing some flags in use
Example#3453 - JSON_NUMERIC_CHECK option example
Example#3454 - Sequential versus non-sequential array example
Example#3455 - JSON_PRESERVE_ZERO_FRACTION option example
Example#3456 - json_last_error example
Example#3457 - json_last_error with json_encode
Example#3458 - json_last_error and JSON_THROW_ON_ERROR
Example#3459 - json_validate examples
Example#3460 - simdjson_decode examples
Example#3461 - Accessing invalid object properties
Example#3462 - common mistakes using simdjson_decode
Example#3463 - depth errors
Example#3464 - simdjson_decode of large integers
Example#3465 - simdjson_decode examples
Example#3466 - depth errors
Example#3467 - Lua::assignexample
Example#3468 - Lua::callexample
Example#3469 - Lua::evalexample
Example#3470 - Lua::registerCallbackexample
Example#3471 - LuaClosure::__invokeexample
Example#3472 - Execute some Lua code
Example#3473 - Calling a Lua function
Example#3474 - Profiling Lua code
Example#3475 - Loading code into Lua
Example#3476 - Manipulating the usage timer
Example#3477 - Registering PHP functions to call from Lua
Example#3478 - Calling a Lua function
Example#3479 - Calling a Lua function
Example#3480 - Esempio d'uso di constant
Example#3481 - Definire costanti
Example#3482 - Controllo Costanti
Example#3483 - Esempio di eval - semplice unione di testo
Example#3484 - Basic exit example
Example#3485 - exit example with a string
Example#3486 - Shutdown functions and destructors run regardless
Example#3487 - exit as a statement
Example#3488 - Listing all information about the users browser
Example#3489 - Esempio di __halt_compiler
Example#3490 - Esempio di highlight_string
Example#3491 - hrtime usage
Example#3492 - A ignore_user_abort example
Example#3493 - pack example
Example#3494 - php_strip_whitespace example
Example#3495 - Basic sapi_windows_generate_ctrl_event Usage
Example#3496 - Basic sapi_windows_set_ctrl_handler Usage
Example#3497 - sapi_windows_vt100_support default state
Example#3498 - sapi_windows_vt100_support changing state
Example#3499 - Example usage of VT100 support enabled
Example#3500 - Esempio sleep
Example#3501 - A sys_getloadavg example
Example#3502 - time_nanosleep example
Example#3503 - A time_sleep_until example
Example#3504 - uniqid Example
Example#3505 - unpack example
Example#3506 - unpack example with a repeater
Example#3507 - unpack example with unnamed keys
Example#3508 - Esempio di usleep
Example#3509 - Random Example
Example#3510 - mt_rand example
Example#3511 - rand example
Example#3512 - random_bytes example
Example#3513 - random_int example
Example#3514 - Random\Randomizer::__construct example
Example#3515 - Random\Randomizer::getBytes example
Example#3516 - Random\Randomizer::getBytesFromString example
Example#3517 - Generate a random code for multi-factor authentication
Example#3518 - Select from a string with a non-uniform distribution
Example#3519 - Random\Randomizer::getFloat example
Example#3520 - Random\Randomizer::getInt example
Example#3521 - Random\Randomizer::nextFloat example
Example#3522 - Incorrect scaling using an affine transformation
Example#3523 - Random\Randomizer::nextInt example
Example#3524 - Random\Randomizer::pickArrayKeys example
Example#3525 - Picking random values
Example#3526 - Random\Randomizer::__serialize example
Example#3527 - Random\Randomizer::shuffleArray example
Example#3528 - Random\Randomizer::shuffleBytes example
Example#3529 - Byte-wise shuffling breaks Unicode characters
Example#3530 - Random\Randomizer::__unserialize example
Example#3531 - Random\Engine::generate example
Example#3532 - Random\Engine\Mt19937::__construct example
Example#3533 - Random\Engine\Mt19937::__debugInfo example
Example#3534 - Random\Engine\Mt19937::__serialize example
Example#3535 - Random\Engine\Mt19937::__unserialize example
Example#3536 - Random\Engine\PcgOneseq128XslRr64::__construct example
Example#3537 - Deriving a seed from a string
Example#3538 - Random\Engine\PcgOneseq128XslRr64::__debugInfo example
Example#3539 - Random\Engine\PcgOneseq128XslRr64::jump example
Example#3540 - Randomizer methods may call the engine more than once
Example#3541 - Random\Engine\PcgOneseq128XslRr64::__serialize example
Example#3542 - Random\Engine\PcgOneseq128XslRr64::__unserialize example
Example#3543 - Random\Engine\Xoshiro256StarStar::__construct example
Example#3544 - Deriving a seed from a string
Example#3545 - Random\Engine\Xoshiro256StarStar::__debugInfo example
Example#3546 - Random\Engine\Xoshiro256StarStar::jump example
Example#3547 - Random\Engine\Xoshiro256StarStar::jumpLong example
Example#3548 - Random\Engine\Xoshiro256StarStar::__serialize example
Example#3549 - Random\Engine\Xoshiro256StarStar::__unserialize example
Example#3550 - Get and set base path
Example#3551 - Get and set logger
Example#3552 - Fast write log
Example#3553 - Fast count some type of log count value
Example#3554 - Acquisit some type of log list
Example#3555 - seaslog_get_author example
Example#3556 - seaslog_get_version example
Example#3557 - SeasLog::alert example
Example#3558 - SeasLog::analyzerCount example
Example#3559 - SeasLog::analyzerDetail example
Example#3560 - SeasLog::closeLoggerStream example
Example#3561 - SeasLog::__construct example
Example#3562 - SeasLog::critical example
Example#3563 - SeasLog::debug example
Example#3564 - SeasLog::__destruct example
Example#3565 - SeasLog::emergency example
Example#3566 - SeasLog::error example
Example#3567 - SeasLog::flushBuffer example
Example#3568 - SeasLog::getBasePath example
Example#3569 - SeasLog::getBuffer example
Example#3570 - SeasLog::getBufferEnabled example
Example#3571 - SeasLog::getDatetimeFormat example
Example#3572 - SeasLog::getLastLogger example
Example#3573 - SeasLog::getRequestID example
Example#3574 - SeasLog::getRequestVariable example
Example#3575 - SeasLog::info example
Example#3576 - SeasLog::log example
Example#3577 - SeasLog::notice example
Example#3578 - SeasLog::setBasePath example
Example#3579 - SeasLog::setDatetimeFormat example
Example#3580 - SeasLog::setLogger example
Example#3581 - SeasLog::setRequestID example
Example#3582 - SeasLog::setRequestVariable example
Example#3583 - SeasLog::warning example
Example#3584 - Basic usage
Example#3585 - SeekableIterator::seek example
Example#3586 - SplStack example
Example#3587 - SplQueue example
Example#3588 - Efficiently handling tasks with SplQueue
Example#3589 - SplFixedArray usage example
Example#3590 - SplFixedArray::__construct example
Example#3591 - SplFixedArray::count example
Example#3592 - SplFixedArray::fromArray example
Example#3593 - SplFixedArray::getSize example
Example#3594 - SplFixedArray::setSize example
Example#3595 - SplFixedArray::toArray example
Example#3596 - ArrayObject::append example
Example#3597 - ArrayObject::asort example
Example#3598 - ArrayObject::__construct example
Example#3599 - ArrayObject::count example
Example#3600 - ArrayObject::exchangeArray example
Example#3601 - ArrayObject::getArrayCopy example
Example#3602 - ArrayObject::getFlags example
Example#3603 - ArrayObject::getIterator example
Example#3604 - ArrayObject::getIteratorClass example
Example#3605 - ArrayObject::ksort example
Example#3606 - ArrayObject::natcasesort example
Example#3607 - ArrayObject::natsort example
Example#3608 - ArrayObject::offsetExists example
Example#3609 - ArrayObject::offsetGet example
Example#3610 - ArrayObject::offsetSet example
Example#3611 - ArrayObject::offsetUnset example
Example#3612 - ArrayObject::serialize example
Example#3613 - ArrayObject::setFlags example
Example#3614 - ArrayObject::setIteratorClass example
Example#3615 - ArrayObject::uasort example
Example#3616 - ArrayObject::uksort example
Example#3617 - SplObjectStorage as a set
Example#3618 - SplObjectStorage as a map
Example#3619 - SplObjectStorage::addAll example
Example#3620 - SplObjectStorage::attach example
Example#3621 - SplObjectStorage::contains example
Example#3622 - SplObjectStorage::count example
Example#3623 - SplObjectStorage::current example
Example#3624 - SplObjectStorage::detach example
Example#3625 - SplObjectStorage::getHash example
Example#3626 - SplObjectStorage::getInfo example
Example#3627 - SplObjectStorage::key example
Example#3628 - SplObjectStorage::next example
Example#3629 - SplObjectStorage::offsetExists example
Example#3630 - SplObjectStorage::offsetGet example
Example#3631 - SplObjectStorage::offsetSet example
Example#3632 - SplObjectStorage::offsetUnset example
Example#3633 - SplObjectStorage::removeAll example
Example#3634 - SplObjectStorage::removeAllExcept example
Example#3635 - SplObjectStorage::rewind example
Example#3636 - SplObjectStorage::seek example
Example#3637 - SplObjectStorage::serialize example
Example#3638 - SplObjectStorage::setInfo example
Example#3639 - SplObjectStorage::unserialize example
Example#3640 - SplObjectStorage::valid example
Example#3641 - AppendIterator::append example
Example#3642 - Iterating AppendIterator with foreach
Example#3643 - Iterating AppendIterator with the AppendIterator API
Example#3644 - AppendIterator.getIteratorIndex basic example
Example#3645 - AppendIterator::key basic example
Example#3646 - ArrayIterator::current example
Example#3647 - ArrayIterator::key example
Example#3648 - ArrayIterator::next example
Example#3649 - ArrayIterator::rewind example
Example#3650 - ArrayIterator::valid example
Example#3651 - CachingIterator::getCache example
Example#3652 - Available callback arguments
Example#3653 - Callback basic examples
Example#3654 - A DirectoryIterator::__construct example
Example#3655 - A DirectoryIterator::current example
Example#3656 - A DirectoryIterator::getBasename example
Example#3657 - DirectoryIterator::getExtension example
Example#3658 - A DirectoryIterator::getFilename example
Example#3659 - A DirectoryIterator::isDot example
Example#3660 - A DirectoryIterator::key example
Example#3661 - DirectoryIterator::next example
Example#3662 - DirectoryIterator::rewind example
Example#3663 - DirectoryIterator::seek example
Example#3664 - A DirectoryIterator::__toString example
Example#3665 - A DirectoryIterator::valid example
Example#3666 - FilesystemIterator::__construct example
Example#3667 - FilesystemIterator::current example
Example#3668 - FilesystemIterator::key example
Example#3669 - FilesystemIterator::next example
Example#3670 - FilesystemIterator::rewind example
Example#3671 - FilesystemIterator::key example
Example#3672 - FilterIterator::accept example
Example#3673 - GlobIterator example
Example#3674 - GlobIterator::count example
Example#3675 - InfiniteIterator::__construct example
Example#3676 - LimitIterator usage example
Example#3677 - LimitIterator::__construct example
Example#3678 - LimitIterator::getPosition example
Example#3679 - Iterating a MultipleIterator
Example#3680 - NoRewindIterator::__construct example
Example#3681 - NoRewindIterator::rewind example
Example#3682 - RecursiveArrayIterator::getChildren example
Example#3683 - RecursiveArrayIterator::hasChildren example
Example#3684 - Available callback arguments
Example#3685 - Recursive callback basic example
Example#3686 - RecursiveCallbackFilterIterator::hasChildren basic usage
Example#3687 - RecursiveDirectoryIterator example
Example#3688 - getSubPath example
Example#3689 - getSubPathname example
Example#3690 - Basic RecursiveFilterIterator example
Example#3691 - RecursiveFilterIterator example
Example#3692 - Iterating a RecursiveIteratorIterator
Example#3693 - RecursiveRegexIterator::__construct example
Example#3694 - RecursiveRegexIterator::getChildren example
Example#3695 - RecursiveRegexIterator::hasChildren example
Example#3696 - RegexIterator::accept example
Example#3697 - RegexIterator::__construct example
Example#3698 - RegexIterator::getFlags example
Example#3699 - RegexIterator::getMode example
Example#3700 - RegexIterator::getPregFlags example
Example#3701 - RegexIterator::setFlags example
Example#3702 - RegexIterator::setMode example
Example#3703 - RegexIterator::setPregFlags example
Example#3704 - SplFileInfo::__construct example
Example#3705 - SplFileInfo::getATime example
Example#3706 - SplFileInfo::getBasename example
Example#3707 - SplFileInfo::getCTime example
Example#3708 - SplFileInfo::getExtension example
Example#3709 - SplFileInfo::getFilename example
Example#3710 - SplFileInfo::getGroup example
Example#3711 - SplFileInfo::getLinkTarget example
Example#3712 - SplFileInfo::getMTime example
Example#3713 - SplFileInfo::getOwner example
Example#3714 - SplFileInfo::getPath example
Example#3715 - SplFileInfo::getPathInfo example
Example#3716 - SplFileInfo::getPathname example
Example#3717 - SplFileInfo::getPerms example
Example#3718 - SplFileInfo::getRealPath example
Example#3719 - SplFileInfo::getSize example
Example#3720 - SplFileInfo::getType example
Example#3721 - SplFileInfo::isDir example
Example#3722 - SplFileInfo::isExecutable example
Example#3723 - SplFileInfo::isFile example
Example#3724 - SplFileInfo::isLink example
Example#3725 - SplFileInfo::isReadable example
Example#3726 - SplFileInfo::isWriteable example
Example#3727 - SplFileInfo::openFile example
Example#3728 - SplFileInfo::setFileClass example
Example#3729 - SplFileInfo::setFileClass example
Example#3730 - SplFileInfo::__toString example
Example#3731 - SplFileObject::__construct example
Example#3732 - SplFileObject::current example
Example#3733 - SplFileObject::eof example
Example#3734 - SplFileObject::fflush example
Example#3735 - SplFileObject::fgetc example
Example#3736 - SplFileObject::fgetcsv example
Example#3737 - SplFileObject::READ_CSV example
Example#3738 - SplFileObject::fgets example
Example#3739 - SplFileObject::fgetss example
Example#3740 - SplFileObject::flock example
Example#3741 - SplFileObject::fpassthru example
Example#3742 - SplFileObject::fputcsv example
Example#3743 - SplFileObject::fread example
Example#3744 - SplFileObject::fscanf example
Example#3745 - SplFileObject::fseek example
Example#3746 - SplFileObject::fstat example
Example#3747 - SplFileObject::ftell example
Example#3748 - SplFileObject::ftruncate example
Example#3749 - SplFileObject::fwrite example
Example#3750 - SplFileObject::getCsvControl example
Example#3751 - SplFileObject::getFlags example
Example#3752 - SplFileObject::getMaxLineLen example
Example#3753 - SplFileObject::key example
Example#3754 - SplFileObject::key example with SplFileObject::setMaxLineLen
Example#3755 - SplFileObject::next example
Example#3756 - SplFileObject::rewind example
Example#3757 - SplFileObject::seek example
Example#3758 - SplFileObject::setCsvControl example
Example#3759 - SplFileObject::setFlags example
Example#3760 - SplFileObject::setMaxLineLen example
Example#3761 - SplFileObject::valid example
Example#3762 - SplTempFileObject example
Example#3763 - class_implements example
Example#3764 - class_parents example
Example#3765 - class_uses example
Example#3766 - iterator_apply example
Example#3767 - iterator_count example
Example#3768 - iterator_count modifies position
Example#3769 - iterator_count in foreach loops
Example#3770 - iterator_to_array example
Example#3771 - spl_autoload_extensions example
Example#3772 - spl_autoload_register as a replacement for an __autoload function
Example#3773 - spl_autoload_register example where the class is not loaded
Example#3774 - The identifier will be provided without the leading backslash
Example#3775 - spl_classes example
Example#3776 - A spl_object_hash example
Example#3777 - A spl_object_id example
Example#3778 - Using file_get_contents to retrieve data from multiple sources
Example#3779 - Making a POST request to an https server
Example#3780 - Writing data to a compressed file
Example#3781 - A Stream for reading/writing global variables
Example#3782 - Listing files from tar archives
Example#3783 - stream_bucket_prepend examples
Example#3784 - Using stream_context_create
Example#3785 - Using stream_context_get_default
Example#3786 - stream_context_get_options example
Example#3787 - stream_context_get_params example
Example#3788 - stream_context_set_default example
Example#3789 - stream_context_set_options example
Example#3790 - A stream_copy_to_stream example
Example#3791 - Controlling where filters are applied
Example#3792 - Filter for capitalizing characters on foo-bar.txt stream
Example#3793 - Registering a generic filter class to match multiple filter names.
Example#3794 - Dynamically refiltering a stream
Example#3795 - stream_get_contents example
Example#3796 - Using stream_get_filters
Example#3797 - stream_get_meta_data example using fopen with http
Example#3798 - stream_get_meta_data example using stream_socket_client with https
Example#3799 - Using stream_get_transports
Example#3800 - stream_get_wrappers example
Example#3801 - Checking for the existence of a stream wrapper
Example#3802 - stream_is_local example
Example#3803 - stream_isatty example
Example#3804 - stream_notification_callback example
Example#3805 - Simple progressbar for commandline download client
Example#3806 - stream_resolve_include_path example
Example#3807 - stream_select Example
Example#3808 - stream_set_timeout example
Example#3809 - stream_set_write_buffer example
Example#3810 - stream_socket_client example
Example#3811 - Using UDP connection
Example#3812 - stream_socket_enable_crypto example
Example#3813 - A stream_socket_pair example
Example#3814 - stream_socket_recvfrom example
Example#3815 - stream_socket_sendto Example
Example#3816 - Using TCP server sockets
Example#3817 - Using UDP server sockets
Example#3818 - A stream_socket_shutdown example
Example#3819 - How to register a stream wrapper
Example#3820 - Basic usage
Example#3821 - Basic Tidy usage
Example#3822 - tidy::getBody example
Example#3823 - tidy::cleanrepair example
Example#3824 - tidy::__construct example
Example#3825 - tidy::diagnose example
Example#3826 - tidy_get_error_buffer example
Example#3827 - tidy::getConfig example
Example#3828 - tidy_getopt example
Example#3829 - Print all options along with their documentation and default value
Example#3830 - tidy::getStatus example
Example#3831 - tidy::head example
Example#3832 - tidy::html example
Example#3833 - tidy::parseFile example
Example#3834 - tidy::parseString example
Example#3835 - tidy::repairFile example
Example#3836 - tidy::repairString example
Example#3837 - tidy::root example
Example#3838 - tidyNode::getNextSibling example
Example#3839 - tidyNode::getParent example
Example#3840 - tidyNode::getPreviousSibling example
Example#3841 - tidyNode::hasChildren example
Example#3842 - tidyNode::hasSiblings example
Example#3843 - Extract ASP code from a mixed HTML document
Example#3844 - Extract comments from a mixed HTML document
Example#3845 - Extract HTML code from a mixed HTML document
Example#3846 - Extract JSTE code from a mixed HTML document
Example#3847 - Extract PHP code from a mixed HTML document
Example#3848 - Extract text from a mixed HTML document
Example#3849 - ob_tidyhandler example
Example#3850 - tidy_access_count example
Example#3851 - tidy_config_count example
Example#3852 - tidy_error_count example
Example#3853 - tidy_get_output example
Example#3854 - tidy_warning_count example
Example#3855 - Strip comments with the tokenizer
Example#3856 - PhpToken::getTokenName example
Example#3857 - PhpToken::is example
Example#3858 - Usage with array
Example#3859 - PhpToken::isIgnorable example
Example#3860 - PhpToken::__toString example
Example#3861 - PhpToken::tokenize example
Example#3862 - Extending PhpToken
Example#3863 - token_get_all example
Example#3864 - token_get_all incorrect usage example
Example#3865 - token_get_all on a class using a reserved word example
Example#3866 - token_name example
Example#3867 - base64_decode example
Example#3868 - base64_encode example
Example#3869 - get_headers example
Example#3870 - get_headers using HEAD example
Example#3871 - What get_meta_tags parses
Example#3872 - What get_meta_tags returns
Example#3873 - Simple usage of http_build_query
Example#3874 - http_build_query with numerically index elements.
Example#3875 - http_build_query with complex arrays
Example#3876 - Using http_build_query with an object
Example#3877 - A parse_url example
Example#3878 - A parse_url example with missing scheme
Example#3879 - rawurldecode example
Example#3880 - including a password in an FTP URL
Example#3881 - rawurlencode example 2
Example#3882 - urldecode example
Example#3883 - urlencode example
Example#3884 - urlencode and htmlentities example
Example#3885 - Basic Javascript execution
Example#3886 - Yaml Example
Example#3887 - Parse callback example
Example#3888 - Emit callback example
Example#3889 - yaml_emit example
Example#3890 - yaml_parse example
Example#3891 - A classic Application directory layout
Example#3892 - Entry
Example#3893 - Rewrite rule
Example#3894 - Application config
Example#3895 - Default controller
Example#3896 - Default view template
Example#3897 - Run the Application
Example#3898 - An PHP array example
Example#3899 - An ini file example
Example#3900 - A Bootstrap example
Example#3901 - Yaf_Application::bootstrapexample
Example#3902 - Yaf_Application::clearLastErrorexample
Example#3903 - A ini config file example
Example#3904 - Yaf_Application::__constructexample
Example#3905 - Yaf_Application::__constructexample
Example#3906 - Yaf_Application::environexample
Example#3907 - Yaf_Application::executeexample
Example#3908 - Yaf_Application::getConfigexample
Example#3909 - Yaf_Application::getDispatcherexample
Example#3910 - Yaf_Application::getLastErrorMsgexample
Example#3911 - Yaf_Application::getLastErrorNoexample
Example#3912 - Yaf_Application::getModulesexample
Example#3913 - Bootstrap example
Example#3914 - Yaf_Dispatcher::autoRender example
Example#3915 - Yaf_Dispatcher::catchException example
Example#3916 - Yaf_Dispatcher::registerPlugin example
Example#3917 - A custom View engine example
Example#3918 - Yaf_Dispatcher::setView example
Example#3919 - Yaf_Dispatcher::throwexception example
Example#3920 - Yaf_Dispatcher::throwexceptionexample
Example#3921 - Yaf_Config_Iniexample
Example#3922 - define action in a separate file
Example#3923 - Dummy_action.php
Example#3924 - Yaf_Controller_Abstract::forwardexample
Example#3925 - Yaf_Action_Abstract::executeexample
Example#3926 - Yaf_Action_Abstract::executeexample
Example#3927 - Yaf_View_Simple::assignexample
Example#3928 - Template example
Example#3929 - Yaf_View_Simple::assignRefexample
Example#3930 - Template example
Example#3931 - Yaf_View_Simple::clearexample
Example#3932 - Yaf_View_Simple::__construct example
Example#3933 - Yaf_View_Simple::__setexample
Example#3934 - Config example
Example#3935 - Register localnamespace
Example#3936 - Load class example
Example#3937 - Load namespace class example
Example#3938 - MVC class loading example
Example#3939 - MVC class distinctions
Example#3940 - MVC loading example
Example#3941 - Yaf_Loader::registerNamespaceexample
Example#3942 - Yaf_Loader::registerLocalNamespaceexample
Example#3943 - Yaf_Loader::registerNamespaceexample
Example#3944 - Plugin example
Example#3945 - Yaf_Plugin_Abstract::routerShutdownexample
Example#3946 - Yaf_Response_Abstract::appendBodyexample
Example#3947 - Yaf_Response_Abstract::getBodyexample
Example#3948 - Yaf_Response_Abstract::prependBodyexample
Example#3949 - Yaf_Response_Abstract::responseexample
Example#3950 - Yaf_Response_Abstract::setBodyexample
Example#3951 - Yaf_Route_Map::assembleexample
Example#3952 - Yaf_Route_Map example
Example#3953 - Yaf_Route_Map example
Example#3954 - Yaf_Route_Map example
Example#3955 - Yaf_Route_Regex::assembleexample
Example#3956 - Yaf_Route_Regex example
Example#3957 - Yaf_Route_Regex (as of 2.3.0) example
Example#3958 - Yaf_Route_Regex and named capture group (as of 2.3.0) example
Example#3959 - Yaf_Route_Regex example
Example#3960 - Yaf_Route_Rewrite::assembleexample
Example#3961 - Yaf_Route_Rewrite example
Example#3962 - Yaf_Route_Rewrite example
Example#3963 - Yaf_Route_Rewrite (as of 2.3.0) example
Example#3964 - Rewrite rule for Apache
Example#3965 - Rewrite rule for Apache
Example#3966 - Rewrite rule for Lighttpd
Example#3967 - Rewrite rule for Nginx
Example#3968 - Yaf_Route_Static(default route)example
Example#3969 - application.iniexample
Example#3970 - Yaf_Dispatcher::autoConfigexample
Example#3971 - Yaf_Dispatcher::autoRenderexample
Example#3972 - Register some routes in Bootstrap
Example#3973 - plugin Dummy.php (under application.directory/plugins)
Example#3974 - Yaf_Route_Simple::assembleexample
Example#3975 - Yaf_Route_Simple::routeexample
Example#3976 - Yaf_Route_Simple::routeexample
Example#3977 - Yaf_Route_Static::assembleexample
Example#3978 - Yaf_Route_Static::routeexample
Example#3979 - Yaf_Route_Supervar::assemble example
Example#3980 - Yaf_Route_Supervar example
Example#3981 - INI example
Example#3982 - INI sections example
Example#3983 - INIexample
Example#3984 - Taintexample
Example#3985 - Vector
Example#3986 - Map
Example#3987 - Ds\Collection::clear example
Example#3988 - Ds\Collection::copy example
Example#3989 - Ds\Collection::isEmpty example
Example#3990 - Ds\Collection::toArray example
Example#3991 - Ds\Hashable::hash example
Example#3992 - Ds\Sequence::allocate example
Example#3993 - Ds\Sequence::apply example
Example#3994 - Ds\Sequence::capacity example
Example#3995 - Ds\Sequence::contains example
Example#3996 - Ds\Sequence::filter example using callback function
Example#3997 - Ds\Sequence::filter example without a callback function
Example#3998 - Ds\Sequence::find example
Example#3999 - Ds\Sequence::first example
Example#4000 - Ds\Sequence::get example
Example#4001 - Ds\Sequence::get example using array syntax
Example#4002 - Ds\Sequence::insert example
Example#4003 - Ds\Sequence::join example using a separator string
Example#4004 - Ds\Sequence::join example without a separator string
Example#4005 - Ds\Sequence::last example
Example#4006 - Ds\Sequence::map example
Example#4007 - Ds\Sequence::merge example
Example#4008 - Ds\Sequence::pop example
Example#4009 - Ds\Sequence::push example
Example#4010 - Ds\Sequence::reduce with initial value example
Example#4011 - Ds\Sequence::reduce without an initial value example
Example#4012 - Ds\Sequence::remove example
Example#4013 - Ds\Sequence::reverse example
Example#4014 - Ds\Sequence::reversed example
Example#4015 - Ds\Sequence::rotate example
Example#4016 - Ds\Sequence::set example
Example#4017 - Ds\Sequence::set example using array syntax
Example#4018 - Ds\Sequence::shift example
Example#4019 - Ds\Sequence::slice example
Example#4020 - Ds\Sequence::sort example
Example#4021 - Ds\Sequence::sort example using a comparator
Example#4022 - Ds\Sequence::sorted example
Example#4023 - Ds\Sequence::sorted example using a comparator
Example#4024 - Ds\Sequence::sum integer example
Example#4025 - Ds\Sequence::sum float example
Example#4026 - Ds\Sequence::unshift example
Example#4027 - Ds\Vector::allocate example
Example#4028 - Ds\Vector::apply example
Example#4029 - Ds\Vector::capacity example
Example#4030 - Ds\Vector::clear example
Example#4031 - Ds\Vector::__construct example
Example#4032 - Ds\Vector::contains example
Example#4033 - Ds\Vector::copy example
Example#4034 - Ds\Vector::filter example using callback function
Example#4035 - Ds\Vector::filter example without a callback function
Example#4036 - Ds\Vector::find example
Example#4037 - Ds\Vector::first example
Example#4038 - Ds\Vector::get example
Example#4039 - Ds\Vector::get example using array syntax
Example#4040 - Ds\Vector::insert example
Example#4041 - Ds\Vector::isEmpty example
Example#4042 - Ds\Vector::join example using a separator string
Example#4043 - Ds\Vector::join example without a separator string
Example#4044 - Ds\Vector::last example
Example#4045 - Ds\Vector::map example
Example#4046 - Ds\Vector::merge example
Example#4047 - Ds\Vector::pop example
Example#4048 - Ds\Vector::push example
Example#4049 - Ds\Vector::reduce with initial value example
Example#4050 - Ds\Vector::reduce without an initial value example
Example#4051 - Ds\Vector::remove example
Example#4052 - Ds\Vector::reverse example
Example#4053 - Ds\Vector::reversed example
Example#4054 - Ds\Vector::rotate example
Example#4055 - Ds\Vector::set example
Example#4056 - Ds\Vector::set example using array syntax
Example#4057 - Ds\Vector::shift example
Example#4058 - Ds\Vector::slice example
Example#4059 - Ds\Vector::sort example
Example#4060 - Ds\Vector::sort example using a comparator
Example#4061 - Ds\Vector::sorted example
Example#4062 - Ds\Vector::sorted example using a comparator
Example#4063 - Ds\Vector::sum integer example
Example#4064 - Ds\Vector::sum float example
Example#4065 - Ds\Vector::toArray example
Example#4066 - Ds\Vector::unshift example
Example#4067 - Ds\Deque::allocate example
Example#4068 - Ds\Deque::apply example
Example#4069 - Ds\Deque::capacity example
Example#4070 - Ds\Deque::clear example
Example#4071 - Ds\Deque::__construct example
Example#4072 - Ds\Deque::contains example
Example#4073 - Ds\Deque::copy example
Example#4074 - Ds\Deque::filter example using callback function
Example#4075 - Ds\Deque::filter example without a callback function
Example#4076 - Ds\Deque::find example
Example#4077 - Ds\Deque::first example
Example#4078 - Ds\Deque::get example
Example#4079 - Ds\Deque::get example using array syntax
Example#4080 - Ds\Deque::insert example
Example#4081 - Ds\Deque::isEmpty example
Example#4082 - Ds\Deque::join example using a separator string
Example#4083 - Ds\Deque::join example without a separator string
Example#4084 - Ds\Deque::last example
Example#4085 - Ds\Deque::map example
Example#4086 - Ds\Deque::merge example
Example#4087 - Ds\Deque::pop example
Example#4088 - Ds\Deque::push example
Example#4089 - Ds\Deque::reduce with initial value example
Example#4090 - Ds\Deque::reduce without an initial value example
Example#4091 - Ds\Deque::remove example
Example#4092 - Ds\Deque::reverse example
Example#4093 - Ds\Deque::reversed example
Example#4094 - Ds\Deque::rotate example
Example#4095 - Ds\Deque::set example
Example#4096 - Ds\Deque::set example using array syntax
Example#4097 - Ds\Deque::shift example
Example#4098 - Ds\Deque::slice example
Example#4099 - Ds\Deque::sort example
Example#4100 - Ds\Deque::sort example using a comparator
Example#4101 - Ds\Deque::sorted example
Example#4102 - Ds\Deque::sorted example using a comparator
Example#4103 - Ds\Deque::sum integer example
Example#4104 - Ds\Deque::sum float example
Example#4105 - Ds\Deque::toArray example
Example#4106 - Ds\Deque::unshift example
Example#4107 - Ds\Map::allocate example
Example#4108 - Ds\Map::apply example
Example#4109 - Ds\Map::capacity example
Example#4110 - Ds\Map::clear example
Example#4111 - Ds\Map::__construct example
Example#4112 - Ds\Map::copy example
Example#4113 - Ds\Map::diff example
Example#4114 - Ds\Map::filter example using callback function
Example#4115 - Ds\Map::filter example without a callback function
Example#4116 - Ds\Map::first example
Example#4117 - Ds\Map::get example
Example#4118 - Ds\Map::get example using array syntax
Example#4119 - Ds\Map::hasKey example
Example#4120 - Ds\Map::hasValue example
Example#4121 - Ds\Map::intersect example
Example#4122 - Ds\Map::isEmpty example
Example#4123 - Ds\Map::keys example
Example#4124 - Ds\Map::ksort example
Example#4125 - Ds\Map::ksort example using a comparator
Example#4126 - Ds\Map::ksorted example
Example#4127 - Ds\Map::ksorted example using a comparator
Example#4128 - Ds\Map::last example
Example#4129 - Ds\Map::map example
Example#4130 - Ds\Map::merge example
Example#4131 - Ds\Map::pairs example
Example#4132 - Ds\Map::put example
Example#4133 - Ds\Map::put example using objects as keys
Example#4134 - Ds\Map::putAll example
Example#4135 - Ds\Map::reduce with initial value example
Example#4136 - Ds\Map::reduce without an initial value example
Example#4137 - Ds\Map::remove example
Example#4138 - Ds\Map::reverse example
Example#4139 - Ds\Map::reversed example
Example#4140 - Ds\Map::skip example
Example#4141 - Ds\Map::slice example
Example#4142 - Ds\Map::sort example
Example#4143 - Ds\Map::sort example using a comparator
Example#4144 - Ds\Map::sort example
Example#4145 - Ds\Map::sort example using a comparator
Example#4146 - Ds\Map::sum integer example
Example#4147 - Ds\Map::sum float example
Example#4148 - Ds\Map::toArray example
Example#4149 - Ds\Map::union example
Example#4150 - Ds\Map::values example
Example#4151 - Ds\Map::xor example
Example#4152 - Ds\Pair::clear example
Example#4153 - Ds\Pair::copy example
Example#4154 - Ds\Pair::isEmpty example
Example#4155 - Ds\Pair::toArray example
Example#4156 - Ds\Set::add example using integers
Example#4157 - Ds\Set::add example using objects
Example#4158 - Ds\Set::allocate example
Example#4159 - Ds\Set::capacity example
Example#4160 - Ds\Set::clear example
Example#4161 - Ds\Set::__construct example
Example#4162 - Ds\Set::contains example
Example#4163 - Ds\Set::copy example
Example#4164 - Ds\Set::diff example
Example#4165 - Ds\Set::filter example using callback function
Example#4166 - Ds\Set::filter example without a callback function
Example#4167 - Ds\Set::first example
Example#4168 - Ds\Set::get example
Example#4169 - Ds\Set::get example using array syntax
Example#4170 - Ds\Set::intersect example
Example#4171 - Ds\Set::isEmpty example
Example#4172 - Ds\Set::join example using a separator string
Example#4173 - Ds\Set::join example without a separator string
Example#4174 - Ds\Set::last example
Example#4175 - Ds\Set::map example
Example#4176 - Ds\Set::merge example
Example#4177 - Ds\Set::reduce with initial value example
Example#4178 - Ds\Set::reduce without an initial value example
Example#4179 - Ds\Set::remove example
Example#4180 - Ds\Set::reverse example
Example#4181 - Ds\Set::reversed example
Example#4182 - Ds\Set::slice example
Example#4183 - Ds\Set::sort example
Example#4184 - Ds\Set::sort example using a comparator
Example#4185 - Ds\Set::sorted example
Example#4186 - Ds\Set::sorted example using a comparator
Example#4187 - Ds\Set::sum integer example
Example#4188 - Ds\Set::sum float example
Example#4189 - Ds\Set::toArray example
Example#4190 - Ds\Set::union example
Example#4191 - Ds\Set::xor example
Example#4192 - Ds\Stack::clear example
Example#4193 - Ds\Stack::__construct example
Example#4194 - Ds\Stack::copy example
Example#4195 - Ds\Stack::isEmpty example
Example#4196 - Ds\Stack::peek example
Example#4197 - Ds\Stack::pop example
Example#4198 - Ds\Stack::push example
Example#4199 - Ds\Stack::toArray example
Example#4200 - Ds\Queue::allocate example
Example#4201 - Ds\Queue::capacity example
Example#4202 - Ds\Queue::clear example
Example#4203 - Ds\Queue::__construct example
Example#4204 - Ds\Queue::copy example
Example#4205 - Ds\Queue::isEmpty example
Example#4206 - Ds\Queue::peek example
Example#4207 - Ds\Queue::pop example
Example#4208 - Ds\Queue::push example
Example#4209 - Ds\Queue::toArray example
Example#4210 - Ds\PriorityQueue::allocate example
Example#4211 - Ds\PriorityQueue::capacity example
Example#4212 - Ds\PriorityQueue::clear example
Example#4213 - Ds\PriorityQueue::__construct example
Example#4214 - Ds\PriorityQueue::copy example
Example#4215 - Ds\PriorityQueue::isEmpty example
Example#4216 - Ds\PriorityQueue::peek example
Example#4217 - Ds\PriorityQueue::pop example
Example#4218 - Ds\PriorityQueue::push example
Example#4219 - Ds\PriorityQueue::toArray example
Example#4220 - var_representation Examples
Example#4221 - Escaping control characters
Example#4222 - Exporting stdClass
Example#4223 - Exporting classes
Example#4224 - Using __set_state()
Example#4225 - Utilizzo del modulo cURL di PHP per scaricare l'homepage di example.com
Example#4226 - Inizializza una sessione cURL e scarica una pagina
Example#4227 - Copying a cURL handle
Example#4228 - Esempio di curl_errno
Example#4229 - Esempio di curl_error
Example#4230 - curl_escape example
Example#4231 - Scarica una pagina web
Example#4232 - Esempio di curl_getinfo
Example#4233 - Inizializzare una nuova sessione cURL e scarica una pagina web
Example#4234 - Esempio di curl_multi_close
Example#4235 - Esempio di curl_multi_exec
Example#4236 - Un esempio di curl_multi_info_read
Example#4237 - Esempio di curl_multi_init
Example#4238 - curl_reset example
Example#4239 - Inizializzazione di una nuova sessione cURL e recuperare una pagina web
Example#4240 - Effettuare l'upload di un file (deprecato in PHP 5.5.0)
Example#4241 - Initializing a new cURL session and fetching a web page
Example#4242 - curl_share_setopt example
Example#4243 - curl_share_init example
Example#4244 - curl_share_init_persistent example
Example#4245 - curl_share_setopt example
Example#4246 - curl_errno example
Example#4247 - curl_escape example
Example#4248 - curl_upkeep example
Example#4249 - Esempio di curl_version
Example#4250 - CURLFile::__construct example
Example#4251 - CURLFile::__construct uploading multiple files example
Example#4252 - CURLStringFile::__construct example
Example#4253 - Simple HTTP client
Example#4254 - HTTP client using asynchronous DNS resolver
Example#4255 - Echo server
Example#4256 - SSL echo server
Example#4257 - Signal handler
Example#4258 - Use libevent's loop to process requests of `eio' extension
Example#4259 - Miscellaneous
Example#4260 - Simple HTTP server
Example#4261 - Simple HTTPS server
Example#4262 - OpenSSL connection
Example#4263 - EventHttpConnection::makeRequest example
Example#4264 - Connection listener based on a UNIX domain socket
Example#4265 - Simple SMTP server
Example#4266 - Handling SIGTERM signal
Example#4267 - Adding a custom signal
Example#4268 - Adding a timer
Example#4269 - EventBase::getFeatures example
Example#4270 - EventBase::getMethod example
Example#4271 - EventBuffer::search example
Example#4272 - EventBufferEvent::connect example
Example#4273 - Connect to UNIX domain socket which presumably is served by a server, read response from the server and output it to the console
Example#4274 - EventBufferEvent::connectHost example
Example#4275 - Buffer event's read callback
Example#4276 - EventBufferEvent::getOutput example
Example#4277 - EventBufferEvent::sslError example
Example#4278 - Simple SMTP server
Example#4279 - EventConfig::avoidMethod example
Example#4280 - EventConfig::__construct example
Example#4281 - EventConfig::requireFeatures example
Example#4282 - EventHttp::accept example
Example#4283 - EventHttp::addServerAlias example
Example#4284 - EventHttp::bind example
Example#4285 - Simple HTTP server
Example#4286 - EventHttp::setCallback example
Example#4287 - EventHttp::setDefaultCallback example
Example#4288 - EventHttpConnection::makeRequest example
Example#4289 - EventHttpConnection::setCloseCallback example
Example#4290 - EventHttpRequest::__construct example
Example#4291 - EventHttpRequest::sendError example
Example#4292 - EventListener::__construct example
Example#4293 - EventSslContext::__construct example
Example#4294 - FTP example
Example#4295 - ftp_alloc example
Example#4296 - ftp_cdup example
Example#4297 - esempio ftp_chdir
Example#4298 - ftp_chmod example
Example#4299 - esempio di funzione ftp_close
Example#4300 - Esempio di funzione ftp_connect
Example#4301 - Esempio di funzione ftp_delete
Example#4302 - Esempio di funzione ftp_exec
Example#4303 - Esempio di funzione ftp_fget
Example#4304 - Esempio di funzione ftp_fput
Example#4305 - Esempio di funzione ftp_get
Example#4306 - Esempio di funzione ftp_get_option
Example#4307 - Esempio di funzione ftp_login
Example#4308 - Esempio di funzione ftp_mdtm
Example#4309 - Esempio di funzione ftp_mkdir
Example#4310 - ftp_mlsd example
Example#4311 - Esempio di funzioneftp_nb_continue
Example#4312 - Esempio di funzione ftp_nb_fget
Example#4313 - Esempio di funzione ftp_nb_fput
Example#4314 - Esempio di funzione ftp_nb_get
Example#4315 - Ripresa di uno scaricamento con ftp_nb_get
Example#4316 - Ripresa di uno scaricamento dalla posizione 100 su un nuovo file con ftp_nb_get
Example#4317 - Esempio di funzione ftp_nb_put
Example#4318 - Ripresa di un trasferimento con ftp_nb_put
Example#4319 - Esempio di funzione ftp_nlist
Example#4320 - Esempio di funzione ftp_pasv
Example#4321 - Esempio di funzione ftp_put
Example#4322 - Esempio di funzione ftp_pwd
Example#4323 - Utilizzo di ftp_raw per collegarsi in modo manuale ad un server FTP.
Example#4324 - Esempio di funzione ftp_rawlist
Example#4325 - Esempio di funzione ftp_rename
Example#4326 - Esempio di funzione ftp_rmdir
Example#4327 - Esempio di funzione ftp_set_option
Example#4328 - Invio di un comando SITE ad un server ftp
Example#4329 - Esempio di funzione ftp_size
Example#4330 - Esempio di funzione ftp_ssl_connect
Example#4331 - Esempio di funzioneftp_systype
Example#4332 - Basic Gearman client and worker
Example#4333 - Basic Gearman client and worker, background
Example#4334 - Basic Gearman client and worker, submitting tasks
Example#4335 - Adding two job servers
Example#4336 - Add two job servers
Example#4337 - Basic submission of two tasks
Example#4338 - Basic submission of two tasks with passing application context
Example#4339 - Two tasks, one background and one not
Example#4340 - A high priority task along with two normal tasks
Example#4341 - A low priority task along with two normal tasks
Example#4342 - Monitor completion of multiple background tasks
Example#4343 - Simple job submission with immediate return
Example#4344 - Submitting a job and retrieving incremental status
Example#4345 - Submit and monitor a background job
Example#4346 - Simple job submission with immediate return
Example#4347 - Submitting a job and retrieving incremental status
Example#4348 - Get the status of a long running job
Example#4349 - Monitor the status of a long running background job
Example#4350 - Simple worker making use of extra application context data
Example#4351 - Add alternate Gearman servers
Example#4352 - Add two job servers
Example#4353 - GearmanWorker::setId example
Example#4354 - A simple worker with a 5 second timeout
Example#4355 - Running worker in non-blocking mode
Example#4356 - GearmanWorker::work example
Example#4357 - Testing support for paged result control
Example#4358 - LDAP search example
Example#4359 - Bind with policy information
Example#4360 - Modify description only if it's not empty
Example#4361 - Read some values before deletion
Example#4362 - Delete a reference
Example#4363 - Use pagination for a search
Example#4364 - Complete example with authenticated bind
Example#4365 - Using LDAP Bind
Example#4366 - Using LDAP Bind Anonymously
Example#4367 - Complete example of password check
Example#4368 - Example of connecting to LDAP server.
Example#4369 - Example of connecting securely to LDAP server.
Example#4370 - LDAP pagination
Example#4371 - LDAP pagination
Example#4372 - ldap_count_entries example
Example#4373 - Enumerating all LDAP error messages
Example#4374 - Generating and catching an error
Example#4375 - Searching for an email address
Example#4376 - Whoami extended operation
Example#4377 - PASSWD extended operation
Example#4378 - Show the list of attributes held for a particular directory entry
Example#4379 - Check protocol version
Example#4380 - List all values of the "mail" attribute for a directory entry
Example#4381 - Produce a list of all organizational units of an organization
Example#4382 - Add a telephone number to a contact
Example#4383 - Rename a user
Example#4384 - Add two e-mail addresses to a user
Example#4385 - Change a user's password
Example#4386 - Change a user's password (Active Directory)
Example#4387 - ldap_parse_result example
Example#4388 - LDAP search
Example#4389 - Set protocol version
Example#4390 - Set server controls
Example#4391 - LDAP sort
Example#4392 - memcache extension overview example
Example#4393 - Using memcache session handler
Example#4394 - Memcache::add example
Example#4395 - Memcache::addServer example
Example#4396 - Memcache::close example
Example#4397 - Memcache::connect example
Example#4398 - Memcache::decrement example
Example#4399 - Memcache::delete example
Example#4400 - Memcache::flush example
Example#4401 - Memcache::get example
Example#4402 - Memcache::getExtendedStats example
Example#4403 - Memcache::getServerStatus example
Example#4404 - Memcache::getVersion example
Example#4405 - Memcache::increment example
Example#4406 - Memcache::pconnect example
Example#4407 - Memcache::replace example
Example#4408 - Memcache::set example
Example#4409 - Memcache::set example
Example#4410 - Memcache::setCompressThreshold example
Example#4411 - Memcache::setServerParams example
Example#4412 - Result callback example
Example#4413 - Read-through callback example
Example#4414 - Memcached::addServer example
Example#4415 - Memcached::addServers example
Example#4416 - Memcached::append example
Example#4417 - Memcached::cas example
Example#4418 - Creating a Memcached object
Example#4419 - Memcached::decrement example
Example#4420 - Memcached::delete example
Example#4421 - Memcached::fetch example
Example#4422 - Memcached::getDelayed example
Example#4423 - Memcached::flush example
Example#4424 - Memcached::get example #1
Example#4425 - Memcached::get example #2
Example#4426 - Memcached::getDelayed example
Example#4427 - Memcached::getMulti example for Memcached v3
Example#4428 - Memcached::getMulti example for Memcached v1 and v2
Example#4429 - Memcached::GET_PRESERVE_ORDER example for Memcached v3
Example#4430 - Memcached::GET_PRESERVE_ORDER example for Memcached v1 and v2
Example#4431 - Retrieving Memcached options
Example#4432 - Memcached::getResultCode example
Example#4433 - Memcached::getResultMessage example
Example#4434 - Memcached::getServerByKey example
Example#4435 - Memcached::getServerList example
Example#4436 - Memcached::getStats example
Example#4437 - Memcached::getVersion example
Example#4438 - Memcached::increment example
Example#4439 - Memcached::prepend example
Example#4440 - Memcached::set example
Example#4441 - Memcached::setByKey example
Example#4442 - Memcached::setMulti example
Example#4443 - Setting a Memcached option
Example#4444 - Setting Memcached options
Example#4445 - mqseries_back example
Example#4446 - mqseries_begin example
Example#4447 - mqseries_close example
Example#4448 - mqseries_cmit example
Example#4449 - mqseries_conn example
Example#4450 - mqseries_connx example
Example#4451 - mqseries_connx example using SSL connection & OCSP Responder URL
Example#4452 - mqseries_disc example
Example#4453 - mqseries_get example
Example#4454 - mqseries_inq example
Example#4455 - mqseries_open example
Example#4456 - mqseries_put example
Example#4457 - mqseries_strerror example
Example#4458 - Using dns_get_record
Example#4459 - Using dns_get_record and DNS_ANY
Example#4460 - Esempio di fsockopen
Example#4461 - Uso di connessione UDP
Example#4462 - A simple gethostname example
Example#4463 - Esempio di uso di getservbyname
Example#4464 - Download dialog
Example#4465 - Caching directives
Example#4466 - Setting a cookie
Example#4467 - header_register_callback example
Example#4468 - Unsetting specific header.
Example#4469 - Unsetting all previously set headers.
Example#4470 - Example using headers_list
Example#4471 - Examples using headers_sent
Example#4472 - http_get_last_response_headers example
Example#4473 - Using http_response_code in a web server environment
Example#4474 - Using http_response_code in a CLI environment
Example#4475 - inet_ntop Example
Example#4476 - inet_pton Example
Example#4477 - Esempio di ip2long
Example#4478 - Visualizzazione di un indirizzo IP
Example#4479 - request_parse_body example
Example#4480 - request_parse_body example with customized options
Example#4481 - setcookie send example
Example#4482 - setcookie delete example
Example#4483 - setcookie and arrays
Example#4484 - Uso di syslog
Example#4485 - Procedural usage of rrd
Example#4486 - OO usage of rrd
Example#4487 - RRDGraph::setOptions example
Example#4488 - Set multiple color options
Example#4489 - RRDUpdater::update examples
Example#4490 - Fetch instrumented calls
Example#4491 - Fetch the list of functions scoutapm will instrument
Example#4492 - Esempio di snmp_get_quick_print
Example#4493 - Using snmp_get_valueretrieval
Example#4494 - Using snmp_read_mib
Example#4495 - Using snmp_set_enum_print
Example#4496 - Using snmprealwalk
Example#4497 - Using snmp_set_valueretrieval
Example#4498 - Using snmp2_get
Example#4499 - Using snmp2_get_next
Example#4500 - Using snmp2_real_walk
Example#4501 - Using snmp2_set
Example#4502 - Using snmp2_set for setting BITS SNMP object id
Example#4503 - snmp2_walk Example
Example#4504 - Using snmp3_get
Example#4505 - Using snmp3_getnext
Example#4506 - Using snmp3_real_walk
Example#4507 - Using snmp3_set
Example#4508 - Using snmp3_set for setting BITS SNMP object id
Example#4509 - snmp3_walk Example
Example#4510 - Using snmpgetnext
Example#4511 - SNMP::close example
Example#4512 - Fetching the physical location of the host
Example#4513 - Single SNMP object
Example#4514 - Multiple SNMP objects
Example#4515 - SNMP::getErrno example
Example#4516 - SNMP::getError example
Example#4517 - Single SNMP object
Example#4518 - Miltiple SNMP objects
Example#4519 - Set single SNMP object id
Example#4520 - Set multiple values using single SNMP::set call
Example#4521 - Using SNMP::set for setting BITS SNMP object id
Example#4522 - SNMP::setSecurity example
Example#4523 - SNMP::walk example
Example#4524 - suffixAsKey example
Example#4525 - Socket example: Simple TCP/IP server
Example#4526 - Socket example: Simple TCP/IP client
Example#4527 - Using socket_atmark to set the source address
Example#4528 - Utilizzo di socket_bind per impostare un indirizzo sorgente
Example#4529 - Esempio di uso di socket_create_pair
Example#4530 - Esempio di IPC con socket_create_pair
Example#4531 - socket_import_stream example
Example#4532 - Esempio di socket_select
Example#4533 - Uso di null con socket_select
Example#4534 - Comprensione dei risultati di socket_select
Example#4535 - Esempio di socket_sendto
Example#4536 - socket_set_block example
Example#4537 - Esempio di uso di socket_set_nonblock
Example#4538 - Esempio di uso di socket_strerror
Example#4539 - Authenticating with a ssh agent
Example#4540 - Authentication using a public hostkey
Example#4541 - Retrieving a list of authentication methods
Example#4542 - Authenticating with a password
Example#4543 - Authentication using a public key
Example#4544 - ssh2_connect example
Example#4545 - Executing a command
Example#4546 - Opening a shell and retrieving the stderr stream associated with it
Example#4547 - Checking the fingerprint against a known value
Example#4548 - Determining what methods were negotiated
Example#4549 - Adding a publickey with ssh2_publickey_add
Example#4550 - Listing authorized keys with ssh2_publickey_list
Example#4551 - Downloading a file via SCP
Example#4552 - Uploading a file via SCP
Example#4553 - Opening a file via SFTP
Example#4554 - Changing the mode of a file on a remote server
Example#4555 - Stating a symbolic link via SFTP
Example#4556 - Creating a directory on a remote server
Example#4557 - Reading a symbolic link
Example#4558 - Resolving a pathname
Example#4559 - Renaming a file via sftp
Example#4560 - Removing a directory on a remote server
Example#4561 - Stating a file via SFTP
Example#4562 - Creating a symbolic link
Example#4563 - Deleting a file
Example#4564 - Requesting an interactive shell
Example#4565 - Opening a tunnel to an arbitrary host
Example#4566 - Stile orientato agli oggetti
Example#4567 - Stile procedurale
Example#4568 - stomp_connect_error example
Example#4569 - stomp_version example
Example#4570 - Stile orientato agli oggetti
Example#4571 - Stile procedurale
Example#4572 - Stile orientato agli oggetti
Example#4573 - Stile procedurale
Example#4574 - Stile orientato agli oggetti
Example#4575 - Stile procedurale
Example#4576 - Stile orientato agli oggetti
Example#4577 - Stile procedurale
Example#4578 - Stile orientato agli oggetti
Example#4579 - Stile procedurale
Example#4580 - Stile orientato agli oggetti
Example#4581 - Stile procedurale
Example#4582 - Stile orientato agli oggetti
Example#4583 - Stile procedurale
Example#4584 - Stile orientato agli oggetti
Example#4585 - Stile procedurale
Example#4586 - Stile orientato agli oggetti
Example#4587 - Stile procedurale
Example#4588 - Train from array
Example#4589 - Train from a file
Example#4590 - svn_add example
Example#4591 - Default authentication example
Example#4592 - svn_blame example
Example#4593 - Basic example
Example#4594 - Basic example
Example#4595 - Basic example
Example#4596 - Basic example
Example#4597 - Basic example
Example#4598 - Basic example
Example#4599 - Diffing two revisions of a repository path
Example#4600 - Portably diffing two local files
Example#4601 - svn_export example
Example#4602 - Basic example
Example#4603 - svn_log example
Example#4604 - svn_ls example
Example#4605 - Basic example
Example#4606 - Basic example
Example#4607 - Deny all connections from localhost
Example#4608 - Ban an URL
Example#4609 - Get statistic snapshot
Example#4610 - Read varnish shared memory log
Example#4611 - VarnishAdmin::__construct example
Example#4612 - Parallel searching using Yaz
Example#4613 - CCL configuration
Example#4614 - CCL Parsing
Example#4615 - Record Update
Example#4616 - Array for GRS-1 record
Example#4617 - Working with MARCXML
Example#4618 - PHP function that scans titles
Example#4619 - Query Examples
Example#4620 - Sort Criterias
Example#4621 - A ZMQContext example
Example#4622 - A ZMQContext example
Example#4623 - A ZMQContext example
Example#4624 - A ZMQSocket example
Example#4625 - A send/recv example
Example#4626 - A ZMQPoll example
Example#4627 - zookeeper_dispatch example #1
Example#4628 - zookeeper_dispatch example #2
Example#4629 - Zookeeper::addAuth example
Example#4630 - Zookeeper::create example
Example#4631 - Zookeeper::delete example
Example#4632 - Zookeeper::exists example
Example#4633 - Zookeeper::get example
Example#4634 - Zookeeper::get stat example
Example#4635 - Zookeeper::getAcl example
Example#4636 - Zookeeper::getChildren example
Example#4637 - Zookeeper::set example
Example#4638 - Zookeeper::setAcl example
Example#4639 - Zookeeper::setDebugLevel example
Example#4640 - ZookeeperConfig::add example
Example#4641 - ZookeeperConfig::get example
Example#4642 - ZookeeperConfig::remove example
Example#4643 - ZookeeperConfig::set example
Example#4644 - solr_get_version example
Example#4645 - Contents of the BootStrap file
Example#4646 - Adding a document to the index
Example#4647 - Merging one document into another document
Example#4648 - Searching for documents - SolrObject responses
Example#4649 - Searching for documents - SolrDocument responses
Example#4650 - Simple TermsComponent example - basic
Example#4651 - Simple TermsComponent example - using a prefix
Example#4652 - Simple TermsComponent example - specifying a minimum frequency
Example#4653 - Simple Facet Example
Example#4654 - Simple Facet Example - with optional field override for mincount
Example#4655 - Facet Date Example
Example#4656 - Connecting to SSL-Enabled Server
Example#4657 - Collapsing a SolrQuery
Example#4658 - Solr Real Time Get (RTG) example SolrClient::getById
Example#4659 - SolrInputDocument::addChildDocument example
Example#4660 - SolrInputDocument::addChildDocuments example
Example#4661 - SolrDocument::toArray example
Example#4662 - SolrObject::__construct example
Example#4663 - SolrObject::offsetUnset example
Example#4664 - SolrClient::addDocument example
Example#4665 - SolrClient::addDocument example 2
Example#4666 - SolrClient::addDocuments example
Example#4667 - SolrClient::__construct example
Example#4668 - SolrQuery::deleteByQuery example
Example#4669 - SolrClient::getById example
Example#4670 - SolrClient::getByIds example
Example#4671 - SolrClient::ping example
Example#4672 - SolrClient::query example
Example#4673 - SolrClient::request example
Example#4674 - SolrClient::setResponseWriter example
Example#4675 - SolrParams::setParam example
Example#4676 - SolrQuery::addFacetField example
Example#4677 - SolrQuery::addFacetField example
Example#4678 - SolrQuery::addFilterQuery example
Example#4679 - SolrQuery::addGroupSortField example
Example#4680 - SolrQuery::collapse example
Example#4681 - SolrQuery::setExpand example
Example#4682 - SolrDisMaxQuery::addBigramPhraseField example
Example#4683 - SolrDisMaxQuery::addBoostQuery example
Example#4684 - SolrDisMaxQuery::addPhraseField example
Example#4685 - SolrDisMaxQuery::addQueryField example
Example#4686 - SolrDisMaxQuery::addTrigramPhraseField example
Example#4687 - SolrDisMaxQuery::addUserField example
Example#4688 - SolrDisMaxQuery::__construct example
Example#4689 - SolrDisMaxQuery::removeBigramPhraseField example
Example#4690 - SolrDisMaxQuery::removeBoostQuery example
Example#4691 - SolrDisMaxQuery::removePhraseField example
Example#4692 - SolrDisMaxQuery::removeQueryField example
Example#4693 - SolrDisMaxQuery::removeTrigramPhraseField example
Example#4694 - SolrDisMaxQuery::removeUserField example
Example#4695 - SolrDisMaxQuery::setBigramPhraseFields example
Example#4696 - SolrDisMaxQuery::setBigramPhraseSlop example
Example#4697 - SolrDisMaxQuery::setBoostFunction example
Example#4698 - SolrDisMaxQuery::setBoostQuery example
Example#4699 - SolrDisMaxQuery::setMinimumMatch example
Example#4700 - SolrDisMaxQuery::setPhraseFields example
Example#4701 - SolrDisMaxQuery::setPhraseSlop example
Example#4702 - SolrDisMaxQuery::setQueryAlt example
Example#4703 - SolrDisMaxQuery::setQueryPhraseSlop example
Example#4704 - SolrDisMaxQuery::setTieBreaker example
Example#4705 - SolrDisMaxQuery::setTrigramPhraseFields example
Example#4706 - SolrDisMaxQuery::setTrigramPhraseSlop example
Example#4707 - SolrDisMaxQuery::setUserFields example
Example#4708 - SolrDisMaxQuery::useDisMaxQueryParser example
Example#4709 - SolrDisMaxQuery::useEDisMaxQueryParser example
Example#4710 - SolrCollapseFunction::__construct example
Example#4711 - SolrCollapseFunction::setHint example
Example#4712 - SolrCollapseFunction::setMax example
Example#4713 - disabilitazione dell'interprete PHP in una directory mediante .htaccess
Example#4714 - apache_get_modules example
Example#4715 - apache_get_version example
Example#4716 - apache_getenv example
Example#4717 - Esempio di apache_lookup_uri
Example#4718 - Esempio di apache_request_headers
Example#4719 - Esempio di apache_response_headers
Example#4720 - Impostazione di una variabile di environment di Apache utilizzando apache_setenv
Example#4721 - Esempio di getallheaders
Example#4722 - Registering a variable with $_SESSION.
Example#4723 - Unregistering a variable with $_SESSION.
Example#4724 - Counting the number of hits of a single user
Example#4725 - Example information
Example#4726 - session_cache_expire esempio
Example#4727 - session_cache_limiter esempi
Example#4728 - session_create_id example with session_regenerate_id
Example#4729 - Distruggere una sessione
Example#4730 - Distruggere una sessione con $_SESSION
Example#4731 - session_gc example for task managers like cron
Example#4732 - session_gc example for user accessible script
Example#4733 - session_name esempi
Example#4734 - A session_regenerate_id example
Example#4735 - Avoiding lost session by session_regenerate_id
Example#4736 - session_set_save_handler esempio
Example#4737 - Using SessionHandler to add encryption to internal PHP save handlers.
Example#4738 - Example using SessionHandlerInterface
Example#4739 - Tokenize comma separated integer list
Example#4740 - Tokenize assign statement
Example#4741 - Simple calculator
Example#4742 - Parse words out from a sentence
Example#4743 - Examples of valid patterns
Example#4744 - Examples of invalid patterns
Example#4745 - Example comparing preg_filter with preg_replace
Example#4746 - Esempio di preg_grep
Example#4747 - preg_last_error example
Example#4748 - preg_last_error_msg example
Example#4749 - Ricerca del testo "php"
Example#4750 - Cerca la parola "web"
Example#4751 - Estrapolazione del dominio da un URL
Example#4752 - Esempio di come ottenere tutti i numeri di telefono da un testo.
Example#4753 - Ricerca di tag HTML
Example#4754 - Esempio di preg_quote
Example#4755 - Esempio di come rendere in corsivo una qualsiasi parola di un testo
Example#4756 - Uso dei riferimenti all'indietro seguiti da numeri
Example#4757 - Uso di matrici indicizzate con preg_replace
Example#4758 - Esempi di sostituzione di valori
Example#4759 - Utilizzo del modificatore /e
Example#4760 - Esempio di conversione di codice HTML in testo
Example#4761 - preg_replace_callback e le funzioni anonime
Example#4762 - Esempio di preg_replace_callback
Example#4763 - preg_replace_callback usando una struttura ricorsiva per gestire codice BB incapsulato
Example#4764 - preg_replace_callback_array example
Example#4765 - Esempio di preg_split: Come ottenere le parti di un testo.
Example#4766 - Esempio di suddivisione di un testo in caratteri.
Example#4767 - Suddivisione di una stringa in testi riconosciuti con i relativi offset.
Example#4768 - Esempio di addcslashes
Example#4769 - Un esempio di addslashes
Example#4770 - Esempio di uso di chr
Example#4771 - Esempio di uso di chunk_split
Example#4772 - Esempio di uso di convert_uudecode
Example#4773 - Esempio di uso di convert_uuencode
Example#4774 - Esempio di count_chars
Example#4775 - Visualizzazione di un checksum crc32
Example#4776 - Esempio di uso di crypt
Example#4777 - Utilizzo di crypt con htpasswd
Example#4778 - Uso dei diversi tipi di criptazione
Example#4779 - Esempi della funzione echo
Example#4780 - Esempi di uso di explode
Example#4781 - Esempi del parametro limit
Example#4782 - fprintf: interi completati con zero
Example#4783 - fprintf: formattazione della moneta
Example#4784 - Esempio della tabella di decodifica
Example#4785 - hex2bin example
Example#4786 - Decodifica delle entità HTML
Example#4787 - Un esempio di htmlentities
Example#4788 - Esempio di uso di htmlspecialchars
Example#4789 - A htmlspecialchars_decode example
Example#4790 - Esempio di uso di implode
Example#4791 - lcfirst example
Example#4792 - Esempio di uso di levenshtein
Example#4793 - Esempio di uso di localeconv
Example#4794 - Esempio d'uso di ltrim
Example#4795 - Un esempio di md5
Example#4796 - Esempio di uso di md5_file
Example#4797 - Esempio di uso di money_format
Example#4798 - Esempio di uso di nl2br
Example#4799 - Esempio di uso di number_format
Example#4800 - Esempio di uso di ord
Example#4801 - Utilizzo di parse_str
Example#4802 - parse_str name mangling
Example#4803 - Esempio di uso di print
Example#4804 - quoted_printable_encode example
Example#4805 - Esempio di uso di rtrim
Example#4806 - Esempi di uso di setlocale
Example#4807 - Esempio di uso di setlocale perWindows
Example#4808 - Esempio di uso di sha1
Example#4809 - Esempio di uso di Soundex
Example#4810 - Scambio dei parametri
Example#4811 - Scambio dei parametri
Example#4812 - Scambio dei parametri
Example#4813 - Scambio di parametri
Example#4814 - Esempi di uso di printf
Example#4815 - printf: specifiche di stringa
Example#4816 - sprintf: interi completati con zeri
Example#4817 - sprintf: formattazione della moneta
Example#4818 - sprintf: notazione scientifica
Example#4819 - Esempio di uso di sscanf
Example#4820 - sscanf - utilizzo del parametro opzionale
Example#4821 - Using the empty string ''
Example#4822 - Showing case-sensitivity
Example#4823 - Basic str_decrement example
Example#4824 - str_decrement example with a carry
Example#4825 - Using the empty string ''
Example#4826 - Showing case-sensitivity
Example#4827 - str_getcsv example
Example#4828 - str_getcsv example with an empty string
Example#4829 - Basic str_increment example
Example#4830 - str_increment example with a carry
Example#4831 - Esempio di uso di str_ireplace
Example#4832 - Esempio di uso di str_pad
Example#4833 - Esempio di uso di str_repeat
Example#4834 - Esempi di uso di str_replace
Example#4835 - Esempio di uso di str_rot13
Example#4836 - Esempio di uso di str_shuffle
Example#4837 - Esempi di uso di str_split
Example#4838 - Esempi relativi a str_split
Example#4839 - Using the empty string ''
Example#4840 - Showing case-sensitivity
Example#4841 - Esempio di uso di str_word_count
Example#4842 - Esempio di uso di strcasecmp
Example#4843 - Esempio distrcmp
Example#4844 - Esempio di uso di strip_tags
Example#4845 - Esempi di uso di stripos
Example#4846 - Un esempio di stripslashes
Example#4847 - Utilizzo di stripslashes su un array
Example#4848 - Esempio di uso di stristr
Example#4849 - Verifica se una stringa esiste o meno
Example#4850 - Utilizzo di un dato non stringa da cercare
Example#4851 - Esempio di uso di strlen
Example#4852 - Esempio di uso di strpbrk
Example#4853 - Esempio di uso di strpos
Example#4854 - Esempio di uso di strrchr
Example#4855 - Invertire una stringa con strrev
Example#4856 - Un semplice esempio di strripos
Example#4857 - Esempio di uso di strstr
Example#4858 - Esempio di uso di strtok
Example#4859 - Vecchio comportamento di strtok
Example#4860 - Nuovo comportamento di strtok
Example#4861 - Esempio di uso di strtolower
Example#4862 - Esempio di uso di strtoupper
Example#4863 - Esempio di uso di strtr
Example#4864 - Esempio di uso di strtr con due parametri
Example#4865 - Esempi di base di substr
Example#4866 - Utilizzo di valori negativi di start
Example#4867 - Utilizzo di valori negativi per length
Example#4868 - Esempio di uso di substr_compare
Example#4869 - Esempio di uso di substr_count
Example#4870 - Esempio di uso di substr_replace
Example#4871 - Esempio di uso di trim
Example#4872 - Trimming array values with trim
Example#4873 - Esempio di uso di ucfirst
Example#4874 - Esempio di uso di ucwords
Example#4875 - Basic examples
Example#4876 - Basic example
Example#4877 - vfprintf: interi completati con zero
Example#4878 - Esempio di uso di wordwrap
Example#4879 - Esempio di uso di wordwrap
Example#4880 - Esempio di array
Example#4881 - Indice automatico con array
Example#4882 - Indice 1-based con array
Example#4883 - array_all example
Example#4884 - array_any example
Example#4885 - Esempio di array_change_key_case
Example#4886 - esempio di array_chunk
Example#4887 - Get the column of first names from a recordset
Example#4888 - Get the column of last names from a recordset, indexed by the "id" column
Example#4889 - Get the column of usernames from the public "username" property of an object
Example#4890 - Get the column of names from the private "name" property of an object using the magic methods __isset and __get
Example#4891 - Un semplice esempio per array_combine
Example#4892 - Esempio di array_count_values
Example#4893 - Esempio di array_diff
Example#4894 - Esempio di array_diff_assoc
Example#4895 - Esempio di array_diff_assoc
Example#4896 - array_diff_key example
Example#4897 - array_diff_uassoc example
Example#4898 - array_diff_ukey example
Example#4899 - esempio di array_fill
Example#4900 - array_fill_keys example
Example#4901 - Esempio di array_filter
Example#4902 - array_filter senza callback
Example#4903 - array_find example
Example#4904 - array_find_key example
Example#4905 - Basic array_first Usage
Example#4906 - Esempio di array_flip
Example#4907 - Esempio di array_flip: collisione
Example#4908 - Esempio di array_intersect
Example#4909 - esempio di array_intersect_assoc
Example#4910 - array_intersect_key example
Example#4911 - array_intersect_uassoc example
Example#4912 - array_intersect_ukey example
Example#4913 - array_is_list example
Example#4914 - Esempio di array_key_exists
Example#4915 - array_key_exists vs isset
Example#4916 - Basic array_key_first Usage
Example#4917 - Esempio di array_keys
Example#4918 - Basic array_last Usage
Example#4919 - Esempio di array_map
Example#4920 - array_map usando una funzione lambda (a partire da PHP 5.3.0)
Example#4921 - array_map - usando più array
Example#4922 - Esecuzione di un'operazione zip di array
Example#4923 - callback null con solo array1
Example#4924 - array_map - con chiavi stringa
Example#4925 - Esempio di array_merge
Example#4926 - Esempio di array_merge
Example#4927 - esempio di array_merge
Example#4928 - Esempio di array_merge_recursive
Example#4929 - Sorting multiple arrays
Example#4930 - Ordinamento di array multidimensionali
Example#4931 - Ordinamento dei risultati di un database
Example#4932 - Ordinamento senza distinzione tra maiuscole e minuscole
Example#4933 - esempio di array_pad
Example#4934 - esempio di array_pop
Example#4935 - array_product examples
Example#4936 - esempio di array_push
Example#4937 - esempio di array_rand
Example#4938 - esempio di array_reduce
Example#4939 - array_replace example
Example#4940 - Example of how nested arrays are handled
Example#4941 - array_replace_recursive example
Example#4942 - array_replace_recursive and recursive behavior
Example#4943 - esempio di array_reverse
Example#4944 - esempio di array_search
Example#4945 - esempio di array_shift
Example#4946 - esempi di array_slice
Example#4947 - esempi di array_splice
Example#4948 - esempi di array_sum
Example#4949 - array_udiff example using stdClass Objects
Example#4950 - array_udiff example using DateTime Objects
Example#4951 - array_udiff_assoc example
Example#4952 - array_udiff_uassoc example
Example#4953 - array_uintersect example
Example#4954 - array_uintersect_assoc example
Example#4955 - array_uintersect_uassoc example
Example#4956 - esempio di array_unique
Example#4957 - array_unique e i tipi
Example#4958 - esempio di array_unshift
Example#4959 - esempio di array_values
Example#4960 - esempio di array_walk
Example#4961 - array_walk_recursive example
Example#4962 - esempio di arsort
Example#4963 - esempio di asort
Example#4964 - esempio di compact
Example#4965 - esempio di count
Example#4966 - esempio di count ricorsiva (PHP >= 4.2.0)
Example#4967 - Esempio di current e funzioni relative
Example#4968 - esempi dieach
Example#4969 - Attraversamento di un array con each
Example#4970 - Un semplice esempio di end
Example#4971 - Esempio di extract
Example#4972 - esempio di in_array
Example#4973 - esempio di in_array con strict
Example#4974 - in_array con un array come ago
Example#4975 - esempio di key
Example#4976 - Esempio di krsort
Example#4977 - esempio di ksort
Example#4978 - esempio di list
Example#4979 - Esempio di uso di list
Example#4980 - Utilizzare list annidate
Example#4981 - Utilizzo di list con gli indici
Example#4982 - list e ordine delle definizioni dell'indice
Example#4983 - esempio di natcasesort
Example#4984 - esempio di natsort
Example#4985 - Esempio di next e funzioni relative
Example#4986 - Esempio di prev e funzioni relative
Example#4987 - esempi di range
Example#4988 - esempio di reset
Example#4989 - esempio di rsort
Example#4990 - esempio di shuffle
Example#4991 - esempio di sort
Example#4992 - esempio di uksort
Example#4993 - esempio di usort
Example#4994 - esempio di usort con un array multidimensionale
Example#4995 - esempio di usort usando una funzione membro di un oggetto
Example#4996 - Class Definitions
Example#4997 - test_script.php
Example#4998 - class_alias example
Example#4999 - Esempio di class_exists
Example#5000 - Esempio del parametro autoload
Example#5001 - enum_exists example
Example#5002 - Using get_called_class
Example#5003 - Utilizzo di get_class
Example#5004 - Utilizzo di get_class nella superclasse
Example#5005 - Esempio di get_class_methods
Example#5006 - Esempio di get_class_vars
Example#5007 - get_class_vars e comportamento dell'ambito
Example#5008 - Esempio di get_declared_classes
Example#5009 - get_declared_interfaces example
Example#5010 - get_mangled_object_vars example
Example#5011 - Uso di get_object_vars
Example#5012 - Uso di get_parent_class
Example#5013 - interface_exists example
Example#5014 - Esempio di is_a
Example#5015 - Uso dell'operatore instanceof in PHP 5
Example#5016 - Esempio di is_subclass_of
Example#5017 - Esempio di is_subclass_of usando interfacce
Example#5018 - Esempio di method_exists
Example#5019 - Esempio di method_exists statico
Example#5020 - A property_exists example
Example#5021 - Un esempio di ctype_alnum (usando il locale di default)
Example#5022 - Un esempio di ctype_alpha (usando il locale di default)
Example#5023 - Un esempio di ctype_cntrl
Example#5024 - Un esempio di ctype_digit
Example#5025 - Un esempio di ctype_digit confrontando stringhe con interi
Example#5026 - Un esempio di ctype_graph
Example#5027 - Un esempio di ctype_lower (usando il locale di default)
Example#5028 - Un esempio di ctype_print
Example#5029 - Un esempio di ctype_punct
Example#5030 - Un esempio di ctype_space
Example#5031 - Un esempio di ctype_upper (usando il locale di default)
Example#5032 - Un esempio di ctype_xdigit
Example#5033 - Configuring the default filter to act like htmlspecialchars
Example#5034 - Example of using FILTER_CALLBACK to validate a login name
Example#5035 - Validating email addresses with filter_var
Example#5036 - Validating IP addresses with filter_var
Example#5037 - Passing options to filter_var
Example#5038 - Sanitizing and validating email addresses
Example#5039 - A filter_input example
Example#5040 - A filter_list example
Example#5041 - A filter_var example
Example#5042 - Example validating entries of an array
Example#5043 - Example of passing an array for options
Example#5044 - Providing flags either directly or via an array
Example#5045 - A filter_var_array example
Example#5046 - call_user_func example and references
Example#5047 - call_user_func example
Example#5048 - call_user_func using namespace name
Example#5049 - Using a class method with call_user_func
Example#5050 - Using lambda function with call_user_func
Example#5051 - call_user_func_array example
Example#5052 - call_user_func_array using namespace name
Example#5053 - Using lambda function
Example#5054 - Passing values by reference
Example#5055 - call_user_func_array using named arguments
Example#5056 - Creating a function dynamically, with create_function or anonymous functions
Example#5057 - Making a general processing function, with create_function or anonymous functions
Example#5058 - Using dynamic functions as callback functions
Example#5059 - forward_static_call example
Example#5060 - forward_static_call_array example
Example#5061 - func_get_arg example
Example#5062 - func_get_arg example of byref and byval arguments
Example#5063 - func_get_args example
Example#5064 - func_get_args example of byref and byval arguments
Example#5065 - func_num_args example
Example#5066 - function_exists example
Example#5067 - get_defined_functions example
Example#5068 - register_shutdown_function example
Example#5069 - register_tick_function example
Example#5070 - Quickhash Example
Example#5071 - Quickhash ArrayAccess Example
Example#5072 - Quickhash Iterator Example
Example#5073 - Quickhash String Values Example
Example#5074 - QuickHashIntSet::add example
Example#5075 - QuickHashIntSet::__construct example
Example#5076 - QuickHashIntSet::delete example
Example#5077 - QuickHashIntSet::exists example
Example#5078 - QuickHashIntSet::getSize example
Example#5079 - QuickHashIntSet::loadFromFile example
Example#5080 - QuickHashIntSet::loadFromString example
Example#5081 - QuickHashIntSet::saveToFile example
Example#5082 - QuickHashIntSet::saveToString example
Example#5083 - QuickHashIntHash::add example
Example#5084 - QuickHashIntHash::__construct example
Example#5085 - QuickHashIntHash::delete example
Example#5086 - QuickHashIntHash::exists example
Example#5087 - QuickHashIntHash::get example
Example#5088 - QuickHashIntHash::getSize example
Example#5089 - QuickHash IntHash file format
Example#5090 - QuickHash IntHash file format
Example#5091 - QuickHashIntHash::loadFromFile example
Example#5092 - QuickHashIntHash::loadFromString example
Example#5093 - QuickHashIntHash::saveToFile example
Example#5094 - QuickHashIntHash::saveToString example
Example#5095 - QuickHashIntHash::set example
Example#5096 - QuickHashIntHash::update example
Example#5097 - QuickHashStringIntHash::add example
Example#5098 - QuickHashStringIntHash::__construct example
Example#5099 - QuickHashStringIntHash::delete example
Example#5100 - QuickHashStringIntHash::get example
Example#5101 - QuickHashStringIntHash::getSize example
Example#5102 - QuickHash StringIntHash file format
Example#5103 - QuickHash IntHash file format
Example#5104 - QuickHashStringIntHash::loadFromFile example
Example#5105 - QuickHashStringIntHash::loadFromString example
Example#5106 - QuickHashStringIntHash::saveToFile example
Example#5107 - QuickHashStringIntHash::saveToString example
Example#5108 - QuickHashStringIntHash::set example
Example#5109 - QuickHashStringIntHash::update example
Example#5110 - QuickHashIntStringHash::add example
Example#5111 - QuickHashIntStringHash::__construct example
Example#5112 - QuickHashIntStringHash::delete example
Example#5113 - QuickHashIntStringHash::get example
Example#5114 - QuickHashIntStringHash::getSize example
Example#5115 - QuickHash IntString file format
Example#5116 - QuickHash IntString file format
Example#5117 - QuickHashIntStringHash::loadFromFile example
Example#5118 - QuickHashIntStringHash::loadFromString example
Example#5119 - QuickHashIntStringHash::saveToFile example
Example#5120 - QuickHashIntStringHash::saveToString example
Example#5121 - QuickHashIntStringHash::set example
Example#5122 - QuickHashIntStringHash::update example
Example#5123 - Reflection Example from Shell (a Terminal)
Example#5124 - Extending the built-in classes
Example#5125 - Reflection::getModifierNames example
Example#5126 - Basic usage ReflectionClass
Example#5127 - Basic usage of ReflectionClass::export
Example#5128 - Basic usage
Example#5129 - Filtering results by class name
Example#5130 - Filtering results by class name, with inheritance
Example#5131 - Usage of ReflectionClass::getConstant
Example#5132 - Basic usage of ReflectionClass::getConstructor
Example#5133 - ReflectionClass::getDefaultProperties example
Example#5134 - ReflectionClass::getDocComment example
Example#5135 - ReflectionClass::getEndLine example
Example#5136 - Basic usage of ReflectionClass::getExtension
Example#5137 - Basic usage of ReflectionClass::getExtensionName
Example#5138 - ReflectionClass::getInterfaceNames example
Example#5139 - ReflectionClass::getInterfaces example
Example#5140 - Basic usage of ReflectionClass::getMethod
Example#5141 - Basic usage of ReflectionClass::getMethods
Example#5142 - Filtering results from ReflectionClass::getMethods
Example#5143 - ReflectionClass::getName example
Example#5144 - ReflectionClass::getNamespaceName example
Example#5145 - ReflectionClass::getProperties filtering example
Example#5146 - Basic usage of ReflectionClass::getProperty
Example#5147 - Basic ReflectionClass::getReflectionConstants example
Example#5148 - ReflectionClass::getShortName example
Example#5149 - Basic usage of ReflectionClass::getStaticPropertyValue
Example#5150 - ReflectionClass::hasConstant example
Example#5151 - ReflectionClass::hasMethod example
Example#5152 - ReflectionClass::hasProperty example
Example#5153 - Basic usage
Example#5154 - ReflectionClass::inNamespace example
Example#5155 - ReflectionClass::isAbstract example
Example#5156 - ReflectionClass::isAnonymous example
Example#5157 - Basic usage of ReflectionClass::isCloneable
Example#5158 - ReflectionClass::isFinal example
Example#5159 - ReflectionClass::isInstance related examples
Example#5160 - ReflectionClass::isInstantiable example
Example#5161 - Basic usage of ReflectionClass::isInterface
Example#5162 - Basic usage of ReflectionClass::isInternal
Example#5163 - Basic ReflectionClass::isIterable Usage
Example#5164 - ReflectionClass::isReadOnly example
Example#5165 - Basic usage
Example#5166 - Marking an uninitialized lazy object as initialized
Example#5167 - Marking an initialized object as initialized
Example#5168 - Basic usage of ReflectionClass::newInstanceArgs
Example#5169 - Basic usage
Example#5170 - Basic usage
Example#5171 - ReflectionClass::__toString example
Example#5172 - Basic usage
Example#5173 - Filtering results by class name
Example#5174 - Filtering results by class name, with inheritance
Example#5175 - ReflectionClassConstant::isDeprecated example
Example#5176 - ReflectionClassConstant::isEnumCase example
Example#5177 - Basic usage of ReflectionConstant::getExtension
Example#5178 - Basic usage of ReflectionConstant::getExtensionName
Example#5179 - ReflectionConstant::getName example
Example#5180 - ReflectionConstant::getNamespaceName example
Example#5181 - ReflectionConstant::getShortName example
Example#5182 - ReflectionProperty::getValue example
Example#5183 - ReflectionConstant::isDeprecated example
Example#5184 - ReflectionEnum::getBackingType example
Example#5185 - ReflectionEnum::getCase example
Example#5186 - ReflectionEnum::getCases example
Example#5187 - ReflectionEnum::hasCase example
Example#5188 - ReflectionEnum::isBacked example
Example#5189 - ReflectionEnum::getValue example
Example#5190 - ReflectionEnum::getBackingValue example
Example#5191 - ReflectionExtension example
Example#5192 - ReflectionExtension::getClasses example
Example#5193 - ReflectionExtension::getClassNames example
Example#5194 - ReflectionExtension::getConstants example
Example#5195 - ReflectionExtension::getDependencies example
Example#5196 - ReflectionExtension::getFunctions example
Example#5197 - ReflectionExtension::getINIEntries example
Example#5198 - ReflectionExtension::getName example
Example#5199 - ReflectionExtension::getVersion example
Example#5200 - ReflectionExtension::info example
Example#5201 - ReflectionFunction::__construct example
Example#5202 - ReflectionFunction::invoke example
Example#5203 - ReflectionFunction::invokeArgs example
Example#5204 - ReflectionFunction::invokeArgs with references example
Example#5205 - ReflectionFunction::isAnonymous example
Example#5206 - ReflectionFunction::__toString example
Example#5207 - Basic usage with a class method
Example#5208 - Basic usage with a function
Example#5209 - Filtering results by class name
Example#5210 - Filtering results by class name, with inheritance
Example#5211 - Example showcasing difference between ReflectionFunctionAbstract::getClosureCalledClass, ReflectionFunctionAbstract::getClosureScopeClass, and ReflectionFunctionAbstract::getClosureThis with a closure in the object context
Example#5212 - Example showcasing difference between ReflectionFunctionAbstract::getClosureCalledClass, ReflectionFunctionAbstract::getClosureScopeClass, and ReflectionFunctionAbstract::getClosureThis with a static closure without an object context
Example#5213 - Example showcasing difference between ReflectionFunctionAbstract::getClosureCalledClass, ReflectionFunctionAbstract::getClosureScopeClass, and ReflectionFunctionAbstract::getClosureThis with a closure in the object context
Example#5214 - Example showcasing difference between ReflectionFunctionAbstract::getClosureCalledClass, ReflectionFunctionAbstract::getClosureScopeClass, and ReflectionFunctionAbstract::getClosureThis with a static closure without an object context
Example#5215 - Example showcasing difference between ReflectionFunctionAbstract::getClosureCalledClass, ReflectionFunctionAbstract::getClosureScopeClass, and ReflectionFunctionAbstract::getClosureThis with a closure in the object context
Example#5216 - Example showcasing difference between ReflectionFunctionAbstract::getClosureCalledClass, ReflectionFunctionAbstract::getClosureScopeClass, and ReflectionFunctionAbstract::getClosureThis with a static closure without an object context
Example#5217 - ReflectionFunctionAbstract::getClosureUsedVariables example
Example#5218 - ReflectionFunctionAbstract::getReturnType example
Example#5219 - Usage on built-in functions
Example#5220 - ReflectionFunctionAbstract::getTentativeReturnType example
Example#5221 - ReflectionFunctionAbstract::hasReturnType example
Example#5222 - Usage on built-in functions
Example#5223 - ReflectionFunctionAbstract::hasTentativeReturnType example
Example#5224 - ReflectionFunctionAbstract::isClosure example
Example#5225 - ReflectionFunctionAbstract::isDeprecated example
Example#5226 - ReflectionMethod::__construct example
Example#5227 - ReflectionMethod::createFromMethodName example
Example#5228 - ReflectionMethod::getDeclaringClass example
Example#5229 - ReflectionMethod::getModifiers example
Example#5230 - ReflectionMethod::getPrototype example
Example#5231 - ReflectionMethod::hasPrototype example
Example#5232 - ReflectionMethod::invoke example
Example#5233 - ReflectionMethod::invokeArgs example
Example#5234 - Simple Class definition
Example#5235 - ReflectionMethod::__toString example
Example#5236 - ReflectionNamedType::isBuiltin example
Example#5237 - Using the ReflectionParameter class
Example#5238 - Basic usage
Example#5239 - Filtering results by class name
Example#5240 - Filtering results by class name, with inheritance
Example#5241 - Using the ReflectionParameter class
Example#5242 - Getting the class that declared the method
Example#5243 - Getting default values of function parameters
Example#5244 - Getting default values' constant names of function parameters
Example#5245 - ReflectionParameter::getType Usage as of PHP 7.1.0
Example#5246 - ReflectionParameter::getType Usage before PHP 7.1.0
Example#5247 - ReflectionParameter::getType Usage in PHP 8.0.0 and later
Example#5248 - ReflectionParameter::hasType example
Example#5249 - PHP 8.0.0 equivalent
Example#5250 - PHP 8.0.0 equivalent
Example#5251 - ReflectionParameter::__toString example
Example#5252 - ReflectionProperty::__construct example
Example#5253 - Getting value from private and protected properties using ReflectionProperty class
Example#5254 - Basic usage
Example#5255 - Filtering results by class name
Example#5256 - Filtering results by class name, with inheritance
Example#5257 - ReflectionProperty::getDefaultValue example
Example#5258 - ReflectionProperty::getDocComment example
Example#5259 - Multiple property declarations
Example#5260 - ReflectionProperty::getHook example
Example#5261 - ReflectionProperty::getHooks example
Example#5262 - ReflectionProperty::getRawValue example
Example#5263 - ReflectionProperty::getSettableType example
Example#5264 - ReflectionProperty::getType example
Example#5265 - ReflectionProperty::getValue example
Example#5266 - ReflectionProperty::hasDefaultValue example
Example#5267 - ReflectionProperty::hasHook example
Example#5268 - ReflectionProperty::hasHooks example
Example#5269 - ReflectionProperty::hasType example
Example#5270 - ReflectionProperty::isDefault example
Example#5271 - ReflectionProperty::isDynamic example
Example#5272 - ReflectionProperty::isFinal example
Example#5273 - ReflectionProperty::isInitialized example
Example#5274 - ReflectionProperty::isPromoted example
Example#5275 - ReflectionProperty::isVirtual example
Example#5276 - Simple Class definition
Example#5277 - ReflectionProperty::setRawValue example
Example#5278 - ReflectionProperty::setValue example
Example#5279 - ReflectionType::allowsNull example
Example#5280 - ReflectionType::__toString example
Example#5281 - ReflectionUnionType::getTypes example
Example#5282 - ReflectionGenerator::__construct example
Example#5283 - ReflectionGenerator::getExecutingFile example
Example#5284 - ReflectionGenerator::getExecutingGenerator example
Example#5285 - ReflectionGenerator::getExecutingLine example
Example#5286 - ReflectionGenerator::getFunction example
Example#5287 - ReflectionGenerator::getThis example
Example#5288 - ReflectionGenerator::getTrace example
Example#5289 - ReflectionGenerator::isClosed example
Example#5290 - ReflectionIntersectionType::getTypes example
Example#5291 - Basic ReflectionReference::getId usage
Example#5292 - boolval examples
Example#5293 - debug_zval_dump example
Example#5294 - Semplici confronti empty / isset.
Example#5295 - empty on String Offsets
Example#5296 - Esempio di uso di floatval
Example#5297 - Esempio di floatval con caratteri più a sinistra non numerici
Example#5298 - get_debug_type example
Example#5299 - Esempio di uso di get_defined_vars
Example#5300 - get_resource_id produces the same result as an int cast
Example#5301 - Esempio di get_resource_type
Example#5302 - Esempio di gettype
Example#5303 - Esempi di uso di intval
Example#5304 - Verifica se una variabile è un array
Example#5305 - Esempi di is_bool
Example#5306 - Esempio di is_callable
Example#5307 - is_countable examples
Example#5308 - Esempio di is_float
Example#5309 - Esempio di is_int
Example#5310 - is_iterable examples
Example#5311 - Esempio di is_null
Example#5312 - Esempi di is_numeric
Example#5313 - Esempio di is_object
Example#5314 - Esempio di utilizzo di is_resource
Example#5315 - Esempio di uso di is_scalar
Example#5316 - Esempio di is_string
Example#5317 - Esempi di isset
Example#5318 - isset su Offset di Stringhe
Example#5319 - Esempio di print_r
Example#5320 - Esempio con il parametro return
Example#5321 - Esempio di serialize
Example#5322 - Esempio di settype
Example#5323 - Esempio di strval utilizzando il metodo magico __toString() di PHP 5.
Example#5324 - Esempio di uso di unserialize
Example#5325 - Esempio di unserialize_callback_func
Example#5326 - Esempio di unset
Example#5327 - Uso del casting di (unset)
Example#5328 - var_dump example
Example#5329 - Esempio di utilizzo di var_export
Example#5330 - Esportazione classi da PHP 5.1.0
Example#5331 - Utilizzo di __set_state() (da PHP 5.1.0)
Example#5332 -
Example#5333 - OAuth::fetch example
Example#5334 - OAuth::getAccessToken example
Example#5335 - OAuth::getRequestToken example
Example#5336 - OAuth::setRequestEngine example
Example#5337 - An OAuth::setRsaCertificate example
Example#5338 - OAuth::setToken example
Example#5339 - OAuthProvider::__construct example
Example#5340 - Example OAuthProvider::consumerHandler callback
Example#5341 - OAuthProvider::generateToken example
Example#5342 - OAuthProvider::is2LeggedEndpoint example
Example#5343 - Example OAuthProvider::timestampNonceHandler callback
Example#5344 - Example OAuthProvider::tokenHandler callback
Example#5345 - is_soap_fault example
Example#5346 - SOAP's standard method for error reporting is exceptions
Example#5347 - SoapClient::__construct example
Example#5348 - Using the SOAP_SINGLE_ELEMENT_ARRAYS feature
Example#5349 - SoapClient::__doRequest example
Example#5350 - SoapClient::__getFunctions example
Example#5351 - SoapClient::__getLastRequest() example
Example#5352 - SoapClient::__getLastRequestHeaders() example
Example#5353 - SoapClient::__getLastResponse() example
Example#5354 - SoapClient::__getLastResponse() example
Example#5355 - SoapClient::__getTypes example
Example#5356 - SoapClient::__setLocation example
Example#5357 - SoapClient::__setSoapHeaders example
Example#5358 - Set Multiple Headers
Example#5359 - SoapClient::__soapCall example
Example#5360 - SoapServer::addFunction example
Example#5361 - SoapServer::__construct example
Example#5362 - SoapServer::getFunctions example
Example#5363 - SoapServer::__getLastResponse() example
Example#5364 - SoapServer::handle example
Example#5365 - SoapServer::setPersistence example
Example#5366 - Some examples
Example#5367 - Some examples
Example#5368 - SoapHeader::__construct example
Example#5369 - SoapParam::__construct example
Example#5370 - SoapVar::__construct example
Example#5371 - Yar Server Example
Example#5372 - Access the server in borwser(GET request)
Example#5373 - Yar Client Example
Example#5374 - Yar Concurrent Client Example
Example#5375 - Yar_Server::__construct example
Example#5376 - Yar_Server::handle example
Example#5377 - Yar_Client::__call example
Example#5378 - Yar_Client::__construct example
Example#5379 - Yar_Client::setOpt example
Example#5380 - Yar_Concurrent_Client::call example
Example#5381 - Yar_Concurrent_Client::loop example
Example#5382 - Yar_Concurrent_Client::reset example
Example#5383 - Yar_Server_Exception::getType example
Example#5384 - Yar_Client_Exception::getType example
Example#5385 - Esempio delle funzioni client di XMLRPC
Example#5386 - Esempio del tipo XML-RPC
Example#5387 - Un esempio di xmlrpc_set_type
Example#5388 - For Each in ASP
Example#5389 - foreach in PHP
Example#5390 - com example (1)
Example#5391 - com example (2)
Example#5392 - dotnet example
Example#5393 - variant example
Example#5394 - Basic COMPersistHelper::saveToFile Usage
Example#5395 - COM event sink example
Example#5396 - Registering a PHP script to run as a service
Example#5397 - Unregistering a service
Example#5398 - Running as a service
Example#5399 - A win32_create_service example
Example#5400 - A win32_create_service example with dependencies
Example#5401 - A win32_create_service example with recovery
Example#5402 - A win32_delete_service example
Example#5403 - A win32_start_service_ctrl_dispatcher example
Example#5404 - book.xml
Example#5405 - Creating a new DOMAttr object
Example#5406 - DOMAttr::isId() Example
Example#5407 - Creating a new DOMCdataSection object
Example#5408 - DOMCharacterData::after example
Example#5409 - DOMCharacterData::before example
Example#5410 - DOMCharacterData::remove example
Example#5411 - DOMCharacterData::replaceWith example
Example#5412 - Creating a new DOMComment
Example#5413 - DOMDocument::adoptNode example
Example#5414 - DOMDocument::append example
Example#5415 - Creating a new DOMDocument
Example#5416 - Creating a new element and inserting it as root
Example#5417 - Passing text containing an unescaped & as value
Example#5418 - Creating a new element and inserting it as root
Example#5419 - A namespace prefix example
Example#5420 - DOMDocument::getElementById() Example
Example#5421 - Basic Usage Example
Example#5422 - Get all the XInclude elements
Example#5423 - DOMDocument::importNode example
Example#5424 - Creating a Document
Example#5425 - Creating a Document
Example#5426 - Creating a Document
Example#5427 - Creating a Document
Example#5428 - DOMDocument::prepend example
Example#5429 - Aggiunta di un nuovo metodo a DOMElement per semplificare il codice
Example#5430 - Recupero di elementi come classe personalizzata
Example#5431 - Recupero del proprietario del documento
Example#5432 - DOMDocument::replaceChildren example
Example#5433 - Saving a DOM tree into a file
Example#5434 - Saving a HTML tree into a string
Example#5435 - Saving a HTML tree into a file
Example#5436 - Saving a DOM tree into a string
Example#5437 - Example of DTD validation
Example#5438 - DOMDocument::xinclude() example
Example#5439 - DOMDocumentFragment::append example
Example#5440 - Appending XML data to your document
Example#5441 - DOMDocumentFragment::prepend example
Example#5442 - DOMDocumentFragment::replaceChildren example
Example#5443 - DOMElement::after example
Example#5444 - DOMElement::append example
Example#5445 - DOMElement::before example
Example#5446 - Creating a new DOMElement
Example#5447 - DOMElement::getAttributeNames example
Example#5448 - DOMElement::insertAdjacentElement example
Example#5449 - DOMElement::insertAdjacentText example
Example#5450 - DOMElement::prepend example
Example#5451 - DOMElement::remove example
Example#5452 - DOMElement::replaceChildren example
Example#5453 - DOMElement::replaceWith example
Example#5454 - Setting an attribute
Example#5455 - DOMElement::toggleAttribute example
Example#5456 - Creating a new DOMEntityReference
Example#5457 - Creating a document with an attached DTD
Example#5458 - Testing your DOM Implementation
Example#5459 - Getting an attribute on a node
Example#5460 - Accessing attribute with array syntax
Example#5461 - Adding a child
Example#5462 - Nested children
Example#5463 - Example with XPath query
Example#5464 - DOMNode::compareDocumentPosition example
Example#5465 - DOMNode::contains example
Example#5466 - DOMNode::getLineNo example
Example#5467 - DOMNode::getNodePath example
Example#5468 - DOMNode::getRootNode example
Example#5469 - DOMNode::isEqualNode example
Example#5470 - Removing a child
Example#5471 - Traversing all the entries of the table
Example#5472 - Accessing item with array syntax
Example#5473 - Traversing items with foreach
Example#5474 - DOMParentNode::replaceChildren example
Example#5475 - Creating a new DOMProcessingInstruction object
Example#5476 - Creating a new DOMText
Example#5477 - Getting the count of all the english books
Example#5478 - Getting all the english books
Example#5479 - Matching attribute value with quotes
Example#5480 - Register a namespaced XPath function and call it from the XPath expression
Example#5481 - book.xml
Example#5482 - DOMXPath::registerPhpFunctions with php:functionString
Example#5483 - DOMXPath::registerPhpFunctions with php:function
Example#5484 - DOMXPath::registerPhpFunctions with a callable
Example#5485 - Dom\Attr::isId() Example
Example#5486 - Dom\Attr::rename example to change both the namespace and qualified name
Example#5487 - Dom\Attr::rename example to change only the qualified name
Example#5488 - Dom\CharacterData::after example
Example#5489 - Dom\CharacterData::before example
Example#5490 - Dom\CharacterData::remove example
Example#5491 - Dom\CharacterData::replaceWith example
Example#5492 - Dom\HTMLDocument::createEmpty example
Example#5493 - Dom\HTMLDocument::createFromString example
Example#5494 - Dom\ParentNode::replaceChildren example
Example#5495 - Dom\TokenList::add example
Example#5496 - Dom\TokenList::contains example
Example#5497 - Dom\TokenList::item example
Example#5498 - Dom\TokenList::remove example
Example#5499 - Dom\TokenList::replace example
Example#5500 - Dom\TokenList::toggle example
Example#5501 - Importare SimpleXML nel DOM con dom_import_simplexml
Example#5502 - Import SimpleXML into DOM and modify SimpleXML through DOM
Example#5503 - A libxml_get_errors example
Example#5504 - libxml_set_external_entity_loader example
Example#5505 - A libxml_set_streams_context example
Example#5506 - A libxml_use_internal_errors example
Example#5507 - Include file examples/simplexml-data.php with XML string
Example#5508 - Getting <plot>
Example#5509 - Getting <line>
Example#5510 - Accessing non-unique elements in SimpleXML
Example#5511 - Using attributes
Example#5512 - Comparing Elements and Attributes with Text
Example#5513 - Comparing Two Elements
Example#5514 - Using XPath
Example#5515 - Setting values
Example#5516 - Adding elements and attributes
Example#5517 - DOM Interoperability
Example#5518 - Working with namespaces
Example#5519 - Loading broken XML string
Example#5520 - Add attributes and children to a SimpleXML element
Example#5521 - Add attributes and children to a SimpleXML element
Example#5522 - Get XML
Example#5523 - Using asXML() on SimpleXMLElement::xpath results
Example#5524 - Interpret an XML string
Example#5525 - Traversing a children() pseudo-array
Example#5526 - Using namespaces
Example#5527 - Create a SimpleXMLElement object
Example#5528 - Create a SimpleXMLElement object from a URL
Example#5529 - Counting the number of children
Example#5530 - Return the current element
Example#5531 - Get document namespaces
Example#5532 - Working with multiple namespaces
Example#5533 - Get XML element names
Example#5534 - Get document namespaces in use
Example#5535 - Return the sub-elements of the current element
Example#5536 - Check whether the current element has sub-elements
Example#5537 - Get the current XML tag key
Example#5538 - Move to the next element
Example#5539 - Setting a namespace prefix to use in an XPath query
Example#5540 - Rewind to the first element
Example#5541 - Get string content
Example#5542 - Check whether the current element is valid
Example#5543 - Xpath
Example#5544 - Importing a DOMDocument
Example#5545 - Importing a Dom\Document
Example#5546 - Interpret an XML document
Example#5547 - Interpret an XML string
Example#5548 - Serializing a single value with WDDX
Example#5549 - Using incremental packets with WDDX
Example#5550 - wddx_serialize_vars example
Example#5551 - Show XML Element Structure
Example#5552 - Map XML to HTML
Example#5553 - External Entity Example
Example#5554 - xmltest.xml
Example#5555 - xmltest2.xml
Example#5556 - Show XML Element Structure
Example#5557 - Esempio di uso xml_parse_into_struct
Example#5558 - moldb.xml - piccolo database di informazioni sulle molecole
Example#5559 - parsemoldb.php - analizza moldb.xml in un array di oggetti molecolari
Example#5560 - Esempio di uso di xml_set_object
Example#5561 - Validating XML
Example#5562 - Creating a simple XML document
Example#5563 - Working with XML namespaces
Example#5564 - Working with the OO API
Example#5565 - Direct output of XML
Example#5566 - XMLWriter::setIndent and mixed Content
Example#5567 - Basic XMLWriter::startAttribute Usage
Example#5568 - Intermixing Sub-elements and Attributes
Example#5569 - Basic xmlwriter_write_cdata Usage
Example#5570 - collection.xml
Example#5571 - collection.xsl
Example#5572 - fruits.xml
Example#5573 - fruits.xsl
Example#5574 - Collating and printing errors
Example#5575 - Creating an XSLTProcessor
Example#5576 - Testing EXSLT support
Example#5577 - Simple PHP Function call from a stylesheet
Example#5578 - Simple PHP Function call from a stylesheet
Example#5579 - Changing the owner before the transformation
Example#5580 - Example profiling output
Example#5581 - Transforming to a DOMDocument
Example#5582 - Transforming to a Dom\Document
Example#5583 - Transforming to a HTML file
Example#5584 - Transforming to a HTML file using Dom\Document
Example#5585 - Transforming to a string
Example#5586 - Transforming to a string using Dom\Document
Example#5587 - A hidden HTML form element
Example#5588 - Data to be edited by the user
Example#5589 - In a URL
Example#5590 - Generating Javascript with PHP
Example#5591 - Example PHP/FI Code
Example#5592 - Attivare la visualizzazione completa degli errori per il dominio dev.
Example#5593 - Aggiungere uno script di sicurezza per le aree protette
Example#5594 - Unix include_path
Example#5595 - Windows include_path
Example#5596 - include_path su Unix utilizzando la variabile d'ambiente ${USER}
Example#5597 - string.rot13
Example#5598 - string.toupper
Example#5599 - string.tolower
Example#5600 - string.strip_tags
Example#5601 - convert.base64-encode & convert.base64-decode
Example#5602 - convert.quoted-printable-encode & convert.quoted-printable-decode
Example#5603 - convert.iconv.*
Example#5604 - zlib.deflate and zlib.inflate
Example#5605 - zlib.deflate simple
Example#5606 - bzip2.compress and bzip2.decompress
Example#5607 - Encrypt/Decrypt with Blowfish
Example#5608 - Encrypt file using AES-128 CBC with SHA256 HMAC
↑
and
↓
to navigate •
Enter
to select •
Esc
to close •
/
to open