Example listing
List of all the examples in the manual
- Example#0 - Ein einführendes Beispiel
- Example#1 - Unser erstes PHP-Skript: hallo.php
- Example#2 - Hole Systeminformationen mit PHP
- Example#3 - Variable ausgeben (Array-Element)
- Example#4 - Beispiel, das Kontrollstrukturen und
Funktionen benutzt
- Example#5 - HTML- und PHP-Modus vermischt
- Example#6 - Ein einfaches HTML-Formular
- Example#7 - Daten des Formulars ausgeben
- Example#8 - Installationsanweisungen (Apache Shared Module Version) für PHP
- Example#9 - Installationsanweisungen (Statische Modulinstallation für Apache) für
PHP
- Example#10 - Beispielbefehle, um Apache neu zu starten
- Example#11 - Installationsanweisungen (Apache 2 Shared Module Version)
- Example#12 - Partial lighttpd.conf
- Example#13 - Spawning FastCGI Responders
- Example#14 - Connecting to remote php-fastcgi instances
- Example#15 - OpenBSD Package Install Example
- Example#16 - Debian-Installations-Beispiel mit Apache 2
- Example#17 - Stoppen und Starten von Apache nach der Installation von PHP
- Example#18 - Methoden zur Anzeige weiterer PHP-5-Pakete
- Example#19 - PHP mit MySQL und cURL installieren
- Example#20 - PHP 5 package structure
- Example#21 - CGI and FastCGI settings in php.ini
- Example#22 - Configuring FastCGI extension to handle PHP requests
- Example#23 - Configuring file access permissions
- Example#24 - Configuring FastCGI and PHP recycling
- Example#25 - Configuring FastCGI timeout settings
- Example#26 - Changing the location of php.ini file
- Example#27 - CGI and FastCGI settings in php.ini
- Example#28 - Creating IIS FastCGI process pool
- Example#29 - Creating handler mapping for PHP requests
- Example#30 - Determining the account used as IIS anonymous identity
- Example#31 - Configuring file access permissions
- Example#32 - Set index.php as a default document in IIS
- Example#33 - Configuring FastCGI and PHP recycling
- Example#34 - Configuring FastCGI timeout settings
- Example#35 - Changing the location of php.ini file
- Example#36 - PHP as an Apache 1.3.x module
- Example#37 - PHP and Apache 1.3.x as CGI
- Example#38 - PHP and Apache 2.x as handler
- Example#39 -
- Example#40 - PHP and Apache 2.x as CGI
- Example#41 - Configure Apache to run PHP as FastCGI
- Example#42 - ISAPI configuration of Sambar
- Example#43 - Enable Bzip2 extension for PHP-Windows
- Example#44 - Registry changes
- Example#45 - Übergabe von Umgebungsvariablen und PHP Einstellungen an einen Pool
- Example#46 - phpinfo call
- Example#47 - php.ini-Beispiel
- Example#48 - Apache-Konfigurationsbeispiel
- Example#49 - Fortgeschrittenes Erweitern
- Example#50 - Die öffnenden und schließenden Tags von PHP
- Example#51 - Integer literals
- Example#52 - Octal weirdness
- Example#53 - Invalid example
- Example#54 - Heredoc string quoting example
- Example#55 - Nowdoc string quoting example
- Example#56 - Static data example
- Example#57 - Some string examples
- Example#58 - Using array()
- Example#59 - Collection
- Example#60 - Collection
- Example#61 - One-based index
- Example#62 - Filling an array
- Example#63 - Sorting an array
- Example#64 - Recursive and multi-dimensional arrays
- Example#65 - Callback function examples
- Example#66 - Callback example using a Closure
- Example#67 - Callback function examples
- Example#68 - Vorgabewerte uninitialisierter Variablen
- Example#69 - Die Verwendung von global
- Example#70 - Die Verwendung von $GLOBALS statt global
- Example#71 - Beispiel zur Demonstration von Superglobalen und Bereich
- Example#72 - Beispiel, das die Notwendigkeit von statischen Variablen
demonstriert
- Example#73 - Beispiel zur Verwendung statischer Variablen
- Example#74 - Statische Variablen in rekursiven Funktionen
- Example#75 - Statische Variablen deklarieren
- Example#76 - Ein einfaches HTML-Formular
- Example#77 - Zugriff auf die Daten von einem einfachen POST HTML-Formular
- Example#78 - Komplexere Formular-Variablen
- Example#79 - Ein setcookie-Beispiel
- Example#80 - Gültige und ungültige Namen für Konstanten
- Example#81 - Definiton von Konstanten
- Example#82 - Definition von Konstanten unter Verwendung des
const-Keywords
- Example#83 - Arithmetrische Operationen an Zeichenvariablen
- Example#84 - Logische Operatoren dargestellt
- Example#85 - Array-Vergleiche
- Example#86 - switch Anweisung
- Example#87 - switch gestattet den Vergleich mit Strings
- Example#88 - Tick Nutzungsbeispiel
- Example#89 - Tick Nutzungsbeispiel
- Example#90 - Das Encoding eines Skripts deklarieren.
- Example#91 - Grundlegendes include-Beispiel
- Example#92 - Include in Funktionen
- Example#93 - include über HTTP
- Example#94 - Vergleichen des Rückgabewerts von include
- Example#95 - include und return
- Example#96 - Nutzung des Ausgabepuffers um eine Datei "in einen String" einzubinden
- Example#97 - include_once mit einem case-insensitive Betriebssystem und PHP 4
- Example#98 - goto-Beispiel
- Example#99 - goto Schleifenbeispiel
- Example#100 - Das wird nicht funktionieren
- Example#101 - Pseudocode zur Demonstration der Nutzung von Variablen
- Example#102 - Bedingte Funktionen
- Example#103 - Funktionen innerhalb von Funktionen
- Example#104 - Rekursive Funktionen
- Example#105 - Arrays an Funktionen übergeben
- Example#106 - Übergeben von Funktionsparametern als Verweis
- Example#107 - Einsatz von Vorgabeparametern
- Example#108 - Nichtskalare Typen als Vorgabewert
- Example#109 - Ungültige Anwendung von Vorgabewerten
- Example#110 - Richtiger Einsatz von Vorgabewerten
- Example#111 - Einsatz von return
- Example#112 - Rückgabe mehrere Werte in Arrays
- Example#113 - Rückgabe von Referenzen
- Example#114 - Beispiel für Variablenfunktionen
- Example#115 - Variable Methode
- Example#116 - Anonymous function example
- Example#117 - Anonymous function variable assignment example
- Example#118 - Closures and scoping
- Example#119 - Definition einer einfachen Klasse
- Example#120 - Einige Beispiele für die $this-Pseudovariable
- Example#121 - Eine Instanz erzeugen
- Example#122 - Objektzuweisung
- Example#123 - Erzeugen neuer Objekte
- Example#124 - Einfache Vererbung
- Example#125 - Auflösung von Klassennamen
- Example#126 - Deklaration von Eigenschaften
- Example#127 - Beispiel für ein nowdoc zur Initialisierung einer Eigenschaft
- Example#128 - Eine Konstante definieren und benutzen
- Example#129 - Beispiel für statische Daten
- Example#130 - Autoload Beispiel
- Example#131 - Weiteres Autoload Beispiel
- Example#132 - Autoloading mit Ausnahmebehandlung für 5.3.0+
- Example#133 - Autoloading mit Ausnahmebehandlung für 5.3.0+ mit fehlender eigener Exception
- Example#134 - Die neuen, vereinheitlichten Konstruktoren verwenden
- Example#135 - Konstruktoren in Klassen in Namespaces
- Example#136 - Destruktor Beispiel
- Example#137 - Eigenschaftendeklaration
- Example#138 - Methodendeklaration
- Example#139 - Zugriff auf als private markierte Member des gleichen Objekttyps
- Example#140 - Beispiel für Vererbung
- Example#141 - :: außerhalb der Klassendefinition
- Example#142 - :: innerhalb der Klassendefinition
- Example#143 - Eine Vatermethode aufrufen
- Example#144 - Beispiel für statische Member
- Example#145 - Beispiel für statische Methoden
- Example#146 - Beispiel für abstrakte Klasse
- Example#147 - Interface-Beispiel
- Example#148 - Interface-Vererbung
- Example#149 - Interface-Mehrfachvererbung
- Example#150 - Interfaces mit Konstanten
- Example#151 - Trait Beispiel
- Example#152 - Rangfolge Beispiel
- Example#153 - Weiteres Beispiel für Rangfolge
- Example#154 - Verwendung mehrerer Traits
- Example#155 - Konfliktauflösung
- Example#156 - Veränderung der Sichtbarkeit von Methoden
- Example#157 - Trait-Zusammensetzung aus Traits
- Example#158 - Ausdrücken von Anforderungen durch abstrakte Methoden
- Example#159 - Statische Variablen
- Example#160 - Statische Methoden
- Example#161 - Attribute definieren
- Example#162 - Konfliktauflösung
- Example#163 - Überladung von Eigenschaften mit den Methoden
__get, __set,
__isset und __unset
- Example#164 - Überladung von Methoden mit den methoden __call
und __callStatic
- Example#165 - Einfache Objektiteration
- Example#166 - Objektiteration mit implementiertem Iterator
- Example#167 - Objektiteration mit implementiertem IteratorAggregate
- Example#168 - Parametrisierte Factory-Methode
- Example#169 - Singleton-Funktion
- Example#170 - Sleep- und Wakeup-Beispiel
- Example#171 - Einfaches Beispiel
- Example#172 - Nutzung von __invoke()
- Example#173 - Verwendung von __set_state() (seit PHP 5.1.0)
- Example#174 - Beispiel für final-Methoden
- Example#175 - Beispiel für final-Klassen
- Example#176 - Ein Objekt klonen
- Example#177 - Beispiel für Objektvergleiche in PHP 5
- Example#178 - Type Hinting Beispiele
- Example#179 - Nutzung von self::
- Example#180 - Einfache Nutzung von static::
- Example#181 - Nutzung von static:: außerhalb eines statischen Kontexts
- Example#182 - Weitergegebene und nicht weitergegebene Aufrufe
- Example#183 - Späte statische Bindung in 'magischen' Methoden
- Example#184 - Referenzen und Objekte
- Example#185 - Beispiel für Namespace-Syntax
- Example#186 - Einen einzelnen Namespace deklarieren
- Example#187 - Einen einzelnen Namespace deklarieren
- Example#188 - Einen einzelnen Namespace mit einer Hierarchie deklarieren
- Example#189 - Mehrere Namespaces definieren, einfache Kombinationssyntax
- Example#190 - Mehrere Namespaces definieren, geklammerte Syntax
- Example#191 - Mehrere Namespaces und Code ohne Namespace deklarieren
- Example#192 - Mehrere Namespaces und Code ohne Namespace deklarieren
- Example#193 - Zugriff auf globale Klassen, Funktionen und Konstanten aus einem Namespace
- Example#194 - Dynamischer Zugriff auf Elemente
- Example#195 - Dynamischer Zugriff auf Elemente mit Namespace
- Example#196 - __NAMESPACE__-Beispiel, Code mit Namespace
- Example#197 - __NAMESPACE__-Beispiel, globaler Code
- Example#198 - __NAMESPACE__ zur dynamischen Namenszusammensetzung verwenden
- Example#199 - Der namespace-Operator, innerhalb eines Namespace
- Example#200 - Der namespace-Operator, in globalem Code
- Example#201 - Importieren/Aliase mit dem use-Operator
- Example#202 - Importieren/Aliase mit dem use-Operator, mehrere use-Ausdrücke kombiniert
- Example#203 - Importieren und dynamische Namen
- Example#204 - Importieren und vollständig qualifizierte Namen
- Example#205 - Ungültige Importregel
- Example#206 - Verwenden der Spezifikation des gloablen Namensraumes
- Example#207 - Zugriff auf globale Klasse innerhalb eines Namespace
- Example#208 - Rückgriff auf globale Funktionen/Konstanten innerhalb eines Namespace
- Example#209 - Illustration der Namensauflösung
- Example#210 - Zugriff auf globale Klassen außerhalb eines Namespace
- Example#211 - Zugriff auf globale Klassen außerhalb eines Namespace
- Example#212 - Zugriff auf interne Klassen in Namespaces
- Example#213 - Zugriff auf interne Klassen, Funktionen oder Konstanten in Namespaces
- Example#214 - Vollständig qualifizierte Namen
- Example#215 - Qualifizierte Namen
- Example#216 - Unqualifizierter Klassennamen
- Example#217 - Unqualifizierte Funktions- oder Konstantennamen
- Example#218 - Gefahren von Namespacenamen in Strings mit doppelten Anführungszeichen
- Example#219 - Undefinierte Konstanten
- Example#220 - Spezielle Konstanten
- Example#221 - Eine Exception werfen
- Example#222 - Verschachtelte Exceptions
- Example#223 - Die eingebaute Exceptionklasse
- Example#224 - Die Exceptionklasse erweitern
- Example#225 - Implementing range as a generator
- Example#226 - A simple example of yielding values
- Example#227 - Yielding a key/value pair
- Example#228 - Yielding NULLs
- Example#229 - Yielding values by reference
- Example#230 - Referenzen mit undefinierten Variablen benutzen
- Example#231 - Globale Variablen innerhalb einer Funktion referenzieren
- Example#232 - Referenzen und die foreach-Anweisung
- Example#233 - $GLOBALS-Beispiel
- Example#234 - $_SERVER-Beispiel
- Example#235 - $_GET-Beispiel
- Example#236 - $_POST-Beispiel
- Example#237 - $_ENV-Beispiel
- Example#238 - $_COOKIE-Beispiel
- Example#239 - $php_errormsg-Beispiel
- Example#240 - $http_response_header-Beispiel
- Example#241 - $argc-Beispiel
- Example#242 - $argv-Beispiel
- Example#243 - Exception::getMessage-Beispiel
- Example#244 - Exception::getPrevious Beispiel
- Example#245 - Exception::getCode-Beispiel
- Example#246 - Exception::getFile-Beispiel
- Example#247 - Exception::getLine-Beispiel
- Example#248 - Exception::getTrace-Beispiel
- Example#249 - Exception::getTraceAsString-Beispiel
- Example#250 - Exception::__toString-Beispiel
- Example#251 - Verwenden von set_error_handler zum
Verändern von Fehlermeldungen innerhalb ErrorException.
- Example#252 - ErrorException::getSeverity-Beispiel
- Example#253 - Basisnutzung
- Example#254 - Basisnutzung
- Example#255 - Basisnutzung
- Example#256 - ArrayAccess::offsetExists-Beispiel
- Example#257 - Basisnutzung
- Example#258 - Closure::bind example
- Example#259 - Closure::bindTo example
- Example#260 - Basic bindto usage example
- Example#261 - Fetch a page and send POST data
- Example#262 - Fetch a page and send POST data
- Example#263 - Detecting which URL we ended up on after redirects
- Example#264 - php://temp/maxmemory
- Example#265 - php://filter/resource=<stream to be filtered>
- Example#266 - php://filter/read=<filter list to apply to read chain>
- Example#267 - php://filter/write=<filter list to apply to write chain>
- Example#268 - Print data:// contents
- Example#269 - Fetch the media type
- Example#270 - Basic usage
- Example#271 - Opening a stream from an active connection
- Example#272 - This $session variable must be kept available!
- Example#273 - Traversing a RAR archive
- Example#274 - Opening an encrypted file (header encryption)
- Example#275 - Schlechte Variablenprüfung führt zu....
- Example#276 - ... Ein Angriff auf das Dateisystem
- Example#277 - Etwas sicherere Prüfung des Dateinamens
- Example#278 - Sicherere Dateinamensprüfung
- Example#279 - Skript mit Nullbyte-Verwundbarkeit
- Example#280 - Korrekte Validierung der Eingabe
- Example#281 - Verwenden eines hashed Passwortfeldes
- Example#282 - Die Ergebnisliste in mehrere Seiten aufsplitten ... und Superuser anlegen
(PostgreSQL and MySQL)
- Example#283 - Artikel auflisten ... und ein paar Passwörter (irgendein Datenbankserver)
- Example#284 - Vom Zurücksetzen eines Passwortes ... zum Erlangen von mehr Rechten
(irgendein Datenbankserver)
- Example#285 - Angriff auf das Betriebssystem des Datenbank Hosts (MSSQL Server)
- Example#286 - Ein sicherer Weg, eine Abfrage zu erstellen
- Example#287 - Variablen mit einer eigenen HTML-Seite angreifen
- Example#288 - Ausnutzen von gebräuchlichen Debugging-Variablen
- Example#289 - Gefährliche Variablen mit E_ALL finden
- Example#290 - Mit register_globals=on arbeiten
- Example#291 - Mit register_globals = off arbeiten
- Example#292 - Entdecken einfacher Manipulationen von Variablen
- Example#293 - Gefährliche Verwendung von Variablen
- Example#294 - Disabling magic quotes server side
- Example#295 - Disabling magic quotes at runtime
- Example#296 - PHP als andere Sprache ausgeben
- Example#297 - Verwenden von unbekannten Typen für PHP-Dateierweiterungen
- Example#298 - Verwenden von HTML-Typen für
PHP-Dateierweiterungen
- Example#299 - Beispiel: Basic-HTTP-Authentifizierung
- Example#300 - Beispiel: Digest-HTTP-Authentifizierung
- Example#301 - HTTP-Authentifizierung, mit erneuter Anforderung von Name/Passwort
- Example#302 - Ein einfaches XForms-Suchformular
- Example#303 - XForm verwenden, um $_POST zu bestücken
- Example#304 - Formular zum Hochladen von Dateien
- Example#305 - Dateiuploads prüfen
- Example#306 - Hochladen eines Arrays von Dateien
- Example#307 - Upload mehrerer Dateien
- Example#308 - Speichern von HTTP PUT Dateien
- Example#309 - Den Titel einer entfernten Seite auslesen
- Example#310 - Daten auf einen entfernten Server speichern
- Example#311 - Beispiel, welches den Unterschied zu der CGI
SAPI verdeutlicht:
- Example#312 -
- Example#313 - Ausgabe des geladenen PHP und Zend Module
- Example#314 - Syntax Fehler beim Verwenden von doppelten Anführungszeichen
- Example#315 - Nutzung von einfachen Anführungszeichen ein Ersetzen der Variablen zu verhindern
- Example#316 - Nutzung der -B, -R und
-E Optionen, um die Anzahl der Zeilen in einem
Projekt zu zählen.
- Example#317 - Nutzung von -v, um den SAPI
Namen, sowie die PHP und Zend Version zu bestimmen
- Example#318 - --ini example
- Example#319 - Einfache --rf Nutzung
- Example#320 - --rc Beispiel
- Example#321 - --re Beispiel
- Example#322 - --ri Beispiel
- Example#323 - PHP als Shellskript ausführen
- Example#324 - Ein Skript, das von der Kommandozeile aus ausgeführt werden soll (script.php)
- Example#325 - Batchdatei zur Ausführung eines Kommandozeilen-Skripts in PHP (script.bat)
- Example#326 - Ausführung von Code auf der interaktiven Shell
- Example#327 - Tab-Autovervollständigung
- Example#328 - Setzen von php.ini Optionen in der interaktiven Shell
- Example#329 - Starten des Webservers
- Example#330 - Starten mit einem expliziten Document Root
- Example#331 - Nutzung eines Router-Skripts
- Example#332 - Creating a new zval container
- Example#333 - Displaying zval information
- Example#334 - Increasing refcount of a zval
- Example#335 - Decreasing zval refcount
- Example#336 - Creating a array zval
- Example#337 - Adding already existing element to an array
- Example#338 - Removing an element from an array
- Example#339 - Adding the array itself as an element of it self
- Example#340 - Unsetting $a
- Example#341 - Memory usage example
- Example#342 - GC performance influences
- Example#343 - Running the above script
- Example#344 - Recompiling PHP to enable GC benchmarking
- Example#345 - GC statistics
- Example#346 - An apc.rfc1867 example
- Example#347 - A apc_add example
- Example#348 - apc_bin_load example
- Example#349 - A apc_cache_info example
- Example#350 - apc_cas example
- Example#351 - apc_dec example
- Example#352 - apc_define_constants example
- Example#353 - apc_delete_file example
- Example#354 - A apc_delete example
- Example#355 - apc_exists example
- Example#356 - A apc_fetch example
- Example#357 - apc_inc example
- Example#358 - apc_load_constants example
- Example#359 - A apc_sma_info example
- Example#360 - A apc_store example
- Example#361 - A APCIterator::__construct example
- Example#362 - Typical session using tcplisten
- Example#363 - apd_callstack example
- Example#364 - apd_clunk example
- Example#365 - apd_continue example
- Example#366 - apd_croak example
- Example#367 - apd_dump_function_table example
- Example#368 - apd_dump_persistent_resources example
- Example#369 - apd_dump_regular_resources example
- Example#370 - apd_echo example
- Example#371 - apd_get_active_symbols example
- Example#372 - apd_set_pprof_trace example
- Example#373 - apd_set_session_trace_socket example
- Example#374 - apd_set_session_trace example
- Example#375 - apd_set_session example
- Example#376 - override_function example
- Example#377 - rename_function example
- Example#378 - bcompiler_load_exe example
- Example#379 - bcompiler_load example
- Example#380 - bcompiler_parse_class example
- Example#381 - bcompiler_read example
- Example#382 - bcompiler_write_class example
- Example#383 - bcompiler_write_constant example
- Example#384 - bcompiler_write_exe_footer example
- Example#385 - bcompiler_write_file example
- Example#386 - bcompiler_write_footer example
- Example#387 - bcompiler_write_function example
- Example#388 - bcompiler_write_functions_from_file example
- Example#389 - bcompiler_write_header example
- Example#390 - blenc_encrypt example
- Example#391 - Using error handling in a script
- Example#392 - debug_backtrace-Beispiel
- Example#393 - debug_print_backtrace Beispiel
- Example#394 - error_get_last-Beispiel
- Example#395 - error_log-Beispiele
- Example#396 - error_reporting Beispiel
- Example#397 - restore_error_handler Beispiel
- Example#398 - restore_exception_handler Beispiel
- Example#399 - Fehlerbehandlung mit set_error_handler und
trigger_error
- Example#400 - set_exception_handler Beispiel
- Example#401 - trigger_error Beispiel
- Example#402 - Getting the data within the PHP application itself (function)
- Example#403 - Example use of gengraph.php
- Example#404 - Listing data via inclued dumps (configuration)
- Example#405 - inclued_get_data example
- Example#406 - Creating large array in a function
- Example#407 - Output-Control-Beispiel
- Example#408 - ob_end_clean Beispiel
- Example#409 - ob_end_clean-Beispiel
- Example#410 - A simple ob_get_clean example
- Example#411 - Einfaches ob_get_contents-Beispiel
- Example#412 - ob_get_flush example
- Example#413 - A simple ob_get_length example
- Example#414 - ob_gzhandler example
- Example#415 - ob_list_handlers example
- Example#416 - Beispiel einer benutzerkonfigurierten Callbackfunktion
- Example#417 - output_add_rewrite_var Beispiel
- Example#418 - output_reset_rewrite_vars example
- Example#419 - Überprüfung mit benutzerdefinierter Funktion
- Example#420 - cli_get_process_title example
- Example#421 - cli_set_process_title example
- Example#422 - dl Beispiel
- Example#423 - extension_loaded Beispiel
- Example#424 - A gc_enabled example
- Example#425 - get_current_user-Beispiel
- Example#426 - get_defined_constants Example
- Example#427 - Gibt alle XML Funktionen aus
- Example#428 - get_include_path example
- Example#429 - get_included_filesBeispiel
- Example#430 - get_loaded_extensions Beispiele
- Example#431 - getenv-Beispiel
- Example#432 - getlastmod Beispiel
- Example#433 - getopt example
- Example#434 - getopt example#2
- Example#435 - getopt example#3
- Example#436 - getrusage Beispiel
- Example#437 - ini_get_all examples
- Example#438 - Disabling details
- Example#439 - A few ini_get examples
- Example#440 - ini_restore example
- Example#441 - Setting an ini option
- Example#442 - A memory_get_usage example
- Example#443 - php_ini_loaded_file example
- Example#444 - A simple example to list the returned ini files
- Example#445 - php_logo_guid-Beispiel
- Example#446 - php_sapi_name Beispiel
- Example#447 - Some php_uname examples
- Example#448 - A few OS related constant examples
- Example#449 - Prints the general credits
- Example#450 - Prints the core developers and the documentation group
- Example#451 - Printing all the credits
- Example#452 - phpinfo-Beispiel
- Example#453 - phpversion-Beispiel
- Example#454 - Setzen einer Umgebungsvariablen
- Example#455 - restore_include_path example
- Example#456 - set_include_path example
- Example#457 - Adding to the include path
- Example#458 - sys_get_temp_dir example
- Example#459 - version_compare-Beispiele
- Example#460 - zend_logo_guid Beispiel
- Example#461 - zend_thread_id-Beispiel
- Example#462 - zend_version Beispiel
- Example#463 - Custom Superglobals with runkit.superglobal=_FOO,_BAR in php.ini
- Example#464 - Instantiating a restricted sandbox
- Example#465 - Working with variables in a sandbox
- Example#466 - Calling sandbox functions
- Example#467 - Passing arguments to sandbox functions
- Example#468 - Working with variables in a sandbox
- Example#469 - Accessing parental variables
- Example#470 - A runkit_class_adopt example
- Example#471 - A runkit_class_emancipate example
- Example#472 - A runkit_function_add example
- Example#473 - A runkit_function_copy example
- Example#474 - A runkit_function_redefine example
- Example#475 - runkit_method_add example
- Example#476 - runkit_method_copy example
- Example#477 - runkit_method_redefine example
- Example#478 - runkit_method_remove example
- Example#479 - runkit_method_rename example
- Example#480 - runkit_return_value_used example
- Example#481 - Feeding output to a variable
- Example#482 - Enabling and disabling scream at runtime
- Example#483 - Weakref usage example
- Example#484 - WeakRef usage example
- Example#485 - Weakref::acquire example
- Example#486 - Nested acquire/release example
- Example#487 - Weakref::__construct example
- Example#488 - Weakref::release example
- Example#489 - Weakmap usage example
- Example#490 - wincache.ignorelist example
- Example#491 - Authentication configuration for wincache.php
- Example#492 - Enabling WinCache session handler
- Example#493 - Enabling WinCache functions reroutes
- Example#494 - Reroute.ini file content
- Example#495 - A wincache_fcache_fileinfo example
- Example#496 - A wincache_fcache_meminfo example
- Example#497 - Using wincache_lock
- Example#498 - A wincache_ocache_fileinfo example
- Example#499 - A wincache_ocache_meminfo example
- Example#500 - A wincache_refresh_if_changed example
- Example#501 - A wincache_rplist_fileinfo example
- Example#502 - A wincache_rplist_meminfo example
- Example#503 - A wincache_scache_info example
- Example#504 - A wincache_scache_meminfo example
- Example#505 - wincache_ucache_add with key as a string
- Example#506 - wincache_ucache_add with key as an array
- Example#507 - Using wincache_ucache_cas
- Example#508 - using wincache_ucache_clear
- Example#509 - Using wincache_ucache_dec
- Example#510 - Using wincache_ucache_delete with key as a string
- Example#511 - Usingwincache_ucache_delete with key as an array
- Example#512 - Using wincache_ucache_delete with key as an array where some elements cannot be deleted
- Example#513 - Using wincache_ucache_exists
- Example#514 - wincache_ucache_get with key as a string
- Example#515 - wincache_ucache_get with key as an array
- Example#516 - Using wincache_ucache_inc
- Example#517 - Using wincache_ucache_info
- Example#518 - A wincache_ucache_meminfo example
- Example#519 - wincache_ucache_set with key as a string
- Example#520 - wincache_ucache_set with key as an array
- Example#521 - Using wincache_unlock
- Example#522 - Xhprof example with the optional GUI
- Example#523 - xhprof_disable example
- Example#524 - xhprof_enable examples
- Example#525 - xhprof_sample_disable example
- Example#526 - id3_get_frame_long_name Beispiel
- Example#527 - id3_get_frame_short_name example
- Example#528 - id3_get_genre_id Beispiel
- Example#529 - id3_get_genre_list Beispiel
- Example#530 - id3_get_genre_name Beispiel
- Example#531 - id3_get_tag Beispiel
- Example#532 - id3_get_tag Beispiel
- Example#533 - id3_get_version Beispiel
- Example#534 - id3_remove_tag Beispiel
- Example#535 - id3_set_tag Beispiel
- Example#536 - Opens a new MP3 file and read the title
- Example#537 - Reading an OGG/Vorbis file
- Example#538 - Encode an audio file to OGG/Vorbis
- Example#539 - KADM5 extension overview example
- Example#540 - Example of changing principal's password
- Example#541 - Example of principal's creation
- Example#542 - kadm5_delete_principal example
- Example#543 - kadm5_get_policies example
- Example#544 - kadm5_get_principal example
- Example#545 - kadm5_get_principals example
- Example#546 - KADM5 initialization example
- Example#547 - Example of modifying principal
- Example#548 - Using CHAP passwords
- Example#549 - radius_acct_open example
- Example#550 - radius_add_server example
- Example#551 - radius_auth_open example
- Example#552 - radius_create_request example
- Example#553 - radius_cvt_addr example
- Example#554 - radius_cvt_int example
- Example#555 - radius_cvt_string example
- Example#556 - radius_get_attr example
- Example#557 - radius_get_tagged_attr_data example
- Example#558 - radius_get_tagged_attr_tag example
- Example#559 - radius_get_vendor_attr example
- Example#560 - radius_put_attr example
- Example#561 - radius_put_int example
- Example#562 - radius_put_string example
- Example#563 - radius_put_vendor_attr example
- Example#564 - cal_days_in_month Beispiel
- Example#565 - cal_from_jd example
- Example#566 - cal_info Beispiel
- Example#567 - easter_date Beispiel
- Example#568 - easter_days Beispiel
- Example#569 - Caledar Funktionen
- Example#570 - jdtojewish-Beispiel
- Example#571 - DateTime::add example
- Example#572 - Further DateTime::add examples
- Example#573 - Beware when adding months
- Example#574 - DateTime::__construct example
- Example#575 - Intricacies of DateTime::__construct
- Example#576 - DateTime::createFromFormat example
- Example#577 - Intricacies of DateTime::createFromFormat
- Example#578 - DateTime::getLastErrors example
- Example#579 - DateTime::modify example
- Example#580 - Beware when adding or subtracting months
- Example#581 - DateTime::setDate example
- Example#582 - Values exceeding ranges are added to their parent values
- Example#583 - DateTime::setISODate example
- Example#584 - Values exceeding ranges are added to their parent values
- Example#585 - Finding the month a week is in
- Example#586 - DateTime::setTime example
- Example#587 - Values exceeding ranges are added to their parent values
- Example#588 - DateTime::setTimestamp example
- Example#589 - DateTime::setTimestamp alternative in PHP 5.2
- Example#590 - DateTime::setTimeZone example
- Example#591 - DateTime::sub example
- Example#592 - Further DateTime::sub examples
- Example#593 - Beware when subtracting months
- Example#594 - DateTime::diff example
- Example#595 - DateTime object comparison
- Example#596 - DateTime::format example
- Example#597 - DateTime::getOffset example
- Example#598 - DateTime::getTimestamp example
- Example#599 - DateTime::getTimezone example
- Example#600 - Catching errors when instantiating DateTimeZone
- Example#601 - DateTimeZone::getLocation example
- Example#602 - DateTimeZone::getOffset examples
- Example#603 - A timezone_transitions_get example
- Example#604 - A timezone_abbreviations_list example
- Example#605 - A timezone_identifiers_list example
- Example#606 - DateInterval example
- Example#607 - Parsing valid date intervals
- Example#608 - DateInterval example
- Example#609 - DateInterval and carry over points
- Example#610 - DateInterval and
DateTime::diff with the %a and %d modifiers
- Example#611 - DatePeriod example
- Example#612 - DatePeriod example with DatePeriod::EXCLUDE_START_DATE
- Example#613 - checkdate-Beispiel
- Example#614 - Getting the default timezone
- Example#615 - Getting the abbreviation of a timezone
- Example#616 - Getting the default timezone
- Example#617 - date_parse_from_format example
- Example#618 - A date_parse example
- Example#619 - A date_sun_info example
- Example#620 - date_sunrise example
- Example#621 - date_sunset example
- Example#622 - date-Beispiele
- Example#623 - Escaping von Zeichen in date
- Example#624 - date und mktime-Beispiele
- Example#625 - date-Formatierungen
- Example#626 - getdate-Beispiel
- Example#627 - gettimeofday-Beispiel
- Example#628 - gmdate-Beispiel
- Example#629 - gmmktime unter den Beschränkungen von Windows
- Example#630 - gmstrftime-Beispiel
- Example#631 - idate example
- Example#632 - localtime-Beispiel
- Example#633 - Zeitmessung einer Skriptausführung mit microtime
- Example#634 - Zeitmessung einer Skriptausführung in PHP 5
- Example#635 - Einfaches mktime-Beispiel
- Example#636 - mktime-Beispiel
- Example#637 - Letzter Tag des nächsten Monats
- Example#638 - strftime locale Beispiel
- Example#639 - ISO 8601:1988 Wochennummer Beispiel
- Example#640 - strptime example
- Example#641 - Ein strtotime-Beispiel
- Example#642 - Test auf Fehler
- Example#643 - time-Beispiel
- Example#644 - Ein timezone_name_from_abbr-Beispiel
- Example#645 - Getting the timezonedb version
- Example#646 - Writing a string with a specified color to the screen
- Example#647 - ncurses_getmouse example
- Example#648 - Writing a string with a specified color to the screen
- Example#649 - Writing a string with a specified color to the screen
- Example#650 - ncurses_mousemask example
- Example#651 - Writing a string with a specified color to the screen
- Example#652 - Newt Usage Example
- Example#653 - A newt_button example
- Example#654 - A newt_draw_root_text example
- Example#655 - A newt_form_add_component example
- Example#656 - A newt_form_add_components example
- Example#657 - A newt_form example
- Example#658 - A newt_get_screen_size example
- Example#659 - A newt_win_entries example
- Example#660 - Readline-Callback-Interface-Beispiel
- Example#661 - readline-Beispiel
- Example#662 - Ein kleines bzip2-Beispiel
- Example#663 - Komprimierung von Daten
- Example#664 - Dekomprimieren einer Zeichenkette
- Example#665 - bzerror-Beispiel
- Example#666 - bzopen-Beispiel
- Example#667 - bzread-Beispiel
- Example#668 - bzwrite-Beispiel
- Example#669 - Using an external file
- Example#670 - Using a file within a phar archive
- Example#671 - Converting a phar archive from phar to tar file format
- Example#672 - phar.extract_list usage example
- Example#673 - phar.cache_list usage example
- Example#674 - A Phar::addEmptyDir example
- Example#675 - A Phar::addFile example
- Example#676 - A Phar::addFromString example
- Example#677 - A Phar::apiVersion example
- Example#678 - A Phar::buildFromDirectory example
- Example#679 - A Phar::buildFromIterator with SplFileInfo
- Example#680 - A Phar::buildFromIterator with other iterators
- Example#681 - A Phar::canCompress example
- Example#682 - A Phar::canWrite example
- Example#683 - A Phar::compress example
- Example#684 - A Phar::compressAllFilesBZIP2 example
- Example#685 - A Phar::compressAllFilesGZ example
- Example#686 - A Phar::compressFiles example
- Example#687 - A Phar::__construct example
- Example#688 - A Phar::convertToData example
- Example#689 - A Phar::convertToExecutable example
- Example#690 - A Phar::copy example
- Example#691 - A Phar::count example
- Example#692 - A Phar::createDefaultStub example
- Example#693 - A Phar::decompress example
- Example#694 - A Phar::decompressFiles example
- Example#695 - A Phar::delMetaData example
- Example#696 - A Phar::delete example
- Example#697 - A Phar::extractTo example
- Example#698 - A Phar::getMetadata example
- Example#699 - A Phar::getStub example
- Example#700 - A Phar::hasMetadata example
- Example#701 - A Phar::interceptFileFuncs example
- Example#702 - A Phar::interceptFileFuncs example
- Example#703 - A Phar::isBuffering example
- Example#704 - A Phar::isCompressed example
- Example#705 - A Phar::loadPhar example
- Example#706 - A Phar::mapPhar example
- Example#707 - A Phar::mount example
- Example#708 - A Phar::mungServer example
- Example#709 - A Phar::offsetExists example
- Example#710 - Phar::offsetGet example
- Example#711 - A Phar::offsetSet example
- Example#712 - A Phar::offsetUnset example
- Example#713 - A Phar::running example
- Example#714 - A Phar::setAlias example
- Example#715 - A Phar::setDefaultStub example
- Example#716 - A Phar::setMetadata example
- Example#717 - A Phar::setStub example
- Example#718 - A Phar::startBuffering example
- Example#719 - A Phar::stopBuffering example
- Example#720 - A Phar::uncompressAllFiles example
- Example#721 - A Phar::unlinkArchive example
- Example#722 - A Phar::webPhar example
- Example#723 - A PharData::addEmptyDir example
- Example#724 - A PharData::addFile example
- Example#725 - A PharData::addFromString example
- Example#726 - A PharData::buildFromDirectory example
- Example#727 - A PharData::buildFromIterator with SplFileInfo
- Example#728 - A PharData::buildFromIterator with other iterators
- Example#729 - A PharData::compress example
- Example#730 - A PharData::compressFiles example
- Example#731 - A PharData::__construct example
- Example#732 - A PharData::convertToData example
- Example#733 - A PharData::convertToExecutable example
- Example#734 - A PharData::copy example
- Example#735 - A PharData::decompress example
- Example#736 - A PharData::decompressFiles example
- Example#737 - A PharData::delMetaData example
- Example#738 - A PharData::delete example
- Example#739 - A PharData::extractTo example
- Example#740 - A PharData::offsetSet example
- Example#741 - A PharData::offsetUnset example
- Example#742 - A Phar::setMetadata example
- Example#743 - A PharFileInfo::chmod example
- Example#744 - A PharFileInfo::compress example
- Example#745 - A PharFileInfo::__construct example
- Example#746 - A PharFileInfo::decompress example
- Example#747 - A PharFileInfo::delMetaData example
- Example#748 - A PharFileInfo::getCRC32 example
- Example#749 - A PharFileInfo::getCompressedSize example
- Example#750 - A PharFileInfo::getMetadata example
- Example#751 - A PharFileInfo::getPharFlags example
- Example#752 - A PharFileInfo::isCRCChecked example
- Example#753 - A PharFileInfo::isCompressed example
- Example#754 - A PharFileInfo::isCompressedBZIP2 example
- Example#755 - A PharFileInfo::isCompressedGZ example
- Example#756 - A PharFileInfo::setCompressedBZIP2 example
- Example#757 - A PharFileInfo::setCompressedGZ example
- Example#758 - A PharFileInfo::setMetadata example
- Example#759 - A PharFileInfo::setUncompressed example
- Example#760 - Rar installation
- Example#761 - On-the-fly decompression
- Example#762 - RAR extension filesystem extraction example
- Example#763 - Objektorientierter Stil
- Example#764 - Prozeduraler Stil
- Example#765 - Objektorientierter Stil
- Example#766 - Prozeduraler Stil
- Example#767 - Objektorientierter Stil
- Example#768 - Prozeduraler Stil
- Example#769 - Objektorientierter Stil
- Example#770 - Prozeduraler Stil
- Example#771 - Objektorientierter Stil
- Example#772 - Prozeduraler Stil
- Example#773 - Objektorientierter Stil
- Example#774 - Prozeduraler Stil
- Example#775 - Objektorientierter Stil
- Example#776 - Prozeduraler Stil
- Example#777 - Volume Callback
- Example#778 - Objektorientierter Stil
- Example#779 - Prozeduraler Stil
- Example#780 - RarArchive::__toString example
- Example#781 - RarEntry::extract example
- Example#782 - How to extract all files in archive:
- Example#783 - RarEntry::getAttr example
- Example#784 - RarEntry::getHostOs example (version >= 2.0.0)
- Example#785 - RarEntry::getHostOs example (version <= 1.0.0)
- Example#786 - RarEntry::getMethod example
- Example#787 - RarEntry::getName example
- Example#788 - RarEntry::getPackedSize example
- Example#789 - RarEntry::getStream example
- Example#790 - RarEntry::getUnpackedSize example
- Example#791 - RarEntry::getVersion example
- Example#792 - RarException::isUsingExceptions example
- Example#793 - RarException::setUsingExceptions example
- Example#794 - Erstellen eines Zip-Archivs
- Example#795 - Ausgabe eines detailierten Archivlistings
- Example#796 - Zip Stream Wrapper, Auslesen von OpenOffice Metainformationen
- Example#797 - Zip Beispiel
- Example#798 - Erstellt ein neues Verzeichnis im Archiv
- Example#799 - Öffnen und extrahieren
- Example#800 - Einen Eintrag zu einem neuen Archiv hinzufügen
- Example#801 - Eine Datei zu einem Verzeichnis innerhalb eines Archivs hinzufügen
- Example#802 - ZipArchive::addGlob example
- Example#803 - ZipArchive::addPattern example
- Example#804 - Löschen einer Datei aus dem Archiv unter Verwendung ihres Index
- Example#805 - Eine Datei und ein Verzeichnis unter Verwendung ihrer Namen aus
einem Archiv löschen
- Example#806 - Alle Einträge extrahieren
- Example#807 - Zwei Einträge extrahieren
- Example#808 - Einen Archivkommentar ausgeben
- Example#809 - Einen Eintragskommentar ausgeben
- Example#810 - Einen Eintragskommentar ausgeben
- Example#811 - Den Dateiinhalt auslesen
- Example#812 - Den Dateiinhalt auslesen
- Example#813 - Ein Bild aus einem ZIP-Eintrag konvertieren
- Example#814 - Den Eintragsinhalt mit fread holen und speichern
- Example#815 - Das gleiche wie im vorigen Beispiel aber mit
fopen und dem ZIP-Streamwrapper
- Example#816 - Streamwrapper und Bild, kann ebenfalls mit der XML-Funktion
verwendet werden
- Example#817 - Ein Archiv erstellen und es mit locateName verwenden
- Example#818 - Öffnen und extrahieren
- Example#819 - Ein Archiv erstellen
- Example#820 - Einen Eintrag umbenennen
- Example#821 - Einen Eintrag umbenennen
- Example#822 - Ein Archiv erstellen und einen Kommentar hinzufügen
- Example#823 - Ein Archiv öffnen und für einen Eintrag einen Kommentar hinzufügen
- Example#824 - Ein Archiv öffnen und für einen Eintrag einen Kommentar hinzufügen
- Example#825 - Die Statusinformation eines Eintrags ausgeben
- Example#826 - Die Statusinformation eines Eintrags ausgeben
- Example#827 - Ein kleines Beispiel zu Zlib
- Example#828 - gzclose Beispiel
- Example#829 - gzcompress Beispiel
- Example#830 - gzdeflate Beispiel
- Example#831 - Creating a gzip file
- Example#832 - gzeof Beispiel
- Example#833 - gzfile example
- Example#834 - gzgetc Beispiel
- Example#835 - gzgets example
- Example#836 - gzgetss Beispiel
- Example#837 - gzinflate Beispiel
- Example#838 - gzopen Beispiel
- Example#839 - gzpassthru example
- Example#840 - gzread Beispiel
- Example#841 - gzseek Beispiel
- Example#842 - gzuncompress Beispiel
- Example#843 - gzwrite Beispiel
- Example#844 - CrackLib Beispiel
- Example#845 - hash_algos-Beispiel
- Example#846 - hash_copy-Beispiel
- Example#847 - hash_file-Beispiel
- Example#848 - hash_final-Beispiel
- Example#849 - hash_hmac_file-Beispiel
- Example#850 - hash_hmac-Beispiel
- Example#851 - Beispiel für schrittweises Hashing
- Example#852 - hash_pbkdf2 example, basic usage
- Example#853 - hash_update_stream-Beispiel
- Example#854 - hash-Beispiel
- Example#855 - Encrypt an input value with TripleDES under 2.4.x and higher in ECB mode
- Example#856 - mcrypt_create_iv Example
- Example#857 - mcrypt_enc_get_algorithms_name example
- Example#858 - mcrypt_enc_get_modes_name example
- Example#859 - mcrypt_enc_get_supported_key_sizes example
- Example#860 - mcrypt_encrypt Example
- Example#861 - mcrypt_get_block_size example
- Example#862 - mcrypt_get_cipher_name Example
- Example#863 - mcrypt_get_iv_size Example
- Example#864 - mcrypt_get_key_size Example
- Example#865 - mcrypt_list_algorithms Example
- Example#866 - mcrypt_list_modes Example
- Example#867 - mcrypt_module_open Examples
- Example#868 - Using mcrypt_module_open in encryption
- Example#869 - mcrypt_module_self_test example
- Example#870 - mdecrypt_generic Example
- Example#871 - Computes the MD5 digest and hmac and print it out as hex
- Example#872 - Alle Hashes durchlaufen
- Example#873 - mhash_get_hash_name-Beispiel
- Example#874 - openssl_cipher_iv_length example
- Example#875 - Erzeugen eines selbstsignierten Zertifikats
- Example#876 - openssl_csr_sign example - signing a
CSR (how to implement your own CA)
- Example#877 - openssl_error_string Beispiel
- Example#878 - openssl_get_cipher_methods example
- Example#879 - openssl_get_md_methods example
- Example#880 - openssl_open Beispiel
- Example#881 - openssl_pkcs7_decrypt Beispiel
- Example#882 - openssl_pkcs7_encrypt Beispiel
- Example#883 - openssl_pkcs7_sign Beispiel
- Example#884 - openssl_random_pseudo_bytes example
- Example#885 - openssl_seal example
- Example#886 - openssl_sign example
- Example#887 - openssl_verify example
- Example#888 - password_hash example
- Example#889 - password_hash example setting cost manually
- Example#890 - password_hash example setting salt manually
- Example#891 - password_hash example finding a good cost
- Example#892 - password_verify example
- Example#893 - DBA Beispiel
- Example#894 - Durchlaufen einer Datenbank
- Example#895 - dba_handlers-Beispiel
- Example#896 - dbx_close-Beispiel
- Example#897 - dbx_compare-Beispiel
- Example#898 - dbx_connect-Beispiel
- Example#899 - dbx_error-Beispiel
- Example#900 - dbx_escape_string-Beispiel
- Example#901 - Den Rückgabewert richtig verarbeiten
- Example#902 - Wie mit dem gelieferten Wert umgegangen wird
- Example#903 - Auflistung von Name und Typ jedes Feldes
- Example#904 - Ausgabe des Inhaltes der data Eigenschaft in eine HTML Tabelle
- Example#905 - dbx_sort-Beispiel
- Example#906 - odbc_fetch_into-Beispiele
- Example#907 - odbc_next_result
- Example#908 - odbc.setoption Beispiele
- Example#909 - using PDO::ATTR_DRIVER_NAME
- Example#910 - Mit MySQL verbinden
- Example#911 - Verbindungsfehler behandeln
- Example#912 - Eine Verbindung schließen
- Example#913 - Persistente Verbindungen
- Example#914 - Mehrere Abfragen in einer Transaktion
- Example#915 - Wiederholte Inserts mit Prepared Statements
- Example#916 - Wiederholte Inserts mit Prepared Statements
- Example#917 - Abfragen von Daten mit Prepared Statements
- Example#918 - Eine Stored Procedure mit einem Ausgabeparameter aufrufen
- Example#919 - Eine Stored Procedure mit einem Eingabe-/Ausgabe-Parameter
aufrufen
- Example#920 - Ungültige Verwendung von Platzhaltern
- Example#921 - Eine PDO Instanz erstellen und den Error Mode setzen
- Example#922 - Ein Bild aus einer Datenbank anzeigen
- Example#923 - Ein Bild in eine Datenbank einfügen
- Example#924 - Ein Bild in eine Datenbank einfügen: Oracle
- Example#925 - Roll back a transaction
- Example#926 - Committing a basic transaction
- Example#927 - Committing a DDL transaction
- Example#928 - Create a PDO instance via driver invocation
- Example#929 - Create a PDO instance via URI invocation
- Example#930 - Create a PDO instance using an alias
- Example#931 - Retrieving an SQLSTATE code
- Example#932 - Displaying errorInfo() fields for a PDO_ODBC connection to a DB2 database
- Example#933 - Ein DELETE Statement ausführen
- Example#934 - Retrieving database connection attributes
- Example#935 - A PDO::getAvailableDrivers example
- Example#936 - Prepare an SQL statement with named parameters
- Example#937 - Prepare an SQL statement with question mark parameters
- Example#938 - Demonstrate PDO::query
- Example#939 - Quoting a normal string
- Example#940 - Quoting a dangerous string
- Example#941 - Quoting a complex string
- Example#942 - Roll back a transaction
- Example#943 - Binding result set output to PHP variables
- Example#944 - Execute a prepared statement with named placeholders
- Example#945 - Execute a prepared statement with question mark placeholders
- Example#946 - Call a stored procedure with an INOUT parameter
- Example#947 - Execute a prepared statement with named placeholders
- Example#948 - Execute a prepared statement with question mark placeholders
- Example#949 - A PDOStatement::closeCursor example
- Example#950 - Counting columns
- Example#951 - PDOStatement::debugDumpParams example with named parameters
- Example#952 - PDOStatement::debugDumpParams example with unnamed parameters
- Example#953 - Retrieving an SQLSTATE code
- Example#954 - Displaying errorInfo() fields for a PDO_ODBC connection to a DB2 database
- Example#955 - Execute a prepared statement with bound variables
- Example#956 - Execute a prepared statement with an array of insert values (named parameters)
- Example#957 - Execute a prepared statement with an array of insert values (placeholders)
- Example#958 - Execute a prepared statement with question mark placeholders
- Example#959 - Execute a prepared statement using array for IN clause
- Example#960 - Fetching rows using different fetch styles
- Example#961 - Fetching rows with a scrollable cursor
- Example#962 - Fetch all remaining rows in a result set
- Example#963 - Fetching all values of a single column from a result set
- Example#964 - Grouping all values by a single column
- Example#965 - Instantiating a class for each result
- Example#966 - Calling a function for each result
- Example#967 - Return first column of the next row
- Example#968 - Retrieving column metadata
- Example#969 - Fetching multiple rowsets returned from a stored procedure
- Example#970 - Return the number of deleted rows
- Example#971 - Counting rows returned by a SELECT statement
- Example#972 - Setting the fetch mode
- Example#973 - Insert LOBs in CUBRID PDO
- Example#974 - Fetch LOBs in CUBRID PDO
- Example#975 - Insert set in CUBRID PDO with default data type.
- Example#976 - Specify data type when insert set in CUBRID PDO
- Example#977 - PDO_CUBRID DSN examples
- Example#978 - A PDO::cubrid_schema example
- Example#979 - PDO_DBLIB DSN examples
- Example#980 - PDO_FIREBIRD DSN example with path
- Example#981 - PDO_FIREBIRD DSN example with port and path
- Example#982 - PDO_FIREBIRD DSN example with localhost and path to employee.fdb on Debian system
- Example#983 - PDO_IBM DSN example using db2cli.ini
- Example#984 - PDO_IBM DSN example using a connection string
- Example#985 - PDO_INFORMIX DSN example using odbc.ini
- Example#986 - PDO_INFORMIX DSN example using a connection string
- Example#987 - Forcing queries to be buffered in mysql
- Example#988 - Setting the connection character set to UTF-8 prior to PHP 5.3.6
- Example#989 - PDO_MYSQL DSN examples
- Example#990 - PDO_SQLSRV DSN examples
- Example#991 - PDO_OCI DSN examples
- Example#992 - PDO_ODBC DSN example (ODBC driver manager)
- Example#993 - PDO_ODBC DSN example (IBM DB2 uncataloged connection)
- Example#994 - PDO_ODBC DSN example (Microsoft Access uncataloged connection)
- Example#995 - PDO_PGSQL DSN examples
- Example#996 - A PDO::pgsqlLOBCreate example
- Example#997 - A PDO::pgsqlLOBOpen example
- Example#998 - A PDO::pgsqlLOBUnlink example
- Example#999 - PDO_SQLITE DSN Beispiele
- Example#1000 - max_length aggregation function example
- Example#1001 - PDO::sqliteCreateFunction example
- Example#1002 - DSN examples for PDO_4D
- Example#1003 - Basic example with PDO_4D
- Example#1004 - Accessing 4D language from pdo_4d
- Example#1005 - Escaping 4D table names
- Example#1006 - Example of Data Retrieval
- Example#1007 - Example of Data Insertion
- Example#1008 - cubrid_bind example
- Example#1009 - cubrid_bind BLOB/CLOB example
- Example#1010 - cubrid_bind BLOB/CLOB example
- Example#1011 - cubrid_close_prepare example
- Example#1012 - cubrid_close_request example
- Example#1013 - cubrid_col_get example
- Example#1014 - cubrid_col_size example
- Example#1015 - cubrid_column_names example
- Example#1016 - cubrid_column_types example
- Example#1017 - cubrid_commit example
- Example#1018 - cubrid_connect_with_url url without properties example
- Example#1019 - cubrid_connect_with_url url with properties example
- Example#1020 - cubrid_connect example
- Example#1021 - cubrid_current_oid example
- Example#1022 - cubrid_disconnect example
- Example#1023 - cubrid_drop example
- Example#1024 - cubrid_error_code_facility example
- Example#1025 - cubrid_error_code example
- Example#1026 - cubrid_error_msg example
- Example#1027 - cubrid_execute example
- Example#1028 - cubrid_fetch example
- Example#1029 - cubrid_free_result example
- Example#1030 - cubrid_get_charset example
- Example#1031 - cubrid_get_class_name example
- Example#1032 - cubrid_get_client_info example
- Example#1033 - cubrid_get_db_parameter example
- Example#1034 - cubrid_get_query_timeout example
- Example#1035 - cubrid_get_server_info example
- Example#1036 - cubrid_get example
- Example#1037 - cubrid_insert_id example
- Example#1038 - cubrid_is_instance example
- Example#1039 - cubrid_lob_close example
- Example#1040 - cubrid_lob_export example
- Example#1041 - cubrid_lob_get example
- Example#1042 - cubrid_lob_send example
- Example#1043 - cubrid_lob_size example
- Example#1044 - cubrid_lob2_bind example
- Example#1045 - cubrid_lob2_export example
- Example#1046 - cubrid_lob2_export example
- Example#1047 - cubrid_lob2_read example 1
- Example#1048 - cubrid_lob2_read example 2
- Example#1049 - cubrid_lob2_seek64 example
- Example#1050 - cubrid_lob2_seek example
- Example#1051 - cubrid_lob2_write example 1
- Example#1052 - cubrid_lob2_write example 2
- Example#1053 - cubrid_lock_read example
- Example#1054 - cubrid_lock_write example
- Example#1055 - cubrid_move_cursor example
- Example#1056 - cubrid_next_result example
- Example#1057 - cubrid_num_cols example
- Example#1058 - cubrid_num_rows example
- Example#1059 - cubrid_connect_with_url url without properties example
- Example#1060 - cubrid_connect_with_url url with properties example
- Example#1061 - cubrid_connect example
- Example#1062 - cubrid_prepare example
- Example#1063 - cubrid_put example
- Example#1064 - cubrid_rollback example
- Example#1065 - cubrid_schema example
- Example#1066 - cubrid_seq_drop example
- Example#1067 - cubrid_seq_insert example
- Example#1068 - cubrid_seq_put example
- Example#1069 - cubrid_set_add example
- Example#1070 - cubrid_get_db_parameter example
- Example#1071 - cubrid_set_drop example
- Example#1072 - cubrid_version example
- Example#1073 - cubrid_affected_rows example
- Example#1074 - cubrid_client_encoding example
- Example#1075 - cubrid_close example
- Example#1076 - cubrid_data_seek example
- Example#1077 - cubrid_db_name example
- Example#1078 - cubrid_errno example
- Example#1079 - cubrid_error example
- Example#1080 - cubrid_fetch_array example
- Example#1081 - cubrid_fetch_assoc example
- Example#1082 - cubrid_fetch_field example
- Example#1083 - cubrid_fetch_lengths example
- Example#1084 - cubrid_fetch_object example
- Example#1085 - cubrid_fetch_row example
- Example#1086 - cubrid_field_flags example
- Example#1087 - cubrid_field_len example
- Example#1088 - cubrid_field_name example
- Example#1089 - cubrid_field_seek example
- Example#1090 - cubrid_field_table example
- Example#1091 - cubrid_field_type example
- Example#1092 - cubrid_list_dbs example
- Example#1093 - cubrid_num_fields example
- Example#1094 - cubrid_ping example
- Example#1095 - Invalid Query
- Example#1096 - Valid Query
- Example#1097 - cubrid_real_escape_string example
- Example#1098 - cubrid_result example
- Example#1099 - cubrid_unbuffered_query example
- Example#1100 - cubrid_load_from_glo example
- Example#1101 - cubrid_new_glo example
- Example#1102 - cubrid_save_to_glo example
- Example#1103 - cubrid_send_glo example
- Example#1104 - Einen Datensatz in eine dBase-Datenbank einfügen
- Example#1105 - Schließen einer dBase-Datenbankdatei
- Example#1106 - Erzeugen einer dBase-Datenbankdatei
- Example#1107 - Anzeigen der Informationen des Dateikopfs einer dBase-Datenbankdatei
- Example#1108 - Liste aller in der Datenbank eingetragener Mitglieder
- Example#1109 - dbase_numfields-Beispiel
- Example#1110 - Eine Schleife über alle Datensätze der Datenbank ausführen
- Example#1111 - Öffnen einer dBase-Datenbankdatei
- Example#1112 - Leeren einer dBase-Datenbank
- Example#1113 - Aktualisieren eines Datensatzes in der Datenbank
- Example#1114 - ibase_blob_get example
- Example#1115 - ibase_blob_import example
- Example#1116 - ibase_connect-Beispiel:
- Example#1117 - ibase_field_info example
- Example#1118 - ibase_name_result example
- Example#1119 - ibase_set_event_handler example
- Example#1120 - fbsql_close example
- Example#1121 - fbsql_connect-Beispiel:
- Example#1122 - fbsql_create_blob example
- Example#1123 - fbsql_create_clob example
- Example#1124 - fbsql_create_db Beispiel
- Example#1125 - fbsql_data_seek Beispiel
- Example#1126 - fbsql_create_clob example
- Example#1127 - fbsql_fetch_array example
- Example#1128 - fbsql_fetch_assoc example
- Example#1129 - fbsql_fetch_field Beispiel
- Example#1130 - fbsql_fetch_object example
- Example#1131 - fbsql_field_name Beispiel
- Example#1132 - fbsql_field_type Beispiel
- Example#1133 - fbsql_list_dbs example
- Example#1134 - fbsql_list_fields example
- Example#1135 - fbsql_next_result Beispiel
- Example#1136 - fbsql_num_rows Beispiel
- Example#1137 - fbsql_query Beispiel
- Example#1138 - fbsql_query example
- Example#1139 - fbsql_read_blob example
- Example#1140 - fbsql_read_clob example
- Example#1141 - fbsql_table_name example
- Example#1142 - fbsql_tablename Beispiel
- Example#1143 - Retrieving the AUTOCOMMIT value for a connection
- Example#1144 - Setting the AUTOCOMMIT value for a connection
- Example#1145 - Binding PHP variables to a prepared statement
- Example#1146 - Calling stored procedures with IN and OUT parameters
- Example#1147 - Inserting a binary large object (BLOB) directly from a file
- Example#1148 - A db2_client_info example
- Example#1149 - Closing a connection
- Example#1150 - Retrieving an SQLSTATE value for a failed connection attempt
- Example#1151 - Retrieving the error message returned by a failed connection attempt
- Example#1152 - Creating a cataloged connection
- Example#1153 - Creating an uncataloged connection
- Example#1154 - Creating a connection with autocommit off by default
- Example#1155 - i5/OS best performance
- Example#1156 - Using trusted context
- Example#1157 - A db2_escape_string example
- Example#1158 - Creating a table with db2_exec
- Example#1159 - Executing a SELECT statement with a scrollable cursor
- Example#1160 - Returning XML data as an SQL ResultSet
- Example#1161 - Performing a "JOIN" with XML data
- Example#1162 - Returning SQL data as part of a larger XML document
- Example#1163 - Preparing and executing an SQL statement with parameter markers
- Example#1164 - Calling a stored procedure with an OUT parameter
- Example#1165 - Returning XML data as an SQL ResultSet
- Example#1166 - Performing a "JOIN" with XML data
- Example#1167 - Returning SQL data as part of a larger XML document
- Example#1168 - Iterating through a forward-only cursor
- Example#1169 - Retrieving specific rows with db2_fetch_array
from a scrollable cursor
- Example#1170 - Iterating through a forward-only cursor
- Example#1171 - Retrieving specific rows with db2_fetch_assoc
from a scrollable cursor
- Example#1172 - Iterating through a forward-only cursor
- Example#1173 - Retrieving specific rows with db2_fetch_both
from a scrollable cursor
- Example#1174 - A db2_fetch_object example
- Example#1175 - Iterating through a result set
- Example#1176 - i5/OS recommended alternatives to db2_fetch_row/db2_result
- Example#1177 - Setting and retrieving parameters through a connection resource
- Example#1178 - A db2_last_insert_id example
- Example#1179 - Iterating through different types of data
- Example#1180 - Calling a stored procedure that returns multiple result sets
- Example#1181 - Retrieving the number of fields in a result set
- Example#1182 - Closing a persistent connection
- Example#1183 - A db2_pconnect example
- Example#1184 - Using trusted context
- Example#1185 - Preparing and executing an SQL statement with parameter markers
- Example#1186 - A db2_result example
- Example#1187 - Rolling back a DELETE statement
- Example#1188 - A db2_server_info example
- Example#1189 - Setting one parameter with a connection resource
- Example#1190 - Setting multiple parameters with a connection resource
- Example#1191 - Setting multiple parameters with an invalid key
- Example#1192 - Setting multiple parameters with an invalid value
- Example#1193 - Setting multiple parameters with a connection resource and the wrong type
- Example#1194 - Setting multiple parameters with the wrong resource
- Example#1195 - Putting it all together
- Example#1196 - i5/OS cursors are read-only
- Example#1197 - Informix affected rows
- Example#1198 - Eine Informix Verbindung schließen
- Example#1199 - Zu einer Informix Datenbank verbinden
- Example#1200 - ifx_errormsg Beispiel
- Example#1201 - Informix fetch rows
- Example#1202 - Informix SQL Feldeigenschaften
- Example#1203 - Feldnamen und SQL Feldtypen
- Example#1204 - Informix sqlca.sqlerrd[x] Werte ermitteln
- Example#1205 - Informix Ergebnisse als HTML Tabellen
- Example#1206 - Gibt alle Zeilen der "orders"-Tabelle als HTML-Tabelle zurück
- Example#1207 - Ein paar Werte in die "catalog"-Tabelle einfügen
- Example#1208 - Verwendungsbeispiel für PassEnv für Ingres
- Example#1209 - Einfaches Beispiel mit Ingres
- Example#1210 - ingres_charset-Beispiel
- Example#1211 - ingres_connect-Beispiel
- Example#1212 - ingres_cursor-Beispiel
- Example#1213 - ingres_errno-Beispiel
- Example#1214 - ingres_error-Beispiel
- Example#1215 - ingres_errsqlstate-Beispiel
- Example#1216 - Bestimmte Sonderzeichen in einer Abfrage werden maskiert
- Example#1217 - Eine Ergebniszeile in ein Array einlesen
- Example#1218 - Fetch a row into an associative array
- Example#1219 - Eine Zeile in ein Objekt einlesen
- Example#1220 - Holt den Rückgabewert eines Prozeduraufrufs
- Example#1221 - Eine Ergebniszeile in ein numerisches Array einlesen
- Example#1222 - Den Speicherplatz eines Ergebnisses freigeben
- Example#1223 - Ein einfaches SELECT-Kommando senden
- Example#1224 - Abfrage-Parameter an ingres_query übergeben
- Example#1225 - Ein BLOB mit Parameter-Typen einfügen
- Example#1226 - Positioniere den Cursor auf die dritte Zeile
- Example#1227 - Datumsformat auf ISO4 setzen
- Example#1228 - Die Zeitzone auf HONG-KONG setzen
- Example#1229 - Ein einfaches ungepuffertes SELECT-Kommando senden
- Example#1230 - Abfrageparameter an ingres_unbuffered_query übergeben
- Example#1231 - Ein BLOB mit Parameter-Typen einfügen
- Example#1232 - MaxDB extension overview example
- Example#1233 - Example for use of SELECT INTO statements
- Example#1234 - Example fore using database procedures
- Example#1235 - Objektorientierter Stil
- Example#1236 - Prozeduraler Stil
- Example#1237 - Objektorientierter Stil
- Example#1238 - Prozeduraler Stil
- Example#1239 - Objektorientierter Stil
- Example#1240 - Prozeduraler Stil
- Example#1241 - Objektorientierter Stil
- Example#1242 - Prozeduraler Stil
- Example#1243 - Objektorientierter Stil
- Example#1244 - Prozeduraler Stil
- Example#1245 - maxdb_connect_errno sample
- Example#1246 - maxdb_connect_error sample
- Example#1247 - Objektorientierter Stil
- Example#1248 - Prozeduraler Stil
- Example#1249 - Objektorientierter Stil
- Example#1250 - Prozeduraler Stil
- Example#1251 - Prozeduraler Stil
- Example#1252 - Objektorientierter Stil
- Example#1253 - Prozeduraler Stil
- Example#1254 - Objektorientierter Stil
- Example#1255 - Prozeduraler Stil
- Example#1256 - Objektorientierter Stil
- Example#1257 - Prozeduraler Stil
- Example#1258 - Objektorientierter Stil
- Example#1259 - Prozeduraler Stil
- Example#1260 - Objektorientierter Stil
- Example#1261 - Prozeduraler Stil
- Example#1262 - Objektorientierter Stil
- Example#1263 - Prozeduraler Stil
- Example#1264 - Objektorientierter Stil
- Example#1265 - Prozeduraler Stil
- Example#1266 - Objektorientierter Stil
- Example#1267 - Prozeduraler Stil
- Example#1268 - Objektorientierter Stil
- Example#1269 - Prozeduraler Stil
- Example#1270 - Objektorientierter Stil
- Example#1271 - Prozeduraler Stil
- Example#1272 - Objektorientierter Stil
- Example#1273 - Prozeduraler Stil
- Example#1274 - Objektorientierter Stil
- Example#1275 - Prozeduraler Stil
- Example#1276 - Objektorientierter Stil
- Example#1277 - Prozeduraler Stil
- Example#1278 - maxdb_get_client_info
- Example#1279 - maxdb_get_client_version
- Example#1280 - Objektorientierter Stil
- Example#1281 - Prozeduraler Stil
- Example#1282 - Objektorientierter Stil
- Example#1283 - Prozeduraler Stil
- Example#1284 - Objektorientierter Stil
- Example#1285 - Prozeduraler Stil
- Example#1286 - Objektorientierter Stil
- Example#1287 - Prozeduraler Stil
- Example#1288 - Objektorientierter Stil
- Example#1289 - Prozeduraler Stil
- Example#1290 - Objektorientierter Stil
- Example#1291 - Prozeduraler Stil
- Example#1292 - Objektorientierter Stil
- Example#1293 - Prozeduraler Stil
- Example#1294 - Objektorientierter Stil
- Example#1295 - Prozeduraler Stil
- Example#1296 - Objektorientierter Stil
- Example#1297 - Prozeduraler Stil
- Example#1298 - Objektorientierter Stil
- Example#1299 - Prozeduraler Stil
- Example#1300 - Objektorientierter Stil
- Example#1301 - Prozeduraler Stil
- Example#1302 - Objektorientierter Stil
- Example#1303 - Prozeduraler Stil
- Example#1304 - Objektorientierter Stil
- Example#1305 - Prozeduraler Stil
- Example#1306 - Objektorientierter Stil
- Example#1307 - Prozeduraler Stil
- Example#1308 - Objektorientierter Stil
- Example#1309 - Prozeduraler Stil
- Example#1310 - Prozeduraler Stil
- Example#1311 - Objektorientierter Stil
- Example#1312 - Prozeduraler Stil
- Example#1313 - Objektorientierter Stil
- Example#1314 - Prozeduraler Stil
- Example#1315 - Objektorientierter Stil
- Example#1316 - Prozeduraler Stil
- Example#1317 - Objektorientierter Stil
- Example#1318 - Prozeduraler Stil
- Example#1319 - Objektorientierter Stil
- Example#1320 - Prozeduraler Stil
- Example#1321 - Objektorientierter Stil
- Example#1322 - Prozeduraler Stil
- Example#1323 - Prozeduraler Stil (SELECT INTO)
- Example#1324 - Prozeduraler Stil (DB procedure)
- Example#1325 - Objektorientierter Stil (extended syntax)
- Example#1326 - Objektorientierter Stil
- Example#1327 - Prozeduraler Stil
- Example#1328 - Objektorientierter Stil
- Example#1329 - Prozeduraler Stil
- Example#1330 - Objektorientierter Stil
- Example#1331 - Prozeduraler Stil
- Example#1332 - Objektorientierter Stil
- Example#1333 - Prozeduraler Stil
- Example#1334 - Objektorientierter Stil
- Example#1335 - Prozeduraler Stil
- Example#1336 - Objektorientierter Stil
- Example#1337 - Prozeduraler Stil
- Example#1338 - Objektorientierter Stil
- Example#1339 - Prozeduraler Stil
- Example#1340 - Objektorientierter Stil
- Example#1341 - Prozeduraler Stil
- Example#1342 - Objektorientierter Stil
- Example#1343 - Prozeduraler Stil
- Example#1344 - Objektorientierter Stil
- Example#1345 - Prozeduraler Stil
- Example#1346 - Objektorientierter Stil
- Example#1347 - Prozeduraler Stil
- Example#1348 - Objektorientierter Stil
- Example#1349 - Prozeduraler Stil
- Example#1350 - Objektorientierter Stil
- Example#1351 - Prozeduraler Stil
- Example#1352 - Objektorientierter Stil
- Example#1353 - Prozeduraler Stil
- Example#1354 - Objektorientierter Stil
- Example#1355 - Prozeduraler Stil
- Example#1356 -
- Example#1357 -
- Example#1358 -
- Example#1359 -
- Example#1360 -
- Example#1361 -
- Example#1362 -
- Example#1363 -
- Example#1364 -
- Example#1365 -
- Example#1366 -
- Example#1367 -
- Example#1368 -
- Example#1369 -
- Example#1370 -
- Example#1371 - Connection URI read preferences with query string syntax
- Example#1372 - Setting read preferences with array syntax for tag sets
- Example#1373 - Passing a WriteConcern to a write operation
- Example#1374 - Connection string WriteConcerns
- Example#1375 - MongoDB::setWriteConcern and MongoCollection::setWriteConcern
- Example#1376 - Unacknowledged WriteConcern, followed with Acknowledged Write
- Example#1377 - Acknowledged Writes
- Example#1378 - Majority Acknowledged Write
- Example#1379 - Acknowledged and Journaled Write
- Example#1380 - Authenticating against the "admin" database
- Example#1381 - Authenticating against normal databases
- Example#1382 - ReplicaSet seedlist
- Example#1383 -
- Example#1384 -
- Example#1385 -
- Example#1386 -
- Example#1387 -
- Example#1388 - Inheriting ReadPreferences from the Database level down to the Cursor
- Example#1389 -
- Example#1390 -
- Example#1391 -
- Example#1392 -
- Example#1393 -
- Example#1394 -
- Example#1395 -
- Example#1396 - MongoClient basic usage
- Example#1397 - MongoClient::close example
- Example#1398 - MongoClient::__construct replica set example
- Example#1399 - Connecting to a domain socket
- Example#1400 - MongoClient::__construct authentication example
- Example#1401 - MongoClient::__construct read preference example
- Example#1402 - MongoClient::__construct options example
- Example#1403 - MongoClient::__construct read preference example
- Example#1404 - MongoClient::getConnections example
- Example#1405 - MongoClient::getReadPreference return value example
- Example#1406 - MongoClient::killCursor example
- Example#1407 - MongoClient::listDBs example
- Example#1408 - MongoClient::selectCollection example
- Example#1409 - MongoClient::setReadPreference tag set array syntax example
- Example#1410 - Selecting a database
- Example#1411 - MongoDB::command "distinct" example
- Example#1412 - MongoDB::command "distinct" example
- Example#1413 - MongoDB::command MapReduce example
- Example#1414 - MongoDB::command "textSearch" example
- Example#1415 - MongoDB::command "geoNear" example
- Example#1416 - MongoDB::createCollection capped collection example
- Example#1417 - MongoDB::createDBRef example
- Example#1418 - MongoDB::createDBRef example
- Example#1419 - MongoDB::drop example
- Example#1420 - Simple MongoDB::execute example
- Example#1421 - Parameter MongoDB::execute example
- Example#1422 - Scope example
- Example#1423 - MongoDB::getCollectionNames example
- Example#1424 - MongoDB::getDBRef example
- Example#1425 - MongoDB::getGridFS example
- Example#1426 - MongoDB::getReadPreference return value example
- Example#1427 - MongoDB::lastError NULL error example
- Example#1428 - MongoDB::lastError duplicate key example
- Example#1429 - MongoDB::listCollections example
- Example#1430 - MongoDB::repair example
- Example#1431 - MongoDB::setReadPreference tag set array syntax example
- Example#1432 - MongoCollection::aggregate example
- Example#1433 - MongoCollection::aggregate example
- Example#1434 - MongoCollection::aggregate example
- Example#1435 - MongoCollection::batchInsert example
- Example#1436 - MongoCollection::batchInsert example with
ignoring errors
- Example#1437 - MongoCollection::count example
- Example#1438 - MongoCollection::createDBRef example
- Example#1439 - MongoCollection::deleteIndex example
- Example#1440 - MongoCollection::deleteIndexes example
- Example#1441 - MongoCollection::distinct example
- Example#1442 - MongoCollection::distinct example on a embedded document
- Example#1443 - MongoCollection::drop example
- Example#1444 - MongoCollection::ensureIndex example
- Example#1445 - Drop duplicates example
- Example#1446 - Geospatial Indexing
- Example#1447 - MongoCollection::find example
- Example#1448 - MongoCollection::find example
- Example#1449 - MongoCollection::find example using $where
- Example#1450 - MongoCollection::find example using $in
- Example#1451 - Getting results as an array
- Example#1452 - MongoCollection::findAndModify example
- Example#1453 - MongoCollection::findAndModify error handling
- Example#1454 - MongoCollection::findOne document by its id.
- Example#1455 - MongoCollection::findOne document by some condition.
- Example#1456 - MongoCollection::getDBRef example
- Example#1457 - MongoCollection::getIndexInfo example
- Example#1458 - MongoCollection::getName example
- Example#1459 - MongoCollection::getReadPreference return value example
- Example#1460 - MongoCollection::group example
- Example#1461 - MongoCollection::group example
- Example#1462 - Passing a keys function
- Example#1463 - MongoCollection::insert _id example
- Example#1464 - MongoCollection::insert acknowledged write example
- Example#1465 - MongoCollection::remove with justOne example
- Example#1466 - MongoCollection::save example
- Example#1467 - MongoCollection::setReadPreference tag set array syntax example
- Example#1468 - MongoCollection::toIndexString example
- Example#1469 - MongoCollection::__toString example
- Example#1470 - MongoCollection::update
- Example#1471 - MongoCollection::update upsert examples
- Example#1472 - MongoCollection::update multiple example
- Example#1473 - MongoCursor basic usage
- Example#1474 - Iterating over MongoCursor
- Example#1475 - Adding options to MongoCursor
- Example#1476 - MongoCursor::addOption example
- Example#1477 - MongoCursor::awaitData example
- Example#1478 - MongoCursor::batchSize and combinations with
MongoCursor::limit
- Example#1479 - MongoCursor::count example
- Example#1480 - MongoCursor::doQuery example
- Example#1481 - MongoCursor::explain example
- Example#1482 - MongoCursor::getReadPreference return value example
- Example#1483 - MongoCursor::info example
- Example#1484 - MongoCursor::setFlag example
- Example#1485 - MongoCursor::setReadPreference tag set array syntaxexample
- Example#1486 - MongoCursor::slaveOkay example
- Example#1487 - MongoCursor::sort example
- Example#1488 - MongoCursor::tailable example
- Example#1489 - MongoCursor::timeout example
- Example#1490 - MongoId::__construct example
- Example#1491 - Parameter example
- Example#1492 - MongoId::__toString example
- Example#1493 - MongoCode::__construct example
- Example#1494 - Using MongoCode with $where
- Example#1495 - MongoCode::__toString example
- Example#1496 - Storing dates with MongoDate
- Example#1497 - MongoDate::__construct example
- Example#1498 - Regular expression pattern
- Example#1499 - MongoRegex::__construct example
- Example#1500 - MongoRegex::__toString example
- Example#1501 -
- Example#1502 - Linking documents
- Example#1503 - Creating MongoDBRef links
- Example#1504 - MongoDBRef::create example
- Example#1505 - MongoCollection::createDBRef example
- Example#1506 - MongoGridFS::findOne example
- Example#1507 - MongoGridFS::storeBytes with additional metadata
- Example#1508 - MongoGridFS::storeFile with additional metadata
- Example#1509 - MongoGridFS::storeUpload HTML form example
- Example#1510 - MongoGridFSFile::getBytes example
- Example#1511 - MongoGridFSFile::getResource example
- Example#1512 - MongoGridFSFile::write example
- Example#1513 - MongoLog::setCallback example
- Example#1514 - Changing pool size
- Example#1515 - Mongo::setPoolSize example
- Example#1516 - Changing pool size
- Example#1517 - Mongo::setPoolSize example
- Example#1518 - Eine Abfrage ausführen
- Example#1519 - msql_fetch_array Beispiel
- Example#1520 - msql_fetch_object-Beispiel
- Example#1521 - msql_fetch_row-Beispiel
- Example#1522 - msql_query-Beispiel
- Example#1523 - mssql_bind-Beispiel
- Example#1524 - mssql_close-Beispiel
- Example#1525 - mssql_connect-Beispiel
- Example#1526 - mssql_data_seek-Beispiel
- Example#1527 - mssql_execute-Beispiel
- Example#1528 - mssql_fetch_array-Beispiel
- Example#1529 - mssql_fetch_assoc-Beispiel
- Example#1530 - mssql_fetch_batch-Beispiel
- Example#1531 - mssql_fetch_field-Beispiel
- Example#1532 - mssql_fetch_object-Beispiel
- Example#1533 - mssql_fetch_row-Beispiel
- Example#1534 - mssql_field_length-Beispiel
- Example#1535 - mssql_field_name-Beispiel
- Example#1536 - Die Verwendung von mssql_field_seek im Beispiel für mssql_fetch_field
- Example#1537 - mssql_field_type-Beispiel
- Example#1538 - mssql_free_result-Beispiel
- Example#1539 - mssql_free_statement-Beispiel
- Example#1540 - mssql_get_last_message-Beispiel
- Example#1541 - mssql_guid_string-Beispiel
- Example#1542 - mssql_init-Beispiel
- Example#1543 - mssql_min_error_severity-Beispiel
- Example#1544 - mssql_min_message_severity-Beispiel
- Example#1545 - mssql_next_result-Beispiel
- Example#1546 - mssql_num_fields-Beispiel
- Example#1547 - mssql_num_rows-Beispiel
- Example#1548 - mssql_pconnect mit Verwendung des Parameters new_link
- Example#1549 - mssql_query-Beispiel
- Example#1550 - mssql_result-Beispiel
- Example#1551 - Die schnellere Alternative zu obigem Beispiel
- Example#1552 - mssql_rows_affected-Beispiel
- Example#1553 - mssql_select_db-Beispiel
- Example#1554 - Maskieren des Datenbanknamens mit eckigen Klammern
- Example#1555 - Comparing the three MySQL APIs
- Example#1556 - Configure commands for using mysqlnd or libmysqlclient
- Example#1557 - Unbuffered query example: mysqli
- Example#1558 - Unbuffered query example: pdo_mysql
- Example#1559 - Unbuffered query example: mysql
- Example#1560 - Problems with setting the character set with SQL
- Example#1561 - Setting the character set example: mysqli
- Example#1562 - Setting the character set example: pdo_mysql
- Example#1563 - Setting the character set example: mysql
- Example#1564 - MySQL-Erweiterung: ein Überblicks-Beispiel
- Example#1565 - mysql_affected_rows Beispiel
- Example#1566 - mysql_affected_rows Beispiel mit Transaktionen
- Example#1567 - mysql_client_encoding Beispiel
- Example#1568 - mysql_close example
- Example#1569 - mysql_connect Beispiel
- Example#1570 - mysql_connect Beispiel unter Nutzung
der hostname:port Syntax
- Example#1571 - mysql_connect Beispiel unter Nutzung der
":/path/to/socket" Syntax
- Example#1572 - mysql_create_db Alternativbeispiel
- Example#1573 - mysql_data_seek Beispiel
- Example#1574 - mysql_db_name Beispiel
- Example#1575 - mysql_db_query Alternativbeispiel
- Example#1576 - mysql_drop_db Alternativbeispiel
- Example#1577 - mysql_errno example
- Example#1578 - mysql_error Beispiel
- Example#1579 - mysql_escape_string Beispiel
- Example#1580 - Abfrage mit alias für identische Feldnamen
- Example#1581 - mysql_fetch_array mit MYSQL_NUM
- Example#1582 - mysql_fetch_array mit MYSQL_ASSOC
- Example#1583 - mysql_fetch_array mit MYSQL_BOTH
- Example#1584 - An ausführliches mysql_fetch_assoc Beispiel
- Example#1585 - mysql_fetch_field Beispiel
- Example#1586 - Ein mysql_fetch_lengths Beispiel
- Example#1587 - mysql_fetch_object-Beispiel
- Example#1588 - mysql_fetch_object-Beispiel
- Example#1589 - Eine Zeile mit mysql_fetch_row holen
- Example#1590 - Ein mysql_field_flags Beispiel
- Example#1591 - mysql_field_len Beispiel
- Example#1592 - mysql_field_name Beispiel
- Example#1593 - Ein mysql_field_table Beispiel
- Example#1594 - mysql_field_type Beispiel
- Example#1595 - Ein mysql_free_result Beispiel
- Example#1596 - mysql_get_client_info Bespiel
- Example#1597 - mysql_get_host_info Beispiel
- Example#1598 - mysql_get_proto_info Beispiel
- Example#1599 - mysql_get_server_info Beispiel
- Example#1600 - Relevante MySQL Anweisungen
- Example#1601 - mysql_insert_id Beispiel
- Example#1602 - mysql_list_dbs Beispiel
- Example#1603 - Alternative zum veraltetenmysql_list_fields
- Example#1604 - mysql_list_processes Beispiel
- Example#1605 - mysql_list_tables Alternativbeispiel
- Example#1606 - A mysql_num_fields Beispiel
- Example#1607 - mysql_num_rows Beispiel
- Example#1608 - mysql_ping Beispiel
- Example#1609 - Ungültige Anfrage
- Example#1610 - Gültige Anfrage
- Example#1611 - Einfaches mysql_real_escape_string-Beispiel
- Example#1612 - Ein beispielhafter SQL Injection Angriff
- Example#1613 - mysql_result Beispiel
- Example#1614 - mysql_select_db Beispiel
- Example#1615 - mysql_stat Beispiel
- Example#1616 - Alternatives mysql_stat Beispiel
- Example#1617 - mysql_tablename-Beispiel
- Example#1618 - mysql_thread_id Beispiel
- Example#1619 - Easy migration from the old mysql extension
- Example#1620 - Object-oriented and procedural interface
- Example#1621 - Bad coding style
- Example#1622 - Special meaning of localhost
- Example#1623 - Setting defaults
- Example#1624 - Connecting to MySQL
- Example#1625 - Navigation through buffered results
- Example#1626 - Navigation through unbuffered results
- Example#1627 - Text protocol returns strings by default
- Example#1628 - Native data types with mysqlnd and connection option
- Example#1629 - First stage: prepare
- Example#1630 - Second stage: bind and execute
- Example#1631 - INSERT prepared once, executed multiple times
- Example#1632 - Less round trips using multi-INSERT SQL
- Example#1633 - Native datatypes
- Example#1634 - Output variable binding
- Example#1635 - Using mysqli_result to fetch results
- Example#1636 - Buffered result set for flexible read out
- Example#1637 - Calling a stored procedure
- Example#1638 - Using session variables
- Example#1639 - Fetching results from stored procedures
- Example#1640 - Stored Procedures and Prepared Statements
- Example#1641 - Stored Procedures and Prepared Statements using bind API
- Example#1642 - Multiple Statements
- Example#1643 - SQL Injection
- Example#1644 - Setting auto commit mode with SQL and through the API
- Example#1645 - Commit and rollback
- Example#1646 - Accessing result set meta data
- Example#1647 - Prepared statements metadata
- Example#1648 - $mysqli->affected_rows example
- Example#1649 - mysqli::autocommit example
- Example#1650 - mysqli::change_user example
- Example#1651 - mysqli::character_set_name example
- Example#1652 - mysqli_get_client_info
- Example#1653 - mysqli_get_client_version
- Example#1654 - mysqli::commit example
- Example#1655 - $mysqli->connect_errno example
- Example#1656 - $mysqli->connect_error example
- Example#1657 - mysqli::__construct example
- Example#1658 - Generating a Trace File
- Example#1659 - $mysqli->errno example
- Example#1660 - $mysqli->error_list example
- Example#1661 - $mysqli->error example
- Example#1662 - $mysqli->field_count example
- Example#1663 - mysqli::get_charset example
- Example#1664 - mysqli_get_client_info
- Example#1665 - A mysqli_get_client_stats example
- Example#1666 - mysqli_get_client_version
- Example#1667 - A mysqli_get_connection_stats example
- Example#1668 - $mysqli->host_info example
- Example#1669 - $mysqli->protocol_version example
- Example#1670 - $mysqli->server_info example
- Example#1671 - $mysqli->server_version example
- Example#1672 - $mysqli->info example
- Example#1673 - $mysqli->insert_id example
- Example#1674 - mysqli::kill example
- Example#1675 - mysqli::multi_query example
- Example#1676 - mysqli::ping example
- Example#1677 - A mysqli_poll example
- Example#1678 - mysqli::prepare example
- Example#1679 - mysqli::query example
- Example#1680 - mysqli::real_connect example
- Example#1681 - mysqli::real_escape_string example
- Example#1682 - mysqli::rollback example
- Example#1683 - mysqli::select_db example
- Example#1684 - mysqli::set_charset example
- Example#1685 - mysqli::set_local_infile_handler example
- Example#1686 - $mysqli->sqlstate example
- Example#1687 - mysqli::stat example
- Example#1688 - $mysqli->thread_id example
- Example#1689 - mysqli::use_result example
- Example#1690 - $mysqli->warning_count example
- Example#1691 - Objektorientierter Stil
- Example#1692 - Prozeduraler Stil
- Example#1693 - Objektorientierter Stil
- Example#1694 - Prozeduraler Stil
- Example#1695 - Objektorientierter Stil
- Example#1696 - Prozeduraler Stil
- Example#1697 - Objektorientierter Stil
- Example#1698 - Prozeduraler Stil
- Example#1699 - Objektorientierter Stil
- Example#1700 - Prozeduraler Stil
- Example#1701 - Objektorientierter Stil
- Example#1702 - Prozeduraler Stil
- Example#1703 - Objektorientierter Stil
- Example#1704 - Prozeduraler Stil
- Example#1705 - Objektorientierter Stil
- Example#1706 - Prozeduraler Stil
- Example#1707 - Objektorientierter Stil
- Example#1708 - Prozeduraler Stil
- Example#1709 - Objektorientierter Stil
- Example#1710 - Prozeduraler Stil
- Example#1711 - Objektorientierter Stil
- Example#1712 - Prozeduraler Stil
- Example#1713 - Objektorientierter Stil
- Example#1714 - Prozeduraler Stil
- Example#1715 - Objektorientierter Stil
- Example#1716 - Prozeduraler Stil
- Example#1717 - Objektorientierter Stil
- Example#1718 - Prozeduraler Stil
- Example#1719 - Objektorientierter Stil
- Example#1720 - Objektorientierter Stil
- Example#1721 - Prozeduraler Stil
- Example#1722 - Objektorientierter Stil
- Example#1723 - Prozeduraler Stil
- Example#1724 - Objektorientierter Stil
- Example#1725 - Prozeduraler Stil
- Example#1726 - Objektorientierter Stil
- Example#1727 - Prozeduraler Stil
- Example#1728 - Objektorientierter Stil
- Example#1729 - Prozeduraler Stil
- Example#1730 - Objektorientierter Stil
- Example#1731 - Prozeduraler Stil
- Example#1732 - A mysqli_result example comparing iterator usage
- Example#1733 - Objektorientierter Stil
- Example#1734 - Prozeduraler Stil
- Example#1735 - Objektorientierter Stil
- Example#1736 - Prozeduraler Stil
- Example#1737 - Objektorientierter Stil
- Example#1738 - Prozeduraler Stil
- Example#1739 - Objektorientierter Stil
- Example#1740 - Prozeduraler Stil
- Example#1741 - Objektorientierter Stil
- Example#1742 - Prozeduraler Stil
- Example#1743 - Objektorientierter Stil
- Example#1744 - Prozeduraler Stil
- Example#1745 - Objektorientierter Stil
- Example#1746 - Prozeduraler Stil
- Example#1747 - Objektorientierter Stil
- Example#1748 - Prozeduraler Stil
- Example#1749 - Objektorientierter Stil
- Example#1750 - Prozeduraler Stil
- Example#1751 - Objektorientierter Stil
- Example#1752 - Prozeduraler Stil
- Example#1753 - A mysqli_get_cache_stats example
- Example#1754 - Enabling the plugin (php.ini)
- Example#1755 - Minimal plugin-specific configuration file (mysqlnd_ms_plugin.ini)
- Example#1756 - Recommended minimal plugin-specific config (mysqlnd_ms_plugin.ini)
- Example#1757 - Using one server as a master and as a slave (testing only!)
- Example#1758 - Plugin specific configuration file (mysqlnd_ms_plugin.ini)
- Example#1759 - Opening a load balanced connection
- Example#1760 - Executing statements
- Example#1761 - Plugin config with one slave and one master
- Example#1762 - Pitfall: connection state and SQL user variables
- Example#1763 - Plugin config with one slave and one master
- Example#1764 - SQL hints to prevent connection switches
- Example#1765 - Fighting replication lag
- Example#1766 - Table creation on a slave
- Example#1767 - Plugin config with one slave and one master
- Example#1768 - Using SQL hints for transactions
- Example#1769 - Transaction aware load balancing: trx_stickiness setting
- Example#1770 - Transaction aware
- Example#1771 - Session consistency: read your writes
- Example#1772 - Requesting session consistency
- Example#1773 - Maximum age/slave lag
- Example#1774 - Limiting slave lag
- Example#1775 - Fail over not set
- Example#1776 - No slave within time limit
- Example#1777 - Create counter table on master
- Example#1778 - Plugin config: SQL for client-side GTID injection
- Example#1779 - Transparent global transaction ID injection
- Example#1780 - Plugin config: SQL for fetching GTID
- Example#1781 - Obtaining GTID after injection
- Example#1782 - Plugin config: Checking for a certain GTID
- Example#1783 - Session consistency service level and GTID combined
- Example#1784 - Plugin config: using MySQL 5.6.5-m8 built-in GTID feature
- Example#1785 - Recap: quality of service to request read your writes
- Example#1786 - Plugin config: no special entries for caching
- Example#1787 - Caching a slave request
- Example#1788 - Read your writes and caching combined
- Example#1789 - Manual failover, automatic optional
- Example#1790 - Manual failover
- Example#1791 - Cluster node groups
- Example#1792 - Manual partitioning using SQL hints
- Example#1793 - Provoking a connection error
- Example#1794 - Connection error on query execution
- Example#1795 - Provoking a connection error
- Example#1796 - Most basic failover
- Example#1797 - Provoking a transient error
- Example#1798 - Transient error retry loop
- Example#1799 - Enabling the plugin (php.ini)
- Example#1800 - Basic plugin configuration (mysqlnd_ms_plugin.ini) for MySQL Replication
- Example#1801 - Multiple primaries - multi master (php.ini)
- Example#1802 - Primary copy with multiple primaries and paritioning
- Example#1803 - Multiple primaries - multi master (php.ini)
- Example#1804 - Synchronous update anywhere cluster
- Example#1805 - Converting a PHP array (hash) into JSON format
- Example#1806 - Using section names example
- Example#1807 - List of anonymous slaves
- Example#1808 - Master list using symbolic names
- Example#1809 - Keywords to configure a server
- Example#1810 - New roundrobin filter, old functionality
- Example#1811 - The user filter replaces mysqlnd_ms_set_user_pick_server
- Example#1812 - Common error message in case of configuration file issues (upto version 1.5.0)
- Example#1813 - Improved configuration file validation since 1.5.0
- Example#1814 - Possibly more precise error due to mysqlnd_ms.force_config_usage=1
- Example#1815 - Invalid filter sequence
- Example#1816 - Random load balancing with random filter
- Example#1817 - Random once load balancing with random filter
- Example#1818 - Referencing error
- Example#1819 - Assigning a weight for load balancing
- Example#1820 - roundrobin filter
- Example#1821 - Setting a callback
- Example#1822 - Using a callback
- Example#1823 - Returning random masters and slaves
- Example#1824 - Manual partitioning
- Example#1825 - Global limit on slave lag
- Example#1826 - Optional master failover when failing to connect to slave (PECL/mysqlnd_ms < 1.4.0)
- Example#1827 - New syntax since 1.4.0
- Example#1828 - Disabling lazy connection
- Example#1829 - String escaping on a lazy connection handle
- Example#1830 - Master on write for consistent reads
- Example#1831 - Using master to execute transactions
- Example#1832 - No automatic failover, error handling pitfall
- Example#1833 - Retry loop for transient errors
- Example#1834 - Using section names example
- Example#1835 - List-like syntax
- Example#1836 - Verify plugin activity in a non-threaded deployment model
- Example#1837 - Recording statistics during shutdown
- Example#1838 - Example demonstrating the usage of mysqlnd_ms constants
- Example#1839 - mysqlnd_ms_get_last_gtid example
- Example#1840 - mysqlnd_ms_get_last_used_connection example
- Example#1841 - mysqlnd_ms_get_stats example
- Example#1842 - mysqlnd_ms_match_wild example
- Example#1843 - mysqlnd_ms_query_is_select example
- Example#1844 - mysqlnd_ms_set_qos example
- Example#1845 - mysqlnd_ms_set_user_pick_server example
- Example#1846 - Enabling the plugin (php.ini)
- Example#1847 - Using the MYSQLND_QC_ENABLE_SWITCH SQL hint
- Example#1848 - Using the MYSQLND_QC_DISABLE_SWITCH SQL hint
- Example#1849 - Example showing which type of statements are not cached
- Example#1850 - Enabling caching for all statements using the mysqlnd_qc.cache_no_table ini setting
- Example#1851 - Setting the TTL with the mysqlnd_qc.ttl ini setting
- Example#1852 - Setting TTL with SQL hints
- Example#1853 - Setting a callback with mysqlnd_qc_set_is_select
- Example#1854 - Enabling the slam defense mechanism
- Example#1855 - Collecting a query trace
- Example#1856 - Setting the backtrace depth with the mysqlnd_qc.query_trace_bt_depth ini setting
- Example#1857 - Collecting statistics data with the mysqlnd_qc.time_statistics ini setting
- Example#1858 - Example mysqlnd_qc_get_cache_info usage
- Example#1859 - Example mysqlnd_qc_get_normalized_query_trace_log usage
- Example#1860 - Using a user-defined storage handler
- Example#1861 - Using SQL hint constants
- Example#1862 - Example mysqlnd_qc_set_cache_condition usage
- Example#1863 - mysqlnd_qc_get_available_handlers example
- Example#1864 - mysqlnd_qc_get_cache_info example
- Example#1865 - mysqlnd_qc_get_core_stats example
- Example#1866 - mysqlnd_qc_get_normalized_query_trace_log example
- Example#1867 - mysqlnd_qc_get_query_trace_log example
- Example#1868 - mysqlnd_qc_set_cache_condition example
- Example#1869 - mysqlnd_qc_set_is_select example
- Example#1870 - mysqlnd_qc_set_storage_handler example
- Example#1871 - Enabling the plugin (php.ini)
- Example#1872 - Pseudo-code: what a built-in class does
- Example#1873 - Installing a proxy
- Example#1874 - Proxy registration, mysqlnd_uh.enable=1
- Example#1875 - Proxy installation disabled
- Example#1876 - Connection proxy
- Example#1877 - Prepared statement proxy
- Example#1878 - Basic Monitoring
- Example#1879 - MysqlndUhConnection::changeUser example
- Example#1880 - MysqlndUhConnection::charsetName example
- Example#1881 - MysqlndUhConnection::close example
- Example#1882 - MysqlndUhConnection::connect example
- Example#1883 - MysqlndUhConnection::endPSession example
- Example#1884 - MysqlndUhConnection::escapeString example
- Example#1885 - MysqlndUhConnection::getAffectedRows example
- Example#1886 - MysqlndUhConnection::getErrorNumber example
- Example#1887 - MysqlndUhConnection::getErrorString example
- Example#1888 - MysqlndUhConnection::getFieldCount example
- Example#1889 - MysqlndUhConnection::getHostInformation example
- Example#1890 - MysqlndUhConnection::getLastInsertId example
- Example#1891 - MysqlndUhConnection::getLastMessage example
- Example#1892 - MysqlndUhConnection::getProtocolInformation example
- Example#1893 - MysqlndUhConnection::getServerInformation example
- Example#1894 - MysqlndUhConnection::getServerStatistics example
- Example#1895 - MysqlndUhConnection::getServerVersion example
- Example#1896 - MysqlndUhConnection::getSqlstate example
- Example#1897 - MysqlndUhConnection::getStatistics example
- Example#1898 - MysqlndUhConnection::getThreadId example
- Example#1899 - MysqlndUhConnection::getWarningCount example
- Example#1900 - MysqlndUhConnection::init example
- Example#1901 - MysqlndUhConnection::kill example
- Example#1902 - MysqlndUhConnection::listFields example
- Example#1903 - MysqlndUhConnection::listMethod example
- Example#1904 - MysqlndUhConnection::moreResults example
- Example#1905 - MysqlndUhConnection::nextResult example
- Example#1906 - MysqlndUhConnection::ping example
- Example#1907 - MysqlndUhConnection::query example
- Example#1908 - MysqlndUhConnection::queryReadResultsetHeader example
- Example#1909 - MysqlndUhConnection::reapQuery example
- Example#1910 - MysqlndUhConnection::refreshServer example
- Example#1911 - MysqlndUhConnection::restartPSession example
- Example#1912 - MysqlndUhConnection::selectDb example
- Example#1913 - MysqlndUhConnection::sendClose example
- Example#1914 - MysqlndUhConnection::sendQuery example
- Example#1915 - MysqlndUhConnection::serverDumpDebugInformation example
- Example#1916 - MysqlndUhConnection::setAutocommit example
- Example#1917 - MysqlndUhConnection::setCharset example
- Example#1918 - MysqlndUhConnection::setClientOption example
- Example#1919 - MysqlndUhConnection::setServerOption example
- Example#1920 - MysqlndUhConnection::simpleCommand example
- Example#1921 - MysqlndUhConnection::simpleCommandHandleResponse example
- Example#1922 - MysqlndUhConnection::sslSet example
- Example#1923 - MysqlndUhConnection::stmtInit example
- Example#1924 - MysqlndUhConnection::storeResult example
- Example#1925 - MysqlndUhConnection::txCommit example
- Example#1926 - MysqlndUhConnection::txRollback example
- Example#1927 - MysqlndUhConnection::useResult example
- Example#1928 - MysqlndUhPreparedStatement::execute example
- Example#1929 - MysqlndUhPreparedStatement::prepare example
- Example#1930 - mysqlnd_uh_convert_to_mysqlnd example
- Example#1931 - mysqlnd_uh_set_connection_proxy example
- Example#1932 - Enabling the plugin (php.ini)
- Example#1933 - SQL table used for the Quickstart
- Example#1934 - Basic example.
- Example#1935 - mysqlnd_memcache_get_config example
- Example#1936 - mysqlnd_memcache_set example with
var_dump as a simple debugging callback.
- Example#1937 - Basic query
- Example#1938 - Inserting with bind variables
- Example#1939 - Inserting data into a CLOB column
- Example#1940 - Using a PL/SQL stored function
- Example#1941 - Using a PL/SQL stored procedure
- Example#1942 - Calling a PL/SQL function that returns a REF CURSOR
- Example#1943 - oci_bind_array_by_name Beispiel
- Example#1944 - oci_bind_by_name-Beispiel
- Example#1945 - oci_bind_by_name-Beispiel
- Example#1946 - oci_bind_by_name-Beispiel
- Example#1947 - oci_client_version example
- Example#1948 - oci_commit example
- Example#1949 - Basic oci_connect using Easy Connect syntax
- Example#1950 - Basic oci_connect using a Network Connect name
- Example#1951 - oci_connect with an explicit character set
- Example#1952 - Using multiple calls to oci_connect
- Example#1953 - oci_define_by_name example
- Example#1954 - oci_define_by_name with case sensitive column names
- Example#1955 - oci_define_by_name with LOB columns
- Example#1956 - oci_define_by_name with an explicit type
- Example#1957 - Zeigt die Oracle-Fehlermeldung nach einem Verbindungsfehler an
- Example#1958 - Zeigt die Oracle-Fehlermeldung nach einem Parse-Error an
- Example#1959 - Zeigt die Oracle-Fehlermeldung und das problematische Statement
nach einem Ausführungsfehler
- Example#1960 - oci_execute for queries
- Example#1961 - oci_execute without specifying a mode example
- Example#1962 - oci_execute with OCI_NO_AUTO_COMMIT example
- Example#1963 - oci_execute with different commit modes example
- Example#1964 - oci_execute with
OCI_DESCRIBE_ONLY example
- Example#1965 - oci_fetch_all Beispiel
- Example#1966 - oci_fetch_array mit OCI_BOTH-Beispiel
- Example#1967 - oci_fetch_array mit
OCI_NUM-Beispiel
- Example#1968 - oci_fetch_array mit
OCI_ASSOC-Beispiel
- Example#1969 - oci_fetch_array mit
OCI_RETURN_LOBS-Beispiel
- Example#1970 - oci_field_name example
- Example#1971 - oci_field_size example
- Example#1972 - oci_field_type example
- Example#1973 - oci_new_connect example
- Example#1974 - Using REF CURSOR in an Oracle's stored procedure
- Example#1975 - Using REF CURSOR in an Oracle's select statement
- Example#1976 - oci_new_descriptor example
- Example#1977 - oci_new_descriptor example
- Example#1978 - oci_num_fields example
- Example#1979 - oci_num_rows example
- Example#1980 - oci_parse example for SQL statements
- Example#1981 - oci_parse example for PL/SQL statements
- Example#1982 - oci_rollback example
- Example#1983 - Rolling back to a SAVEPOINT example
- Example#1984 - oci_server_version example
- Example#1985 - Setting the action
- Example#1986 - Setting the client identifier to the application user
- Example#1987 - Setting the client information
- Example#1988 - Two scripts can use different versions of myfunc() at the same time
- Example#1989 - Setting the module name
- Example#1990 - Changing the default prefetch value for a query
- Example#1991 - Changing the default prefetch for a REF CURSOR fetch
- Example#1992 - Setting the prefetch value when passing a REF CURSOR back to Oracle
- Example#1993 - oci_statement_type example
- Example#1994 - Connect to Ovrimos SQL Server and select from a system table
- Example#1995 - ovrimos_connect Example
- Example#1996 - A fetch into example
- Example#1997 - A fetch row example
- Example#1998 - ovrimos_prepare Example
- Example#1999 - Prepare a statement, execute, and view the result
- Example#2000 - ovrimos_result_all with meta-information
- Example#2001 - Creating a Paradox database with two fields
- Example#2002 - Turn a paradox date into a human readable form
- Example#2003 - Set the date/time fields in a paradox database to the current
date/time
- Example#2004 - Opening a Paradox database
- Example#2005 - Opening a Paradox database
- Example#2006 - Turn a paradox timestamp into a human readable form
- Example#2007 - Beispiel für die Benutzung der PostgreSQL-Erweiterung
- Example#2008 - pg_affected_rows-Beispiel
- Example#2009 - pg_cancel_query Beispiel
- Example#2010 - pg_client_encoding Beispiel
- Example#2011 - pg_close-Beispiel
- Example#2012 - pg_connect benutzen
- Example#2013 - pg_connection_busy Beispiel
- Example#2014 - pg_connection_reset Beispiel
- Example#2015 - pg_connection_status Beispiel
- Example#2016 - pg_convert Beispiel
- Example#2017 - pg_copy_from Beispiel
- Example#2018 - pg_copy_to Beispiel
- Example#2019 - pg_dbname Beispiel
- Example#2020 - pg_delete Beispiel
- Example#2021 - pg_end_copy Beispiel
- Example#2022 - pg_escape_bytea Beispiel
- Example#2023 - pg_escape_identifier example
- Example#2024 - pg_escape_literal example
- Example#2025 - pg_escape_string Beispiel
- Example#2026 - pg_execute benutzen:
- Example#2027 - pg_fetch_all_columns-Beispiel
- Example#2028 - PostgreSQL fetch all
- Example#2029 - pg_fetch_array Beispiel
- Example#2030 - pg_fetch_assoc Beispiel
- Example#2031 - pg_fetch_object-Beispiel
- Example#2032 - pg_fetch_result Beispiel
- Example#2033 - pg_fetch_row Beispiel
- Example#2034 - pg_field_is_null Beispiel
- Example#2035 - Informationen über Felder abfragen
- Example#2036 - Die Nummer eines Feldes ermitteln
- Example#2037 - Informationen über Spalten ermitteln
- Example#2038 - Informationen über Felder abfragen
- Example#2039 - Informationen über Felder abfragen
- Example#2040 - Informationen über Felder holen
- Example#2041 - Informationen über Felder holen
- Example#2042 - pg_free_result-Beispiel
- Example#2043 - PostgreSQL NOTIFY-Nachricht
- Example#2044 - PostgreSQL Prozess-ID
- Example#2045 - pg_get_result Beispiel
- Example#2046 - pg_host Beispiel
- Example#2047 - pg_insert Beispiel
- Example#2048 - pg_last_error Beispiel
- Example#2049 - pg_last_error Beispiel
- Example#2050 - pg_last_oid Beispiel
- Example#2051 - pg_lo_close Beispiel
- Example#2052 - pg_lo_create Beispiel
- Example#2053 - pg_lo_export Beispiel
- Example#2054 - pg_lo_import Beispiel
- Example#2055 - pg_lo_open Beispiel
- Example#2056 - pg_lo_read_all Beispiel
- Example#2057 - pg_lo_read Beispiel
- Example#2058 - pg_lo_seek Beispiel
- Example#2059 - pg_lo_tell Beispiel
- Example#2060 - pg_lo_unlink Beispiel
- Example#2061 - pg_lo_write-Beispiel
- Example#2062 - Metadaten für eine Tabelle ermitteln
- Example#2063 - pg_num_fields Beispiel
- Example#2064 - pg_num_rows Beispiel
- Example#2065 - pg_options Beispiel
- Example#2066 - pg_parameter_status Beispiel
- Example#2067 - pg_pconnect benutzen:
- Example#2068 - pg_ping Beispiel
- Example#2069 - pg_port Beispiel
- Example#2070 - pg_prepare Beispiel
- Example#2071 - pg_put_line Beispiel
- Example#2072 - pg_query_params Beispiel
- Example#2073 - pg_query Beispiel
- Example#2074 - pg_query mit mehreren Anweisungen
- Example#2075 - pg_result_error_field-Beispiel
- Example#2076 - pg_result_error Beispiel
- Example#2077 - pg_result_seek Beispiel
- Example#2078 - pg_result_status Beispiel
- Example#2079 - pg_select Beispiel
- Example#2080 - pg_send_execute benutzen:
- Example#2081 - pg_send_prepare Beispiel
- Example#2082 - pg_send_query_params-Beispiel
- Example#2083 - pg_send_query Beispiel
- Example#2084 - pg_set_client_encoding Beispiel
- Example#2085 - pg_set_error_verbosity Beispiel
- Example#2086 - pg_trace Beispiel
- Example#2087 - pg_transaction_status-Beispiel
- Example#2088 - pg_tty Beispiel
- Example#2089 - pg_unescape_bytea Beispiel
- Example#2090 - pg_untrace Beipiel
- Example#2091 - pg_update Beispiel
- Example#2092 - pg_version Beispiel
- Example#2093 - Prozeduraler Stil
- Example#2094 - Objektorientierter Stil
- Example#2095 - Prozeduraler Stil
- Example#2096 - Objektorientierter Stil
- Example#2097 - Prozeduraler Stil
- Example#2098 - Objektorientierter Stil
- Example#2099 - sqlite_close-Beispiel
- Example#2100 - aggregierte max_length-Funktion
- Example#2101 - sqlite_create_function-Beispiel
- Example#2102 - Beispiel zur Nutzung einer beliebigen PHP-Funktion
- Example#2103 - Prozedurales Beispiel
- Example#2104 - Objektorientiertes Beispiel
- Example#2105 - sqlite_factory Beispiel
- Example#2106 - Prozedurales Beispiel
- Example#2107 - Objektorientiertes Beispiel
- Example#2108 - Beispiel zur prozduralen Notation
- Example#2109 - Beispiel zur objektorientierten Notation
- Example#2110 - Prozedurales Beispiel
- Example#2111 - Objektorientiertes Beispiel
- Example#2112 - Ein sqlite_fetch_single-Beispiel
- Example#2113 - Prozedurales Beispiel
- Example#2114 - Objektorientiertes Beispiel
- Example#2115 - sqlite_open-Beispiel
- Example#2116 - Beispiel für eine binärsichere max_length Summenfunktion
- Example#2117 - SQLite3::changes-Beispiel
- Example#2118 - SQLite3::close Beispiel
- Example#2119 - SQLite3::__construct Beispiel
- Example#2120 - SQLite3::createCollation example
- Example#2121 - SQLite3::createFunction-Beispiel
- Example#2122 - SQLite3::exec-Beispiel
- Example#2123 - SQLite3::loadExtension Beispiel
- Example#2124 - SQLite3::open example
- Example#2125 - SQLite3::prepare Beispiel
- Example#2126 - SQLite3::query-Beispiel
- Example#2127 - SQLite3::querySingle example
- Example#2128 - SQLite3::version example
- Example#2129 - SQLite3Stmt::bindValue example
- Example#2130 - sqlsrv_begin_transaction example
- Example#2131 - sqlsrv_cancel example
- Example#2132 - sqlsrv_client_info example
- Example#2133 - sqlsrv_close example
- Example#2134 - sqlsrv_commit example
- Example#2135 - Connect using Windows Authentication.
- Example#2136 - Connect by specifying a user name and password.
- Example#2137 - Connect on a specifed port.
- Example#2138 - functionname example
- Example#2139 - sqlsrv_execute example
- Example#2140 - Retrieving an associative array.
- Example#2141 - Retrieving a numeric array.
- Example#2142 - sqlsrv_fetch_object example
- Example#2143 - sqlsrv_fetch example
- Example#2144 - sqlsrv_field_metadata example
- Example#2145 - sqlsrv_free_stmt example
- Example#2146 - sqlsrv_get_field example
- Example#2147 - sqlsrv_has_rows example
- Example#2148 - sqlsrv_next_result example
- Example#2149 - sqlsrv_num_fields example
- Example#2150 - sqlsrv_num_rows example
- Example#2151 - sqlsrv_prepare example
- Example#2152 - sqlsrv_query example
- Example#2153 - sqlsrv_rollback example
- Example#2154 - sqlsrv_rows_affected example
- Example#2155 - sqlsrv_send_stream_data example
- Example#2156 - sqlsrv_server_info example
- Example#2157 - Delete-Query
- Example#2158 - sybase_connect example
- Example#2159 - Identical fieldnames
- Example#2160 - sybase_fetch_object return as Foo
- Example#2161 - sybase_set_message_handler callback function
- Example#2162 - sybase_set_message_handler callback to a class
- Example#2163 - sybase_set_message_handler unhandled messages
- Example#2164 - sybase_unbuffered_query example
- Example#2165 - Putting and getting a key-value pair
- Example#2166 - TokyoTyrant::add example
- Example#2167 - TokyoTyrant::connect example
- Example#2168 - TokyoTyrant::connectUri example
- Example#2169 - TokyoTyrant::copy example
- Example#2170 - TokyoTyrant::ext example
- Example#2171 - TokyoTyrant::fwmKeys example
- Example#2172 - TokyoTyrant::get example
- Example#2173 - TokyoTyrant::getIterator example
- Example#2174 - TokyoTyrant::num example
- Example#2175 - TokyoTyrant::out example
- Example#2176 - TokyoTyrant::put example
- Example#2177 - TokyoTyrant::putCat example
- Example#2178 - tokyotyrant::putKeep example
- Example#2179 - TokyoTyrant::putNr example
- Example#2180 - TokyoTyrant::putShl example
- Example#2181 - TokyoTyrant::setMaster example
- Example#2182 - TokyoTyrant::size example
- Example#2183 - TokyoTyrant::stat example
- Example#2184 - TokyoTyrant::vanish example
- Example#2185 - TokyoTyrantTable::genUid example
- Example#2186 - TokyoTyrantTable::get example
- Example#2187 - TokyoTyrantTable::getIterator example
- Example#2188 - TokyoTyrantTable::getQuery example
- Example#2189 - TokyoTyrantTable::out example
- Example#2190 - TokyoTyrantTable::put example
- Example#2191 - TokyoTyrantTable::putCat example
- Example#2192 - TokyoTyrantTable::putKeep example
- Example#2193 - TokyoTyrantQuery::addCond example
- Example#2194 - TokyoTyrantQuery::__construct example
- Example#2195 - TokyoTyrantQuery::count example
- Example#2196 - TokyoTyrantQuery iterator example
- Example#2197 - TokyoTyrantQuery::hint example
- Example#2198 - TokyoTyrantQuery iterator example
- Example#2199 - TokyoTyrantQuery::metaSearch example
- Example#2200 - TokyoTyrantQuery iterator example
- Example#2201 - TokyoTyrantQuery::out example
- Example#2202 - TokyoTyrantQuery iterator example
- Example#2203 - TokyoTyrantQuery::search example
- Example#2204 - TokyoTyrantQuery iterator example
- Example#2205 - TokyoTyrantIterator::__construct example
- Example#2206 - Schließen eines geöffneten Dateideskriptors
- Example#2207 - Setzen und Löschen einer Sperre
- Example#2208 - Öffnen eines Dateideskriptors
- Example#2209 - Positionieren in einer Datei
- Example#2210 - Setting the baud rate on a serial port
- Example#2211 - chdir Beispiel
- Example#2212 - closedir Beispiel
- Example#2213 - dir Beispiel
- Example#2214 - getcwd Beispiel
- Example#2215 - opendir Beispiel
- Example#2216 - Alle Dateien eines Verzeichnisses auflisten
- Example#2217 - Listet alle Dateien des aktuellen Verzeichnisses auf und blendet dabei
. und .. aus.
- Example#2218 - Ein einfaches scandir-Beispiel
- Example#2219 - PHP 4-Alternativen zu scandir
- Example#2220 - A finfo_buffer example
- Example#2221 - A finfo_file example
- Example#2222 - Objektorientierter Stil
- Example#2223 - Prozeduraler Stil
- Example#2224 - mime_content_type Example
- Example#2225 - basename Beispiel
- Example#2226 - Gruppe einer Datei ändern
- Example#2227 - Einfache chown-Benutzung
- Example#2228 - clearstatcache Beispiel
- Example#2229 - copy Beispiel
- Example#2230 - dirname Beispiel
- Example#2231 - disk_free_space Beispiel
- Example#2232 - disk_total_space Beispiel
- Example#2233 - Ein einfaches fclose Beispiel
- Example#2234 - Zeitüberschreitungen mit feof abhandeln
- Example#2235 - feof Beispiel mit einem ungültigen Dateizeiger
- Example#2236 - File write example using fflush
- Example#2237 - Ein fgetc Beispiel
- Example#2238 - Lies und gib den gesamten Inhalt einer CSV Datei aus
- Example#2239 - Eine Datei Zeile für Zeile lesen
- Example#2240 - Reading a PHP file line-by-line
- Example#2241 - Prüfung, ob eine Datei existiert
- Example#2242 - Holen und Ausgeben des Quelltextes der Startseite einer Webseite
- Example#2243 - Suche im include_path
- Example#2244 - Lesen einen Abschnitts einer Datei
- Example#2245 - Nutzung von Stream-Contexten
- Example#2246 - Simple usage example
- Example#2247 - Using flags
- Example#2248 - file-Beispiel
- Example#2249 - fileatime Beispiel
- Example#2250 - Ein filectime Beispiel
- Example#2251 - Finding the group of a file
- Example#2252 - Vergleich des Inode einer Datei mit dem der derzeitigen Datei
- Example#2253 - filemtime Beispiel
- Example#2254 - Den besitzer einer Datei finden
- Example#2255 - Zeige Rechte als Oktal-Wert an
- Example#2256 - Zeige komplette Rechte an
- Example#2257 - filesize Beispiel
- Example#2258 - filetype Beispiel
- Example#2259 - flock Beispiel
- Example#2260 - flock Nutzung der LOCK_NB Option
- Example#2261 - Checking a color name against a shell wildcard pattern
- Example#2262 - fopen Beispiele
- Example#2263 - Nutzung von fpassthru mit binären
Dateien
- Example#2264 - fputcsv example
- Example#2265 - Ein einfaches fread-Beispiel
- Example#2266 - Ein fread-Beispiel mit einer Binärdatei
- Example#2267 - fread-Beispiele für entfernte Dateien
- Example#2268 - fscanf Beispiel
- Example#2269 - Inhalt der users.txt Datei
- Example#2270 - fstat-Beispiel
- Example#2271 - Ein einfaches Beispiel für fwrite
- Example#2272 - Einfacher Ersatz von opendir etc.
- Example#2273 - is_dir-Beispiel
- Example#2274 - is_executable-Beispiel
- Example#2275 - is_file-Beispiel
- Example#2276 - Erstelle und bestätige, dass eine Datei ein symbolischer Link ist
- Example#2277 - is_readable-Beispiel
- Example#2278 - is_uploaded_file-Beispiel
- Example#2279 - is_writable-Beispiel
- Example#2280 - Changing the group of a symbolic link
- Example#2281 - Changing the owner of a symbolic link
- Example#2282 - Erstellen eines harten Links
- Example#2283 - linkinfo-Beispiel
- Example#2284 - Vergleich von stat und lstat
- Example#2285 - mkdir-Beispiel
- Example#2286 - mkdir mit dem recursive-Parameter benutzen
- Example#2287 - Inhalt der sample.ini
- Example#2288 - parse_ini_file
- Example#2289 - pathinfo-Beispiel
- Example#2290 - pathinfo-Beispiel für den Unterschied zwischen einer leeren und keiner Erweiterung
- Example#2291 - popen Beispiel
- Example#2292 - realpath_cache_get example
- Example#2293 - realpath_cache_size example
- Example#2294 - realpath
- Example#2295 - realpath auf Windows
- Example#2296 - Beispiel mit rename
- Example#2297 - rmdir Beispiel
- Example#2298 - stat-Beispiel
- Example#2299 - Nutzung von stat-Informationen zusammen mit touch
- Example#2300 - Einen symbolischen Link erzeugen
- Example#2301 - tempnam-Beispiel
- Example#2302 - tmpfile-Beispiel
- Example#2303 - touch-Beispiel
- Example#2304 - Nutzung von touch mit dem time-Parameter
- Example#2305 - umask-Beispiel
- Example#2306 - Einfache Nutzung von unlink
- Example#2307 - Example usage of inotify
- Example#2308 - Setting the path to magic.mime
- Example#2309 - setproctitle example
- Example#2310 - setthreadtitle example
- Example#2311 - Checks if system administrator has signed the file
- Example#2312 - Prints names of all extended attributes of file
- Example#2313 - Removes all extended attributes of a file
- Example#2314 - Sets extended attributes on .wav file
- Example#2315 - xattr_supported example
- Example#2316 - xdiff_file_bdiff_size example
- Example#2317 - xdiff_file_bdiff example
- Example#2318 - xdiff_file_bpatch example
- Example#2319 - xdiff_file_diff_binary example
- Example#2320 - xdiff_file_diff example
- Example#2321 - xdiff_file_merge3 example
- Example#2322 - xdiff_file_patch_binary example
- Example#2323 - xdiff_file_patch example
- Example#2324 - Patch reversing example
- Example#2325 - xdiff_file_rabdiff example
- Example#2326 - xdiff_string_bdiff_size example
- Example#2327 - xdiff_string_diff example
- Example#2328 - xdiff_string_patch example
- Example#2329 - Enchant Usage Example
- Example#2330 - List the backends provided by the given broker
- Example#2331 - A enchant_broker_dict_exists example
- Example#2332 - List all available dictionaries for one broker
- Example#2333 - A enchant_broker_request_dict example
- Example#2334 - A enchant_dict_describe example
- Example#2335 - A enchant_dict_quick_check example
- Example#2336 - A enchant_dict_suggest example
- Example#2337 - Usage example.
- Example#2338 - Using Gender\Gender::country
- Example#2339 - bindtextdomain-Beispiel
- Example#2340 - gettext-Check
- Example#2341 - ngettext-Beispiel
- Example#2342 - Beispiel für iconv_get_encoding
- Example#2343 - iconv_mime_decode_headers example
- Example#2344 - iconv_mime_decode example
- Example#2345 - iconv_mime_encode example
- Example#2346 - iconv_set_encoding Beispiel:
- Example#2347 - iconv-Beispiel:
- Example#2348 - ob_iconv_handler-Beispiel:
- Example#2349 - Example of using the procedural API
- Example#2350 - Example of using the object-oriented API
- Example#2351 - FRENCH_COLLATION rules
- Example#2352 - ALTERNATE_HANDLING rules
- Example#2353 - CASE_FIRST rules
- Example#2354 - CASE_LEVEL rules
- Example#2355 - collator_asortexample
- Example#2356 - collator_compareexample
- Example#2357 - Collator::__construct example
- Example#2358 - collator_create example
- Example#2359 - collator_get_attribute example
- Example#2360 - collator_get_error_code example
- Example#2361 - collator_get_error_message example
- Example#2362 - collator_get_locale example
- Example#2363 - collator_get_sort_keyexample
- Example#2364 - collator_get_strength example
- Example#2365 - collator_set_attribute example
- Example#2366 - collator_set_strength example
- Example#2367 - collator_sort_with_sort_keys example
- Example#2368 - collator_sort example
- Example#2369 - numfmt_create example
- Example#2370 - NumberFormatter::create example
- Example#2371 - numfmt_format_currency example
- Example#2372 - OO example
- Example#2373 - numfmt_format example
- Example#2374 - OO example
- Example#2375 - numfmt_get_attribute example
- Example#2376 - OO example
- Example#2377 - numfmt_get_error_code example
- Example#2378 - OO example
- Example#2379 - numfmt_get_error_message example
- Example#2380 - OO example
- Example#2381 - numfmt_get_locale example
- Example#2382 - numfmt_get_pattern example
- Example#2383 - OO example
- Example#2384 - numfmt_get_symbol example
- Example#2385 - OO example
- Example#2386 - numfmt_get_text_attribute example
- Example#2387 - OO example
- Example#2388 - numfmt_parse_currency example
- Example#2389 - OO example
- Example#2390 - numfmt_parse example
- Example#2391 - OO example
- Example#2392 - numfmt_set_attribute example
- Example#2393 - OO example
- Example#2394 - numfmt_set_pattern example
- Example#2395 - OO example
- Example#2396 - numfmt_set_symbol example
- Example#2397 - OO example
- Example#2398 - numfmt_set_text_attribute example
- Example#2399 - OO example
- Example#2400 - locale_accept_from_http example
- Example#2401 - OO example
- Example#2402 - locale_compose example
- Example#2403 - OO example
- Example#2404 - locale_filter_matches example
- Example#2405 - OO example
- Example#2406 - locale_get_all_variants example
- Example#2407 - OO example
- Example#2408 - locale_get_default example
- Example#2409 - OO example
- Example#2410 - locale_get_display_language example
- Example#2411 - OO example
- Example#2412 - locale_get_display_name example
- Example#2413 - OO example
- Example#2414 - locale_get_display_region example
- Example#2415 - OO example
- Example#2416 - locale_get_display_script example
- Example#2417 - OO example
- Example#2418 - locale_get_display_variant example
- Example#2419 - OO example
- Example#2420 - locale_get_keywords example
- Example#2421 - OO example
- Example#2422 - locale_get_primary_language example
- Example#2423 - OO example
- Example#2424 - locale_get_region example
- Example#2425 - OO example
- Example#2426 - locale_get_script example
- Example#2427 - OO example
- Example#2428 - locale_lookup example
- Example#2429 - OO example
- Example#2430 - locale_parse example
- Example#2431 - OO example
- Example#2432 - locale_set_default example
- Example#2433 - OO example
- Example#2434 - normalizer_is_normalized example
- Example#2435 - OO example
- Example#2436 - normalizer_normalize example
- Example#2437 - OO example
- Example#2438 - msgfmt_create example
- Example#2439 - OO example
- Example#2440 - msgfmt_format_message example
- Example#2441 - OO example
- Example#2442 - msgfmt_format example
- Example#2443 - OO example
- Example#2444 - msgfmt_get_error_code example
- Example#2445 - OO example
- Example#2446 - msgfmt_get_error_message example
- Example#2447 - OO example
- Example#2448 - msgfmt_get_locale example
- Example#2449 - OO example
- Example#2450 - msgfmt_get_pattern example
- Example#2451 - OO example
- Example#2452 - msgfmt_parse_message example
- Example#2453 - OO example
- Example#2454 - msgfmt_parse example
- Example#2455 - OO example
- Example#2456 - msgfmt_set_pattern example
- Example#2457 - OO example
- Example#2458 - IntlCalendar::add
- Example#2459 - IntlCalendar::after
- Example#2460 - IntlCalendar::clear examples
- Example#2461 - IntlCalendar::createInstance
- Example#2462 - IntlCalendar::equals
- Example#2463 - IntlCalendar::fieldDifference
- Example#2464 - IntlCalendar::fromDateTime
- Example#2465 - IntlCalendar::get
- Example#2466 - IntlCalendar::getActualMaximum
- Example#2467 - IntlCalendar::getAvailableLocales()
- Example#2468 - IntlCalendar::getDayOfWeekType
- Example#2469 - IntlCalendar::getErrorCode and
IntlCalendar::getErrorMessage
- Example#2470 - IntlCalendar::getErrorMessage
- Example#2471 - IntlCalendar::getFirstDayOfWeek
- Example#2472 - IntlCalendar::getKeyworkValuesForLocale
- Example#2473 - Maxima examples
- Example#2474 - IntlCalendar::getLocale
- Example#2475 - IntlCalendar::getMinimalDaysInFirstWeek
- Example#2476 - IntlCalendar::getNow
- Example#2477 - IntlCalendar::getRepeatedWallTimeOption
- Example#2478 - IntlCalendar::getSkippedWallTimeOption
- Example#2479 - IntlCalendar::getTime
- Example#2480 - IntlCalendar::getTimeZone
- Example#2481 - IntlCalendar::getType
- Example#2482 - IntlCalendar::inDaylightTime
- Example#2483 - IntlCalendar::isEquivalentTo
- Example#2484 - IntlCalendar::isLenient
- Example#2485 - IntlCalendar::isWeekend
- Example#2486 - IntlCalendar::roll
- Example#2487 - IntlCalendar::set
- Example#2488 - IntlCalendar::setFirstDayOfWeek
- Example#2489 - IntlCalendar::setTime
- Example#2490 - IntlCalendar::setTimeZone
- Example#2491 - IntlCalendar::toDateTime
- Example#2492 - datefmt_create example
- Example#2493 - OO example
- Example#2494 - datefmt_format example
- Example#2495 - OO example
- Example#2496 - With IntlCalendar object
- Example#2497 - IntlDateFormatter::formatObject examples
- Example#2498 - datefmt_get_calendar example
- Example#2499 - OO example
- Example#2500 - datefmt_get_datetype example
- Example#2501 - OO example
- Example#2502 - datefmt_get_error_code example
- Example#2503 - OO example
- Example#2504 - datefmt_get_error_message example
- Example#2505 - OO example
- Example#2506 - datefmt_get_locale example
- Example#2507 - OO example
- Example#2508 - datefmt_get_pattern example
- Example#2509 - OO example
- Example#2510 - datefmt_get_timetype example
- Example#2511 - OO example
- Example#2512 - datefmt_get_timezone_id example
- Example#2513 - OO example
- Example#2514 - IntlDateFormatter::getCalendarObject example
- Example#2515 - IntlDateFormatter::getTimeZone examples
- Example#2516 - datefmt_is_lenient example
- Example#2517 - OO example
- Example#2518 - datefmt_localtime example
- Example#2519 - OO example
- Example#2520 - OO example
- Example#2521 - datefmt_parse example
- Example#2522 - datefmt_set_calendar example
- Example#2523 - OO example
- Example#2524 - Example with IntlCalendar argument
- Example#2525 - datefmt_set_lenient example
- Example#2526 - OO example
- Example#2527 - datefmt_set_pattern example
- Example#2528 - OO example
- Example#2529 - datefmt_set_timezone_id example
- Example#2530 - OO example
- Example#2531 - IntlDateFormatter::setTimeZone examples
- Example#2532 - resourcebundle_count example
- Example#2533 - OO example
- Example#2534 - resourcebundle_create example
- Example#2535 - ResourceBundle::create example
- Example#2536 - resourcebundle_get_error_code example
- Example#2537 - OO example
- Example#2538 - resourcebundle_get_error_message example
- Example#2539 - OO example
- Example#2540 - resourcebundle_get example
- Example#2541 - OO example
- Example#2542 - resourcebundle_locales example
- Example#2543 - OO example
- Example#2544 - Converting escaped UTF-16 code units
- Example#2545 - grapheme_extract example
- Example#2546 - grapheme_stripos example
- Example#2547 - grapheme_stristr example
- Example#2548 - grapheme_strlen example
- Example#2549 - grapheme_strpos example
- Example#2550 - grapheme_strripos example
- Example#2551 - grapheme_strrpos example
- Example#2552 - grapheme_strstr example
- Example#2553 - grapheme_substr example
- Example#2554 - idn_to_ascii example
- Example#2555 - idn_to_utf8 example
- Example#2556 - intl_error_name example
- Example#2557 - intl_get_error_code example
- Example#2558 - intl_get_error_message example
- Example#2559 - intl_is_failure example
- Example#2560 - php.ini setting examples
- Example#2561 - php.ini setting for EUC-JP users
- Example#2562 - php.ini setting for SJIS users
- Example#2563 - Disable HTTP input conversion in php.ini
- Example#2564 - php.ini setting example
- Example#2565 - Script example
- Example#2566 - mb_convert_case example
- Example#2567 - mb_convert_case example with non-Latin UTF-8 text
- Example#2568 - mb_convert_encoding example
- Example#2569 - mb_convert_kana example
- Example#2570 - mb_convert_variables example
- Example#2571 - convmap example
- Example#2572 - mb_detect_encoding example
- Example#2573 - Useless detect order example
- Example#2574 - mb_detect_order examples
- Example#2575 - mb_encode_mimeheader example
- Example#2576 - convmap example
- Example#2577 - mb_encode_numericentity example
- Example#2578 - mb_encoding_aliases example
- Example#2579 - mb_ereg_replace_callback example
- Example#2580 - mb_ereg_replace_callback using anonymous function
supported in PHP 5.3.0 or later
- Example#2581 - mb_internal_encoding example
- Example#2582 - mb_list_encodings example
- Example#2583 - mb_output_handler example
- Example#2584 - mb_preferred_mime_name example
- Example#2585 - mb_strimwidth example
- Example#2586 - mb_strtolower example
- Example#2587 - mb_strtolower example with non-Latin UTF-8 text
- Example#2588 - mb_strtoupper example
- Example#2589 - mb_strtoupper example with non-Latin UTF-8 text
- Example#2590 - mb_substitute_character example
- Example#2591 - mb_substr_count example
- Example#2592 - pspell_add_to_personal-Beispiel
- Example#2593 - pspell_check-Beispiel
- Example#2594 - pspell_add_to_personal-Beispiel
- Example#2595 - pspell_config_create-Beispiel
- Example#2596 - pspell_config_ignore-Beispiel
- Example#2597 - pspell_config_mode-Beispiel
- Example#2598 - pspell_config_personal-Beispiel
- Example#2599 - pspell_config_repl-Beispiel
- Example#2600 - pspell_config_runtogether-Beispiel
- Example#2601 - pspell_new_config-Beispiel
- Example#2602 - pspell_new_personal-Beispiel
- Example#2603 - pspell_new-Beispiel
- Example#2604 - pspell_add_to_personal-Beispiel
- Example#2605 - pspell_store_replacement-Beispiel
- Example#2606 - pspell_suggest-Beispiel
- Example#2607 - Einfaches recode_file-Beispiel
- Example#2608 - Einfaches recode_string-Beispiel:
- Example#2609 - Cairo Example
- Example#2610 - cairo_create example
- Example#2611 - cairo_font_face_get_type example
- Example#2612 - cairo_font_face_status example
- Example#2613 - cairo_font_options_create example
- Example#2614 - cairo_font_options_equal example
- Example#2615 - cairo_font_options_get_antialias example
- Example#2616 - cairo_font_options_get_hint_metrics example
- Example#2617 - cairo_font_options_get_hint_style example
- Example#2618 - cairo_font_options_get_subpixel_order example
- Example#2619 - cairo_font_options_hash example
- Example#2620 - cairo_font_options_merge example
- Example#2621 - cairo_font_options_set_antialias example
- Example#2622 - cairo_font_options_set_hint_metrics example
- Example#2623 - cairo_font_options_set_hint_style example
- Example#2624 - cairo_font_options_set_subpixel_order example
- Example#2625 - cairo_font_options_status example
- Example#2626 - cairo_format_stride_for_width example
- Example#2627 - cairo_image_surface_create_for_data example
- Example#2628 - cairo_image_surface_create_from_png example
- Example#2629 - cairo_image_surface_create example
- Example#2630 - cairo_image_surface_get_data example
- Example#2631 - cairo_image_surface_get_format example
- Example#2632 - cairo_image_surface_get_height example
- Example#2633 - cairo_image_surface_get_stride example
- Example#2634 - cairo_image_surface_get_width example
- Example#2635 - cairo_matrix_invert example
- Example#2636 - cairo_matrix_multiply example
- Example#2637 - cairo_matrix_rotate example
- Example#2638 - cairo_matrix_transform_distance example
- Example#2639 - cairo_matrix_transform_point example
- Example#2640 - cairo_matrix_translate example
- Example#2641 - cairo_pattern_add_color_stop_rgb example
- Example#2642 - cairo_pattern_add_color_stop_rgba example
- Example#2643 - cairo_pattern_create_for_surface example
- Example#2644 - cairo_pattern_create_linear example
- Example#2645 - cairo_pattern_create_radial example
- Example#2646 - cairo_pattern_create_rgb example
- Example#2647 - cairo_pattern_create_rgba example
- Example#2648 - cairo_pattern_get_color_stop_count example
- Example#2649 - cairo_pattern_get_color_stop_rgba example
- Example#2650 - cairo_pattern_get_extend example
- Example#2651 - cairo_pattern_get_filter example
- Example#2652 - cairo_pattern_get_linear_points example
- Example#2653 - cairo_pattern_get_matrix example
- Example#2654 - cairo_pattern_get_radial_circles example
- Example#2655 - cairo_pattern_get_rgba example
- Example#2656 - cairo_pattern_get_surface example
- Example#2657 - cairo_pattern_get_type example
- Example#2658 - cairo_pattern_set_extend example
- Example#2659 - cairo_pattern_set_filter example
- Example#2660 - cairo_pattern_set_matrix example
- Example#2661 - cairo_pattern_status example
- Example#2662 - cairo_pdf_surface_create example
- Example#2663 - cairo_pdf_surface_set_size example
- Example#2664 - cairo_ps_get_levels example
- Example#2665 - cairo_ps_level_to_string example
- Example#2666 - cairo_ps_surface_create example
- Example#2667 - cairo_ps_surface_dsc_begin_page_setup example
- Example#2668 - cairo_ps_surface_dsc_begin_setup example
- Example#2669 - cairo_ps_surface_dsc_comment example
- Example#2670 - cairo_ps_surface_get_eps example
- Example#2671 - cairo_ps_surface_restrict_to_level example
- Example#2672 - cairo_ps_surface_set_eps example
- Example#2673 - cairo_ps_surface_set_size example
- Example#2674 - cairo_scaled_font_create example
- Example#2675 - cairo_scaled_font_extents example
- Example#2676 - cairo_scaled_font_get_ctm example
- Example#2677 - cairo_scaled_font_get_font_face example
- Example#2678 - cairo_scaled_font_get_font_matrix example
- Example#2679 - cairo_scaled_font_get_font_options example
- Example#2680 - cairo_scaled_font_get_scale_matrix example
- Example#2681 - cairo_scaled_font_get_type example
- Example#2682 - cairo_scaled_font_glyph_extents example
- Example#2683 - cairo_scaled_font_status example
- Example#2684 - cairo_scaled_font_text_extents example
- Example#2685 - cairo_surface_copy_page example
- Example#2686 - cairo_surface_create_similar example
- Example#2687 - cairo_surface_finish example
- Example#2688 - cairo_surface_flush example
- Example#2689 - cairo_surface_get_content example
- Example#2690 - cairo_surface_get_device_offset example
- Example#2691 - cairo_surface_get_font_options example
- Example#2692 - cairo_surface_get_type example
- Example#2693 - cairo_surface_mark_dirty_rectangle example
- Example#2694 - cairo_surface_mark_dirty example
- Example#2695 - cairo_surface_set_device_offset example
- Example#2696 - cairo_surface_set_fallback_resolution example
- Example#2697 - cairo_surface_show_page example
- Example#2698 - cairo_surface_status example
- Example#2699 - cairo_surface_write_to_png example
- Example#2700 - cairo_svg_surface_create example
- Example#2701 - cairo_svg_surface_restrict_to_version example
- Example#2702 - cairo_svg_version_to_string example
- Example#2703 - Objektorientierter Stil
- Example#2704 - Prozeduraler Stil
- Example#2705 - Objektorientierter Stil
- Example#2706 - Prozeduraler Stil
- Example#2707 - Objektorientierter Stil
- Example#2708 - Prozeduraler Stil
- Example#2709 - Objektorientierter Stil
- Example#2710 - Prozeduraler Stil
- Example#2711 - Objektorientierter Stil
- Example#2712 - Prozeduraler Stil
- Example#2713 - Objektorientierter Stil
- Example#2714 - Prozeduraler Stil
- Example#2715 - Objektorientierter Stil
- Example#2716 - Prozeduraler Stil
- Example#2717 - Objektorientierter Stil
- Example#2718 - Prozeduraler Stil
- Example#2719 - Objektorientierter Stil
- Example#2720 - Prozeduraler Stil
- Example#2721 - Objektorientierter Stil
- Example#2722 - Prozeduraler Stil
- Example#2723 - Objektorientierter Stil
- Example#2724 - Prozeduraler Stil
- Example#2725 - Objektorientierter Stil
- Example#2726 - Prozeduraler Stil
- Example#2727 - Objektorientierter Stil
- Example#2728 - Prozeduraler Stil
- Example#2729 - CairoContext::__construct example
- Example#2730 - Objektorientierter Stil
- Example#2731 - Prozeduraler Stil
- Example#2732 - Objektorientierter Stil
- Example#2733 - Prozeduraler Stil
- Example#2734 - Objektorientierter Stil
- Example#2735 - Prozeduraler Stil
- Example#2736 - Objektorientierter Stil
- Example#2737 - Prozeduraler Stil
- Example#2738 - Objektorientierter Stil
- Example#2739 - Prozeduraler Stil
- Example#2740 - Objektorientierter Stil
- Example#2741 - Prozeduraler Stil
- Example#2742 - Objektorientierter Stil
- Example#2743 - Prozeduraler Stil
- Example#2744 - Objektorientierter Stil
- Example#2745 - Prozeduraler Stil
- Example#2746 - Objektorientierter Stil
- Example#2747 - Prozeduraler Stil
- Example#2748 - Objektorientierter Stil
- Example#2749 - Prozeduraler Stil
- Example#2750 - Objektorientierter Stil
- Example#2751 - Prozeduraler Stil
- Example#2752 - Objektorientierter Stil
- Example#2753 - Prozeduraler Stil
- Example#2754 - Objektorientierter Stil
- Example#2755 - Prozeduraler Stil
- Example#2756 - Objektorientierter Stil
- Example#2757 - Prozeduraler Stil
- Example#2758 - Objektorientierter Stil
- Example#2759 - Prozeduraler Stil
- Example#2760 - Objektorientierter Stil
- Example#2761 - Prozeduraler Stil
- Example#2762 - Objektorientierter Stil
- Example#2763 - Prozeduraler Stil
- Example#2764 - Objektorientierter Stil
- Example#2765 - Prozeduraler Stil
- Example#2766 - Objektorientierter Stil
- Example#2767 - Prozeduraler Stil
- Example#2768 - Objektorientierter Stil
- Example#2769 - Prozeduraler Stil
- Example#2770 - Objektorientierter Stil
- Example#2771 - Prozeduraler Stil
- Example#2772 - Objektorientierter Stil
- Example#2773 - Prozeduraler Stil
- Example#2774 - Objektorientierter Stil
- Example#2775 - Prozeduraler Stil
- Example#2776 - Objektorientierter Stil
- Example#2777 - Prozeduraler Stil
- Example#2778 - Objektorientierter Stil
- Example#2779 - Prozeduraler Stil
- Example#2780 - Objektorientierter Stil
- Example#2781 - Prozeduraler Stil
- Example#2782 - Objektorientierter Stil
- Example#2783 - Prozeduraler Stil
- Example#2784 - Objektorientierter Stil
- Example#2785 - Prozeduraler Stil
- Example#2786 - Objektorientierter Stil
- Example#2787 - Prozeduraler Stil
- Example#2788 - Objektorientierter Stil
- Example#2789 - Prozeduraler Stil
- Example#2790 - Objektorientierter Stil
- Example#2791 - Prozeduraler Stil
- Example#2792 - Objektorientierter Stil
- Example#2793 - Prozeduraler Stil
- Example#2794 - Objektorientierter Stil
- Example#2795 - Prozeduraler Stil
- Example#2796 - Objektorientierter Stil
- Example#2797 - Prozeduraler Stil
- Example#2798 - Objektorientierter Stil
- Example#2799 - Prozeduraler Stil
- Example#2800 - Objektorientierter Stil
- Example#2801 - Prozeduraler Stil
- Example#2802 - Objektorientierter Stil
- Example#2803 - Prozeduraler Stil
- Example#2804 - Objektorientierter Stil
- Example#2805 - Prozeduraler Stil
- Example#2806 - Objektorientierter Stil
- Example#2807 - Prozeduraler Stil
- Example#2808 - Objektorientierter Stil
- Example#2809 - Prozeduraler Stil
- Example#2810 - Objektorientierter Stil
- Example#2811 - Prozeduraler Stil
- Example#2812 - Objektorientierter Stil
- Example#2813 - Prozeduraler Stil
- Example#2814 - Objektorientierter Stil
- Example#2815 - Prozeduraler Stil
- Example#2816 - Objektorientierter Stil
- Example#2817 - Prozeduraler Stil
- Example#2818 - Objektorientierter Stil
- Example#2819 - Prozeduraler Stil
- Example#2820 - Objektorientierter Stil
- Example#2821 - Prozeduraler Stil
- Example#2822 - Objektorientierter Stil
- Example#2823 - Prozeduraler Stil
- Example#2824 - Objektorientierter Stil
- Example#2825 - Prozeduraler Stil
- Example#2826 - Objektorientierter Stil
- Example#2827 - Prozeduraler Stil
- Example#2828 - Objektorientierter Stil
- Example#2829 - Prozeduraler Stil
- Example#2830 - Objektorientierter Stil
- Example#2831 - Prozeduraler Stil
- Example#2832 - Objektorientierter Stil
- Example#2833 - Prozeduraler Stil
- Example#2834 - Objektorientierter Stil
- Example#2835 - Prozeduraler Stil
- Example#2836 - Objektorientierter Stil
- Example#2837 - Prozeduraler Stil
- Example#2838 - Objektorientierter Stil
- Example#2839 - Prozeduraler Stil
- Example#2840 - Objektorientierter Stil
- Example#2841 - Prozeduraler Stil
- Example#2842 - Objektorientierter Stil
- Example#2843 - Prozeduraler Stil
- Example#2844 - Objektorientierter Stil
- Example#2845 - Prozeduraler Stil
- Example#2846 - Objektorientierter Stil
- Example#2847 - Prozeduraler Stil
- Example#2848 - Objektorientierter Stil
- Example#2849 - Prozeduraler Stil
- Example#2850 - Objektorientierter Stil
- Example#2851 - Prozeduraler Stil
- Example#2852 - Objektorientierter Stil
- Example#2853 - Prozeduraler Stil
- Example#2854 - Objektorientierter Stil
- Example#2855 - Prozeduraler Stil
- Example#2856 - Objektorientierter Stil
- Example#2857 - Prozeduraler Stil
- Example#2858 - Objektorientierter Stil
- Example#2859 - Prozeduraler Stil
- Example#2860 - Objektorientierter Stil
- Example#2861 - Prozeduraler Stil
- Example#2862 - Objektorientierter Stil
- Example#2863 - Prozeduraler Stil
- Example#2864 - Objektorientierter Stil
- Example#2865 - Prozeduraler Stil
- Example#2866 - Objektorientierter Stil
- Example#2867 - Prozeduraler Stil
- Example#2868 - Objektorientierter Stil
- Example#2869 - Prozeduraler Stil
- Example#2870 - Objektorientierter Stil
- Example#2871 - Prozeduraler Stil
- Example#2872 - Objektorientierter Stil
- Example#2873 - Prozeduraler Stil
- Example#2874 - Objektorientierter Stil
- Example#2875 - Prozeduraler Stil
- Example#2876 - Objektorientierter Stil
- Example#2877 - Prozeduraler Stil
- Example#2878 - Objektorientierter Stil
- Example#2879 - Prozeduraler Stil
- Example#2880 - Objektorientierter Stil
- Example#2881 - Prozeduraler Stil
- Example#2882 - Objektorientierter Stil
- Example#2883 - Prozeduraler Stil
- Example#2884 - Objektorientierter Stil
- Example#2885 - Prozeduraler Stil
- Example#2886 - Objektorientierter Stil
- Example#2887 - Prozeduraler Stil
- Example#2888 - Objektorientierter Stil
- Example#2889 - Prozeduraler Stil
- Example#2890 - Objektorientierter Stil
- Example#2891 - Prozeduraler Stil
- Example#2892 - Objektorientierter Stil
- Example#2893 - Prozeduraler Stil
- Example#2894 - Objektorientierter Stil
- Example#2895 - Prozeduraler Stil
- Example#2896 - Objektorientierter Stil
- Example#2897 - Prozeduraler Stil
- Example#2898 - Objektorientierter Stil
- Example#2899 - Prozeduraler Stil
- Example#2900 - Objektorientierter Stil
- Example#2901 - Prozeduraler Stil
- Example#2902 - Objektorientierter Stil
- Example#2903 - Prozeduraler Stil
- Example#2904 - CairoSurface::createSimilar example
- Example#2905 - CairoSurface::finish example
- Example#2906 - CairoSurface::flush example
- Example#2907 - CairoSurface::getContent example
- Example#2908 - CairoSurface::getDeviceOffset example
- Example#2909 - Objektorientierter Stil
- Example#2910 - Prozeduraler Stil
- Example#2911 - CairoSurface::getType example
- Example#2912 - CairoSurface::markDirty example
- Example#2913 - CairoSurface::markDirtyRectangle example
- Example#2914 - CairoSurface::setDeviceOffset example
- Example#2915 - CairoSurface::setFallbackResolution example
- Example#2916 - Objektorientierter Stil
- Example#2917 - Prozeduraler Stil
- Example#2918 - Objektorientierter Stil
- Example#2919 - Prozeduraler Stil
- Example#2920 - CairoSurface::writeToPng example
- Example#2921 - CairoSvgSurface::__construct example
- Example#2922 - CairoSvgSurface::getVersions example
- Example#2923 - Prozeduraler Stil
- Example#2924 - CairoSvgSurface::restrictToVersion example
- Example#2925 - CairoSvgSurface::versionToString example
- Example#2926 - CairoImageSurface::__construct example
- Example#2927 - CairoImageSurface::createForData example
- Example#2928 - CairoImageSurface::createFromPng example
- Example#2929 - CairoImageSurface::getData example
- Example#2930 - CairoImageSurface::getFormat example
- Example#2931 - CairoImageSurface::getHeight example
- Example#2932 - CairoImageSurface::getStride example
- Example#2933 - CairoImageSurface::getWidth example
- Example#2934 - CairoPdfSurface::__construct example
- Example#2935 - CairoPdfSurface::setSize example
- Example#2936 - CairoPsSurface::__construct example
- Example#2937 - CairoPsSurface::dscBeginPageSetup example
- Example#2938 - CairoPsSurface::dscBeginSetup example
- Example#2939 - CairoPsSurface::dscComment example
- Example#2940 - CairoPsSurface::getEps example
- Example#2941 - CairoPsSurface::getLevels example
- Example#2942 - CairoPsSurface::levelToString example
- Example#2943 - CairoPsSurface::restrictToLevel example
- Example#2944 - CairoPsSurface::setEps example
- Example#2945 - CairoPsSurface::setSize example
- Example#2946 - CairoFontFace::__construct example
- Example#2947 - CairoFontFace::getType example
- Example#2948 - Objektorientierter Stil
- Example#2949 - Prozeduraler Stil
- Example#2950 - CairoFontOptions::__construct example
- Example#2951 - CairoFontOptions::equal example
- Example#2952 - Objektorientierter Stil
- Example#2953 - Prozeduraler Stil
- Example#2954 - CairoFontOptions::getHintMetrics example
- Example#2955 - CairoFontOptions::getHintStyle example
- Example#2956 - CairoFontOptions::getSubpixelOrder example
- Example#2957 - CairoFontOptions::hash example
- Example#2958 - CairoFontOptions::merge example
- Example#2959 - Objektorientierter Stil
- Example#2960 - Prozeduraler Stil
- Example#2961 - CairoFontOptions::setHintMetrics example
- Example#2962 - CairoFontOptions::setHintStyle example
- Example#2963 - CairoFontOptions::setSubpixelOrder example
- Example#2964 - Objektorientierter Stil
- Example#2965 - Prozeduraler Stil
- Example#2966 - CairoScaledFont::__construct example
- Example#2967 - CairoScaledFont::extents example
- Example#2968 - CairoScaledFont::getCtm example
- Example#2969 - Objektorientierter Stil
- Example#2970 - Prozeduraler Stil
- Example#2971 - Objektorientierter Stil
- Example#2972 - Prozeduraler Stil
- Example#2973 - Objektorientierter Stil
- Example#2974 - Prozeduraler Stil
- Example#2975 - CairoScaledFont::getScaleMatrix example
- Example#2976 - CairoScaledFont::getType example
- Example#2977 - CairoScaledFont::glyphExtents example
- Example#2978 - Objektorientierter Stil
- Example#2979 - Prozeduraler Stil
- Example#2980 - Objektorientierter Stil
- Example#2981 - Prozeduraler Stil
- Example#2982 - CairoPattern::__construct example
- Example#2983 - Objektorientierter Stil
- Example#2984 - Prozeduraler Stil
- Example#2985 - CairoPattern::getType example
- Example#2986 - Objektorientierter Stil
- Example#2987 - Prozeduraler Stil
- Example#2988 - Objektorientierter Stil
- Example#2989 - Prozeduraler Stil
- Example#2990 - CairoGradientPattern::addColorStopRgb example
- Example#2991 - CairoGradientPattern::addColorStopRgba example
- Example#2992 - CairoGradientPattern::getColorStopCount example
- Example#2993 - CairoGradientPattern::getColorStopRgba example
- Example#2994 - CairoGradientPattern::getExtend example
- Example#2995 - CairoGradientPattern::setExtend example
- Example#2996 - CairoSolidPattern::__construct example
- Example#2997 - CairoSolidPattern::getRgba example
- Example#2998 - CairoSurfacePattern::__construct example
- Example#2999 - CairoSurfacePattern::getExtend example
- Example#3000 - CairoSurfacePattern::getFilter example
- Example#3001 - CairoSurfacePattern::getSurface example
- Example#3002 - CairoSurfacePattern::setExtend example
- Example#3003 - CairoSurfacePattern::setFilter example
- Example#3004 - CairoLinearGradient::__construct example
- Example#3005 - CairoLinearGradient::getPoints example
- Example#3006 - CairoRadialGradient::__construct example
- Example#3007 - CairoRadialGradient::getCircles example
- Example#3008 - CairoFormat::strideForWidth example
- Example#3009 - Objektorientierter Stil
- Example#3010 - Prozeduraler Stil
- Example#3011 - Objektorientierter Stil
- Example#3012 - Prozeduraler Stil
- Example#3013 - Objektorientierter Stil
- Example#3014 - Prozeduraler Stil
- Example#3015 - Objektorientierter Stil
- Example#3016 - Prozeduraler Stil
- Example#3017 - Objektorientierter Stil
- Example#3018 - Prozeduraler Stil
- Example#3019 - CairoMatrix::invert example
- Example#3020 - CairoMatrix::multiply example
- Example#3021 - Objektorientierter Stil
- Example#3022 - Prozeduraler Stil
- Example#3023 - Objektorientierter Stil
- Example#3024 - Prozeduraler Stil
- Example#3025 - CairoMatrix::transformDistance example
- Example#3026 - CairoMatrix::transformPoint example
- Example#3027 - Objektorientierter Stil
- Example#3028 - Prozeduraler Stil
- Example#3029 - exif_imagetype-Beispiel
- Example#3030 - exif_read_data-Beispiel
- Example#3031 - exif_thumbnail Beispiel
- Example#3032 - PNG erzeugen mit PHP
- Example#3033 - Wasserzeichen mit Hilfe von Alpha-Kanälen zufügen
- Example#3034 - Erstellen eines transparenten Wasserzeichens mit imagecopymerge
- Example#3035 - Using gd_info
- Example#3036 - getimagesize() und MIME-Type
- Example#3037 - getimagesize (Datei)
- Example#3038 - getimagesize (URL)
- Example#3039 - getimagesize() gibt IPTC zurück
- Example#3040 - getimagesizefromstring example
- Example#3041 - image_type_to_extension example
- Example#3042 - image_type_to_mime_type example
- Example#3043 - image2wbmp example
- Example#3044 - imagealphablending usage example
- Example#3045 - A comparison of two lines, one with anti-aliasing switched on
- Example#3046 - Zeichnen eines Kreises mittels imagearc
- Example#3047 - imagechar-Beispiel
- Example#3048 - Example of using imagecolorallocatealpha
- Example#3049 - Search for a set of colors in an image
- Example#3050 - Example of using imagecolorclosesthwb
- Example#3051 - Get colors from the GD logo
- Example#3052 - imagecolormatch example
- Example#3053 - Using imagecoloresolvealpha to get colors from an image
- Example#3054 - Embossing the PHP.net logo
- Example#3055 - Gaussian blur
- Example#3056 - Merging two copies of the PHP.net logo with 75% transparency
- Example#3057 - imagecopymergegray usage
- Example#3058 - Simple example
- Example#3059 - Resampling an image proportionally
- Example#3060 - Erzeugung eines neuen GD-Bild-Streams und Ausgabe des Bildes:
- Example#3061 - imagecreatefromgd2 example
- Example#3062 - imagecreatefromgd2part example
- Example#3063 - imagecreatefromgd example
- Example#3064 - Beispiel zur Behandlung von Fehlern beim Einlesen einer GIF
- Example#3065 - Beispiel, um die Handhabung eines Fehlers bei der Bilderzeugung
zu sehen (Dank an vic@zymsys.com):
- Example#3066 - Beispiel, um die Handhabung eines Fehlers bei der Bilderzeugung
zu sehen (Dank an vic@zymsys.com):
- Example#3067 - imagecreatefromstring example
- Example#3068 - Example to handle an error during loading of a WBMP
- Example#3069 - Convert an WebP image to a jpeg image using imagecreatefromwebp
- Example#3070 - Convert an XBM image to a png image using imagecreatefromxbm
- Example#3071 - Creating an image instance using imagecreatefromxpm
- Example#3072 - Creating a new GD image stream and outputting an image.
- Example#3073 - imageellipse example
- Example#3074 - Creating a 3D looking pie
- Example#3075 - imagefilledellipse example
- Example#3076 - imagefilter grayscale example
- Example#3077 - imagefilter brightness example
- Example#3078 - imagefilter colorize example
- Example#3079 - imagefilter negate example
- Example#3080 - imagefilter pixelate example
- Example#3081 - Flips an image vertically
- Example#3082 - Flips the image horizontally
- Example#3083 - imageftbbox example
- Example#3084 - imagefttext example
- Example#3085 - Outputting a GD2 image
- Example#3086 - Saving a GD2 image
- Example#3087 - Outputting a GD image
- Example#3088 - Saving a GD image
- Example#3089 - Ein Bild mittels imagegif ausgeben
- Example#3090 - Eine PNG-Datei mit imagegif in GIF konvertieren
- Example#3091 - imagegrabscreen example
- Example#3092 - imagegrabwindow example
- Example#3093 - Simple detection of true color image instances using imageistruecolor
- Example#3094 - Ein Bild ausgeben
- Example#3095 - Ein Bild speichern
- Example#3096 - Das Bild mit 75% Qualität ausgeben
- Example#3097 - imagelayereffect example
- Example#3098 - imagepalettecopy example
- Example#3099 - Converts any image resource to true color
- Example#3100 - Rotate an image 180 degrees
- Example#3101 - imagesavealpha example
- Example#3102 - imagesetbrush example
- Example#3103 - imagesetinterpolation example
- Example#3104 - imagesetstyle example
- Example#3105 - imagesetthickness example
- Example#3106 - imagesettile example
- Example#3107 - Converting a true color image to a palette-based image
- Example#3108 - ImageTTFText
- Example#3109 - ImageTypes
- Example#3110 - Outputting a WBMP image
- Example#3111 - Saving the WBMP image
- Example#3112 - Outputting the image with a different foreground
- Example#3113 - Saving an WebP file
- Example#3114 - Saving an XBM file
- Example#3115 - Saving an XBM file with a different foreground color
- Example#3116 - Embedding IPTC data into a JPEG
- Example#3117 - iptcparse() used together with getimagesize
- Example#3118 - jpeg2wbmp example
- Example#3119 - png2wbmp example
- Example#3120 - Gmagick Example
- Example#3121 - Gmagick::despeckleimage example
- Example#3122 - Creating a thumbnail in Imagick
- Example#3123 - Make a thumbnail of all JPG files in a directory
- Example#3124 - Creating a reflection of an image
- Example#3125 - Filling text with gradient
- Example#3126 - Read in GIF image and resize all frames
- Example#3127 - Create a PHP logo
- Example#3128 - Using Imagick::adaptiveBlurImage:
- Example#3129 - Using Imagick::adaptiveResizeImage
- Example#3130 - A Imagick::adaptiveSharpenImage example
- Example#3131 - Using Imagick::annotateImage:
- Example#3132 - Imagick::appendImages example
- Example#3133 - Using Imagick::blurImage:
- Example#3134 - Using Imagick::chopImage:
- Example#3135 - Imagick object cloning in different versions of imagick
- Example#3136 - Using Imagick::clutImage:
- Example#3137 - Using Imagick::commentImage:
- Example#3138 - Using Imagick::compareImageLayers
- Example#3139 - Using Imagick::compareImages:
- Example#3140 - Using Imagick::distortImage:
- Example#3141 - Using Imagick::evaluateImage
- Example#3142 - Using Imagick::exportImagePixels
- Example#3143 - Imagick::floodfillPaintImage example
- Example#3144 - Using Imagick::getImageLength:
- Example#3145 - Using Imagick::getImageProperties:
- Example#3146 - Using Imagick::getImageProperty:
- Example#3147 - Using Imagick::getIteratorIndex:
- Example#3148 - Imagick::importImagePixels example
- Example#3149 - Using Imagick::newImage:
- Example#3150 - Using Imagick::optimizeImageLayers
- Example#3151 - Using Imagick::pingImageBlob
- Example#3152 - Using Imagick::pingImageFile
- Example#3153 - A Imagick::polaroidImage example
- Example#3154 - Using Imagick::queryFontMetrics:
- Example#3155 - Using Imagick::roundCorners:
- Example#3156 - A Imagick::setFont example
- Example#3157 - A Imagick::setImage example
- Example#3158 - A Imagick::setImageOpacity example
- Example#3159 - Using Imagick::setImageProperty:
- Example#3160 - Using Imagick::setIteratorIndex:
- Example#3161 - A Imagick::setPointSize example
- Example#3162 - Using Imagick::transformImage:
- Example#3163 - Using Imagick::trimImage:
- Example#3164 - imap_append Beispiel
- Example#3165 - imap_check Beispiel
- Example#3166 - imap_createmailbox Beispiel
- Example#3167 - imap_delete Beispiel
- Example#3168 - imap_fetch_overview-Beispiel
- Example#3169 - imap_gc example
- Example#3170 - imap_get_quota-Beispiel
- Example#3171 - Beispiel für imap_get_quota ab 4.3 und aufwärts
- Example#3172 - imap_get_quotaroot-Beispiel
- Example#3173 - imap_getacl Beispiel
- Example#3174 - imap_getmailboxes Beispiel
- Example#3175 - imap_list Beispiel
- Example#3176 - imap_mail_compose Beispiel
- Example#3177 - imap_mailboxmsginfo Beispiel
- Example#3178 - imap_mime_header_decode Beispiel
- Example#3179 - Verschiedene imap_open Aufrufe
- Example#3180 - imap_open Beispiel
- Example#3181 - imap_ping Example
- Example#3182 - imap_reopen Beispiel
- Example#3183 - imap_rfc822_parse_adrlist Beispiel
- Example#3184 - imap_rfc822_write_address Beispiel
- Example#3185 - imap_set_quota Beispiel
- Example#3186 - imap_setflag_full-Beispiel
- Example#3187 - imap_status Beispiel
- Example#3188 - imap_thread Example
- Example#3189 - imap_timeout Beispiel
- Example#3190 - Hash-Wert berechnen und einen Benutzer hinzufügen
- Example#3191 - Verschicken einer E-Mail.
- Example#3192 - Verschicken einer E-Mail mit zusätzlichen Headern.
- Example#3193 - Verschicken einer E-Mail mit einem zusätzlichen
Kommandozeilen-Parameter.
- Example#3194 - Verschicken einer HTML-E-Mail.
- Example#3195 - mailparse_determine_best_xfer_encoding example
- Example#3196 - mailparse_rfc822_parse_addresses example
- Example#3197 - mailparse_stream_encode example
- Example#3198 - mailparse_uudecode_all example
- Example#3199 - bcadd-Beispiel
- Example#3200 - bccomp-Beispiel
- Example#3201 - bcdiv-Beispiel
- Example#3202 - bcmod-Beispiel
- Example#3203 - bcmul-Beispiel
- Example#3204 - bcpow-Beispiel
- Example#3205 - bcscale-Beispiel
- Example#3206 - bcsqrt-Beispiel
- Example#3207 - bcsub-Beispiel
- Example#3208 - Fakultätsfunktion unter Verwendung von GMP
- Example#3209 - gmp_abs example
- Example#3210 - gmp_add example
- Example#3211 - gmp_and example
- Example#3212 - gmp_clrbit example
- Example#3213 - gmp_cmp example
- Example#3214 - gmp_com example
- Example#3215 - gmp_div_q example
- Example#3216 - Division of GMP numbers
- Example#3217 - gmp_div_r example
- Example#3218 - gmp_divexact example
- Example#3219 - gmp_fact example
- Example#3220 - gmp_gcd example
- Example#3221 - Solving a linear Diophantine equation
- Example#3222 - gmp_hamdist example
- Example#3223 - Creating GMP number
- Example#3224 - gmp_intval example
- Example#3225 - gmp_invert example
- Example#3226 - gmp_jacobi example
- Example#3227 - gmp_legendre example
- Example#3228 - gmp_mod example
- Example#3229 - gmp_mul example
- Example#3230 - gmp_neg example
- Example#3231 - gmp_nextprime example
- Example#3232 - gmp_or example
- Example#3233 - gmp_perfect_square example
- Example#3234 - gmp_popcount example
- Example#3235 - gmp_pow example
- Example#3236 - gmp_powm example
- Example#3237 - gmp_prob_prime example
- Example#3238 - gmp_random example
- Example#3239 - gmp_scan0 example
- Example#3240 - gmp_scan1 example
- Example#3241 - gmp_setbit example - 0 index
- Example#3242 - gmp_setbit example - 1 index
- Example#3243 - gmp_setbit example - clearing a bit
- Example#3244 - gmp_sign example
- Example#3245 - gmp_sqrt example
- Example#3246 - gmp_sqrtrem example
- Example#3247 - Converting a GMP number to a string
- Example#3248 - gmp_sub example
- Example#3249 - gmp_testbit example
- Example#3250 - gmp_xor example
- Example#3251 - Using Lapack::eigenValues:
- Example#3252 - Using Lapack::leastSquaresByFactorisation:
- Example#3253 - Using Lapack::leastSquaresBySVD:
- Example#3254 - Using Lapack::pseudoInverse:
- Example#3255 - Using Lapack::singularValues:
- Example#3256 - Using Lapack::singularValues:
- Example#3257 - abs-Beispiel
- Example#3258 - base_convert Beispiel
- Example#3259 - bindec-Beispiel
- Example#3260 - ceil-Beispiel
- Example#3261 - cos Beispiel
- Example#3262 - decbin Beispiel
- Example#3263 - dechex Beispiel
- Example#3264 - decoct Beispiel
- Example#3265 - deg2rad Beispiel
- Example#3266 - exp Beispiel
- Example#3267 - floor Beispiel
- Example#3268 - fmod Beispiel
- Example#3269 - hexdec Beispiel
- Example#3270 - is_nan-Beispiel
- Example#3271 - Verwendungsbeispiel von max
- Example#3272 - Verwendungsbeispiel von min
- Example#3273 - Berechnung einer zufälligen Gleitkommazahl
- Example#3274 - mt_rand-Beispiel
- Example#3275 - mt_srand-Beispiel
- Example#3276 - octdec Beispiel
- Example#3277 - pi-Beispiel
- Example#3278 - Einige pow-Beispiele
- Example#3279 - rad2deg Beispiel
- Example#3280 - rand Beispiel
- Example#3281 - round-Beispiele
- Example#3282 - mode-Beispiele
- Example#3283 - sin Beispiel
- Example#3284 - sqrt Beispiel
- Example#3285 - srand Beispiel
- Example#3286 - tan Beispiel
- Example#3287 - Auswertung eines FDF_Dokuments
- Example#3288 - Adding JavaScript code to a FDF
- Example#3289 - Füllen von Formularwerten in einem PDF Dokument
- Example#3290 - Storing an uploaded file
- Example#3291 - Detecting all fieldnames in a FDF
- Example#3292 - Accessing the form data
- Example#3293 - Zugang zu den Formulardaten
- Example#3294 - Retrieving FDF as a string
- Example#3295 - FDF-Daten in einem anderen Dokument anzeigen
- Example#3296 - gnupg clearsign example (procedural)
- Example#3297 - gnupg clearsign example (OO)
- Example#3298 - keylistiterator
- Example#3299 - Procedural gnupg_adddecryptkey example
- Example#3300 - OO gnupg_adddecryptkey example
- Example#3301 - Procedural gnupg_addencryptkey example
- Example#3302 - OO gnupg_addencryptkey example
- Example#3303 - Procedural gnupg_addsignkey example
- Example#3304 - OO gnupg_addsignkey example
- Example#3305 - Procedural gnupg_cleardecryptkeys example
- Example#3306 - OO gnupg_cleardecryptkeys example
- Example#3307 - Procedural gnupg_clearencryptkeys example
- Example#3308 - OO gnupg_clearencryptkeys example
- Example#3309 - Procedural gnupg_clearsignkeys example
- Example#3310 - OO gnupg_clearsignkeys example
- Example#3311 - Procedural gnupg_decrypt example
- Example#3312 - OO gnupg_encrypt example
- Example#3313 - Procedural gnupg_decryptverify example
- Example#3314 - OO gnupg_decryptverify example
- Example#3315 - Procedural gnupg_encrypt example
- Example#3316 - OO gnupg_encrypt example
- Example#3317 - Procedural gnupg_encryptsign example
- Example#3318 - OO gnupg_encryptsign example
- Example#3319 - Procedural gnupg_export example
- Example#3320 - OO gnupg_export example
- Example#3321 - Procedural gnupg_geterror example
- Example#3322 - OO gnupg_geterror example
- Example#3323 - Procedural gnupg_getprotocol example
- Example#3324 - OO gnupg_getprotocol example
- Example#3325 - Procedural gnupg_import example
- Example#3326 - OO gnupg_import example
- Example#3327 - Procedural gnupg_init example
- Example#3328 - OO gnupg initializer example
- Example#3329 - Procedural gnupg_keyinfo example
- Example#3330 - OO gnupg_keyinfo example
- Example#3331 - Procedural gnupg_setarmor example
- Example#3332 - OO gnupg_setarmor example
- Example#3333 - Procedural gnupg_seterrormode example
- Example#3334 - OO gnupg_seterrormode example
- Example#3335 - Procedural gnupg_setsignmode example
- Example#3336 - OO gnupg_setsignmode example
- Example#3337 - Procedural gnupg_sign example
- Example#3338 - OO gnupg_sign example
- Example#3339 - Procedural gnupg_verify example
- Example#3340 - OO gnupg_verify example
- Example#3341 - Fancy "Hello world"
- Example#3342 - swfaction example
- Example#3343 - swfaction example
- Example#3344 - swfaction example
- Example#3345 - swfsprite example
- Example#3346 - ming_useswfversion example
- Example#3347 - Importing a DBL file
- Example#3348 - Using an alpha mask
- Example#3349 - Usual interactions with buttons
- Example#3350 - Drag example
- Example#3351 - swfdisplayitem::multcolor example
- Example#3352 - swfdisplayitem::rotateto example
- Example#3353 - swfdisplayitem::setname example
- Example#3354 - swfgradient example
- Example#3355 - swfmorph example
- Example#3356 - Displaying your $movie in a browser
- Example#3357 - Streaming example
- Example#3358 - SWFShape::addFill example
- Example#3359 - swfshape example
- Example#3360 - swfshape::setline example
- Example#3361 - swftext example
- Example#3362 - "Hallo Welt"-Beispiel der PDFlib-Distribution für PHP 4
- Example#3363 - "Hallo Welt"-Beispiel der PDFlib-Distribution für PHP 5
- Example#3364 - Creating and using a pattern
- Example#3365 - Creating and using a template
- Example#3366 - Hyphennate a text
- Example#3367 - Drawing a rectangle
- Example#3368 - Creating and using a spot color
- Example#3369 - Rotation of the coordinate system
- Example#3370 - Placing text at a given position
- Example#3371 - Drawing a dashed line
- Example#3372 - Translation of the coordinate system
- Example#3373 - Basic RPMReader Example
- Example#3374 - rpm_close example
- Example#3375 - rpm_get_tag example
- Example#3376 - rpm_is_valid example
- Example#3377 - rpm_open example
- Example#3378 - rpm_version example
- Example#3379 - SWF example
- Example#3380 - swf_addbuttonrecord function example
- Example#3381 - Incorrect requests
- Example#3382 - Calling request from a request callback
- Example#3383 - Calling request from a request callback
- Example#3384 - Using eio with libevent
- Example#3385 - Cancelling a request
- Example#3386 - Calling eio_chmod
- Example#3387 - Making a custom request
- Example#3388 - Grouping requests
- Example#3389 - Using eio with libevent
- Example#3390 - eio_cancel example
- Example#3391 - eio_custom example
- Example#3392 - eio_event_loop example
- Example#3393 - eio_lstat example
- Example#3394 - Using eio with libevent
- Example#3395 - Grouping requests
- Example#3396 - eio_grp example
- Example#3397 - eio_link example
- Example#3398 - eio_lstat example
- Example#3399 - eio_mkdir example
- Example#3400 - eio_mknod example
- Example#3401 - eio_nreqs example
- Example#3402 - eio_open example
- Example#3403 - eio_poll example
- Example#3404 - eio_read example
- Example#3405 - eio_readdir example
- Example#3406 - eio_readlink example
- Example#3407 - eio_realpath example
- Example#3408 - eio_rename example
- Example#3409 - eio_rmdir example
- Example#3410 - eio_stat example
- Example#3411 - eio_statvfs example
- Example#3412 - eio_symlink example
- Example#3413 - Simple timers
- Example#3414 - Periodic timer. Tick each 10.5 seconds
- Example#3415 - Periodic timer. Use reschedule callback
- Example#3416 - Periodic timer. Tick every 10.5 seconds starting at now
- Example#3417 - Wait until STDIN is readable
- Example#3418 - Use some async I/O to access a socket
- Example#3419 - Embedding one loop into another
- Example#3420 - Embedding loop created with kqueue backend into the default loop
- Example#3421 - Handle SIGTERM signal
- Example#3422 - Monitor changes of /var/log/messages
- Example#3423 - Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
- Example#3424 - Process status changes
- Example#3425 - Using reschedule callback
- Example#3426 - Embedding loop created with kqueue backend into the default loop
- Example#3427 - Embedding one loop into another
- Example#3428 - Embedding loop created with kqueue backend into the default loop
- Example#3429 - Embedding loop created with kqueue backend into the default loop
- Example#3430 - Periodic timer. Use reschedule callback
- Example#3431 - Periodic timer. Tick every 10.5 seconds starting at now
- Example#3432 - Hourly watcher
- Example#3433 - Handle SIGTERM signal
- Example#3434 - Monitor changes of /var/log/messages
- Example#3435 - Monitor changes of /var/log/messages
- Example#3436 - Simple timers
- Example#3437 - Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
- Example#3438 - Register an I/O watcher for some UDP socket but do not keep the
event loop from running just because of that watcher.
- Example#3439 - Expect Usage Example
- Example#3440 - Another Expect Usage Example
- Example#3441 - expect_expectl example
- Example#3442 - expect_popen example
- Example#3443 - polling STDIN using basic API
- Example#3444 - polling STDIN using buffered event API
- Example#3445 - Prozesskontrollbeispiel
- Example#3446 - pcntl_fork Beispiel
- Example#3447 - pcntl_signal_dispatch example
- Example#3448 - pcntl_signal Beispiel
- Example#3449 - pcntl_sigprocmask example
- Example#3450 - pcntl_sigwaitinfo example
- Example#3451 - posix_access-Beispiel
- Example#3452 - posix_ctermid-Beispiel
- Example#3453 - posix_get_last_error-Beispiel
- Example#3454 - posix_getcwd-Beispiel
- Example#3455 - posix_getegid-Beispiel
- Example#3456 - posix_geteuid-Beispiel
- Example#3457 - posix_getgid-Beispiel
- Example#3458 - Beispiel zur Verwendung von posix_getgrgid
- Example#3459 - Beispiel für die Verwendung von posix_getgrnam
- Example#3460 - posix_getgroups-Beispiel
- Example#3461 - posix_getlogin-Beispiel
- Example#3462 - posix_getpgid-Beispiel
- Example#3463 - posix_getpid-Beispiel
- Example#3464 - posix_getppid-Beispiel
- Example#3465 - posix_getpwnam-Beispiel
- Example#3466 - posix_getpwuid-Beispiel
- Example#3467 - posix_getrlimit-Beispiel
- Example#3468 - posix_getsid-Beispiel
- Example#3469 - posix_getuid-Beispiel
- Example#3470 - posix_mknod-Beispiel
- Example#3471 - posix_setegid-Beispiel
- Example#3472 - posix_setgid-Beispiel
- Example#3473 - posix_setuid-Beispiel
- Example#3474 - posix_strerror-Beispiel
- Example#3475 - posix_times-Beispiel
- Example#3476 - posix_uname-Beispiel
- Example#3477 - escapeshellarg Beispiel
- Example#3478 - Ein proc_open-Beispiel
- Example#3479 - Ein shell_exec-Beispiel
- Example#3480 - system example
- Example#3481 - Return the identity of the Thread or Process that created the referenced Thread
- Example#3482 - Return the identity of the referenced Thread
- Example#3483 - Detect the state of the referenced Thread
- Example#3484 - Detect the state of the referenced Thread
- Example#3485 - Detect the state of the referenced Thread
- Example#3486 - Detect the state of the referenced Thread
- Example#3487 - Detect the state of the referenced Thread
- Example#3488 - Join with the referenced Thread
- Example#3489 - Locking Thread Storage
- Example#3490 - Notifications and Waiting
- Example#3491 - Starting Threads
- Example#3492 - Synchronizing
- Example#3493 - Locking Thread Storage
- Example#3494 - Notifications and Waiting
- Example#3495 - Return the identity of the Thread or Process that created the referenced Worker
- Example#3496 - Returns the number of objects currently waiting to be executed by the referenced Worker
- Example#3497 - Return the identity of the referenced Worker
- Example#3498 - Detect the state of a Worker
- Example#3499 - Detect the state of a Worker
- Example#3500 - Shutdown the referenced Worker
- Example#3501 - Passing Stackables to Workers for execution in the Worker Thread
- Example#3502 - Starting Workers
- Example#3503 - Removing Stackables from Workers
- Example#3504 - Detect the state of the referenced Stackable
- Example#3505 - Detect the state of the referenced Stackable
- Example#3506 - Detect the state of the referenced Stackable
- Example#3507 - Synchronizing
- Example#3508 - Locking Object Storage
- Example#3509 - Notifications and Waiting
- Example#3510 - protected method example: protected methods can only be executed by one Thread at a time.
- Example#3511 - private method example: private methods may only be executed by the Thread, Worker, or Stackable during execution
- Example#3512 - Mutex Creation and Destruction
- Example#3513 - Mutex Creation and Destruction
- Example#3514 - Mutex Locking and Unlocking
- Example#3515 - Mutex Locking and Unlocking
- Example#3516 - Mutex Locking and Unlocking
- Example#3517 - Condition Broadcasting
- Example#3518 - Condition Creation and Destruction
- Example#3519 - Condition Creation and Destruction
- Example#3520 - Condition Signalling
- Example#3521 - Waiting for Conditions
- Example#3522 -
- Example#3523 - Shared Memory Operationen - Übersicht
- Example#3524 - Einen gemeinsamen Speicherblock schließen
- Example#3525 - Einen gemeinsamen Speicherblock löschen
- Example#3526 - Einen neuen gemeinsamen Speicherblock erstellen
- Example#3527 - Aus dem gemeinsamen Speicher lesen
- Example#3528 - Die Größe des gemeinsamen Speicherbereichs ermitteln
- Example#3529 - In den gemeinsamen Speicher schreiben
- Example#3530 - A geoip_continent_code_by_name example
- Example#3531 - A geoip_country_code_by_name example
- Example#3532 - A geoip_country_code3_by_name example
- Example#3533 - A geoip_country_name_by_name example
- Example#3534 - A geoip_database_info example
- Example#3535 - A geoip_db_avail example
- Example#3536 - A geoip_db_filename example
- Example#3537 - A geoip_db_get_all_info example
- Example#3538 - A geoip_db_get_all_info example
- Example#3539 - A geoip_id_by_name example
- Example#3540 - A geoip_isp_by_name example
- Example#3541 - A geoip_org_by_name example
- Example#3542 - A geoip_record_by_name example
- Example#3543 - A geoip_region_by_name example
- Example#3544 - A geoip_region_name_by_code example using region code for US/Canada
- Example#3545 - A geoip_region_name_by_code example using FIPS codes
- Example#3546 - A geoip_time_zone_by_country_and_region example using region code for US/Canada
- Example#3547 - A geoip_time_zone_by_country_and_region example using FIPS codes
- Example#3548 - Simple train
- Example#3549 - Simple test
- Example#3550 - fann_create_train_from_callback example
- Example#3551 - fann_read_train_from_file example
- Example#3552 - JsonSerializable::jsonSerialize example
returning an array
- Example#3553 - JsonSerializable::jsonSerialize example
returning an associative array
- Example#3554 - JsonSerializable::jsonSerialize example
returning an integer
- Example#3555 - JsonSerializable::jsonSerialize example
returning a string
- Example#3556 - json_decode-Beispiele
- Example#3557 - Ein weiteres Beispiel
- Example#3558 - Häufige Fehler bei der Verwendung von json_decode
- Example#3559 - Fehler bei der Verwendung von depth
- Example#3560 - Ein json_encode-Beispiel
- Example#3561 - Ein json_encode-Beispiel, das den Einsatz
aller Optionen zeigt
- Example#3562 - json_last_error-Beispiel
- Example#3563 - Judy array example
- Example#3564 - Lua::assignexample
- Example#3565 - Lua::callexample
- Example#3566 - Lua::evalexample
- Example#3567 - Lua::registerCallbackexample
- Example#3568 - LuaClosure::__invokeexample
- Example#3569 - constant-Beispiel
- Example#3570 - Konstanten definieren
- Example#3571 - Konstanten überprüfen
- Example#3572 - eval Beispiel (einfache Texteinfügung)
- Example#3573 - exit-Beispiel
- Example#3574 - exit-Status-Beispiel
- Example#3575 - Shutdown Funktionen und Destruktoren werden trotzdem aufgerufen
- Example#3576 - Auflistung aller Informationen über den Browser des Benutzers
- Example#3577 - Ein __halt_compiler-Beispiel
- Example#3578 - highlight_string-Beispiel
- Example#3579 - Ein ignore_user_abort-Beispiel
- Example#3580 - pack-Beispiel
- Example#3581 - php_strip_whitespace example
- Example#3582 - sleep-Beispiel
- Example#3583 - sys_getloadavg Beispiel
- Example#3584 - time_nanosleep Beispiel
- Example#3585 - Ein time_sleep_until-Beispiel
- Example#3586 - uniqid-Beispiel
- Example#3587 - unpack Beispiel
- Example#3588 - unpack Beispiel mit Wiederholer
- Example#3589 - unpack Beispiel mit unbenannten Schlüsseln
- Example#3590 - usleep-Beispiel
- Example#3591 - parsekit_compile_file example
- Example#3592 - parsekit_compile_string example
- Example#3593 - parsekit_func_arginfo example
- Example#3594 - SplDoublyLinkedList::__construct example
- Example#3595 - SplStack::__construct example
- Example#3596 - SplQueue::__construct example
- Example#3597 - Efficiently handling tasks with SplQueue
- Example#3598 - SplFixedArray usage example
- Example#3599 - SplFixedArray::__construct example
- Example#3600 - SplFixedArray::count example
- Example#3601 - SplFixedArray::fromArray example
- Example#3602 - SplFixedArray::getSize example
- Example#3603 - SplFixedArray::setSize example
- Example#3604 - SplFixedArray::toArray example
- Example#3605 - SplObjectStorage as a set
- Example#3606 - SplObjectStorage as a map
- Example#3607 - SplObjectStorage::addAll example
- Example#3608 - SplObjectStorage::attach example
- Example#3609 - SplObjectStorage::contains example
- Example#3610 - SplObjectStorage::count example
- Example#3611 - SplObjectStorage::current example
- Example#3612 - SplObjectStorage::detach example
- Example#3613 - SplObjectStorage::getHash example
- Example#3614 - SplObjectStorage::getInfo example
- Example#3615 - SplObjectStorage::key example
- Example#3616 - SplObjectStorage::next example
- Example#3617 - SplObjectStorage::offsetExists example
- Example#3618 - SplObjectStorage::offsetGet example
- Example#3619 - SplObjectStorage::offsetSet example
- Example#3620 - SplObjectStorage::offsetUnset example
- Example#3621 - SplObjectStorage::removeAll example
- Example#3622 - SplObjectStorage::removeAllExcept example
- Example#3623 - SplObjectStorage::rewind example
- Example#3624 - SplObjectStorage::serialize example
- Example#3625 - SplObjectStorage::setInfo example
- Example#3626 - SplObjectStorage::unserialize example
- Example#3627 - SplObjectStorage::valid example
- Example#3628 - AppendIterator::append example
- Example#3629 - Iterating AppendIterator with foreach
- Example#3630 - Iterating AppendIterator with the AppendIterator API
- Example#3631 - AppendIterator::getInnerIterator example
- Example#3632 - AppendIterator.getIteratorIndex basic example
- Example#3633 - AppendIterator::key basic example
- Example#3634 - ArrayIterator::current example
- Example#3635 - ArrayIterator::key example
- Example#3636 - ArrayIterator::next example
- Example#3637 - ArrayIterator::rewind example
- Example#3638 - ArrayIterator::valid example
- Example#3639 - Available callback arguments
- Example#3640 - Callback basic examples
- Example#3641 - A DirectoryIterator::__construct example
- Example#3642 - A DirectoryIterator::current example
- Example#3643 - A DirectoryIterator::getATime example
- Example#3644 - A DirectoryIterator::getBasename example
- Example#3645 - DirectoryIterator::getCTime example
- Example#3646 - DirectoryIterator::getExtension example
- Example#3647 -
- Example#3648 - A DirectoryIterator::getFilename example
- Example#3649 - DirectoryIterator::getGroup example
- Example#3650 - DirectoryIterator::getInode example
- Example#3651 - A DirectoryIterator::getMTime example
- Example#3652 - DirectoryIterator::getOwner example
- Example#3653 - DirectoryIterator::getPath example
- Example#3654 - DirectoryIterator::getPathname example
- Example#3655 - DirectoryIterator::getPerms example
- Example#3656 - DirectoryIterator::getSize example
- Example#3657 - DirectoryIterator::getType example
- Example#3658 - DirectoryIterator::isDir example
- Example#3659 - A DirectoryIterator::isDot example
- Example#3660 - DirectoryIterator::isExecutable example
- Example#3661 - DirectoryIterator::isFile example
- Example#3662 - A DirectoryIterator::isLink example
- Example#3663 - DirectoryIterator::isReadable example
- Example#3664 - DirectoryIterator::isWritable example
- Example#3665 - A DirectoryIterator::key example
- Example#3666 - DirectoryIterator::next example
- Example#3667 - DirectoryIterator::rewind example
- Example#3668 - DirectoryIterator::seek example
- Example#3669 - A DirectoryIterator::__toString example
- Example#3670 - A DirectoryIterator::valid example
- Example#3671 - FilesystemIterator::__construct example
- Example#3672 - FilesystemIterator::current example
- Example#3673 - FilesystemIterator::key example
- Example#3674 - FilesystemIterator::next example
- Example#3675 - FilesystemIterator::rewind example
- Example#3676 - FilesystemIterator::key example
- Example#3677 - FilterIterator::accept example
- Example#3678 - GlobIterator example
- Example#3679 - GlobIterator::count example
- Example#3680 - InfiniteIterator::__construct example
- Example#3681 - LimitIterator usage example
- Example#3682 - LimitIterator::__construct example
- Example#3683 - LimitIterator::getPosition example
- Example#3684 - Iterating a MultipleIterator
- Example#3685 - NoRewindIterator::__construct example
- Example#3686 - NoRewindIterator::rewind example
- Example#3687 - RecursiveArrayIterator::getChildren example
- Example#3688 - RecursiveArrayIterator::hasChildren example
- Example#3689 - Available callback arguments
- Example#3690 - Recursive callback basic example
- Example#3691 - RecursiveCallbackFilterIterator::hasChildren basic usage
- Example#3692 - RecursiveDirectoryIterator example
- Example#3693 - Basic RecursiveFilterIterator example
- Example#3694 - RecursiveFilterIterator example
- Example#3695 - Iterating a RecursiveIteratorIterator
- Example#3696 - RecursiveRegexIterator::__construct example
- Example#3697 - RecursiveRegexIterator::getChildren example
- Example#3698 - RecursiveRegexIterator::hasChildren example
- Example#3699 - RegexIterator::accept example
- Example#3700 - RegexIterator::__construct example
- Example#3701 - RegexIterator::getFlags example
- Example#3702 - RegexIterator::getMode example
- Example#3703 - RegexIterator::getPregFlags example
- Example#3704 - RegexIterator::setFlags example
- Example#3705 - RegexIterator::setMode example
- Example#3706 - RegexIterator::setPregFlags example
- Example#3707 - Countable::count example
- Example#3708 - Basic usage
- Example#3709 - SeekableIterator::seek example
- Example#3710 - class_implements example
- Example#3711 - class_parents example
- Example#3712 - class_uses example
- Example#3713 - iterator_apply example
- Example#3714 - iterator_count example
- Example#3715 - iterator_to_array example
- Example#3716 - spl_autoload_register as a replacement for an __autoload function
- Example#3717 - spl_autoload_register example where the class is not loaded
- Example#3718 - spl_classes example
- Example#3719 - A spl_object_hash example
- Example#3720 - SplFileInfo::__construct example
- Example#3721 - SplFileInfo::getBasename example
- Example#3722 - SplFileInfo::getCTime example
- Example#3723 - SplFileInfo::getExtension example
- Example#3724 -
- Example#3725 - SplFileInfo::getFilename example
- Example#3726 - SplFileInfo::getGroup example
- Example#3727 - SplFileInfo::getLinkTarget example
- Example#3728 - SplFileInfo::getOwner example
- Example#3729 - SplFileInfo::getPath example
- Example#3730 - SplFileInfo::getPathInfo example
- Example#3731 - SplFileInfo::getPathname example
- Example#3732 - SplFileInfo::getPerms example
- Example#3733 - SplFileInfo::getRealPath example
- Example#3734 - SplFileInfo::getType example
- Example#3735 - SplFileInfo::isDir example
- Example#3736 - SplFileInfo::isExecutable example
- Example#3737 - SplFileInfo::isFile example
- Example#3738 - SplFileInfo::isLink example
- Example#3739 - SplFileInfo::isReadable example
- Example#3740 - SplFileInfo::openFile example
- Example#3741 - SplFileInfo::setFileClass example
- Example#3742 - SplFileInfo::setFileClass example
- Example#3743 - SplFileInfo::__toString example
- Example#3744 - SplFileObject::__construct example
- Example#3745 - SplFileObject::current example
- Example#3746 - SplFileObject::eof example
- Example#3747 - SplFileObject::fflush example
- Example#3748 - SplFileObject::fgetc example
- Example#3749 - SplFileObject::fgetcsv example
- Example#3750 - SplFileObject::READ_CSV example
- Example#3751 - SplFileObject::fgets example
- Example#3752 - SplFileObject::fgetss example
- Example#3753 - SplFileObject::flock example
- Example#3754 - SplFileObject::fpassthru example
- Example#3755 - SplFileObject::fputcsv example
- Example#3756 - SplFileObject::fscanf example
- Example#3757 - SplFileObject::fseek example
- Example#3758 - SplFileObject::fstat example
- Example#3759 - SplFileObject::ftell example
- Example#3760 - SplFileObject::ftruncate example
- Example#3761 - SplFileObject::fwrite example
- Example#3762 - SplFileObject::getCsvControl example
- Example#3763 - SplFileObject::getFlags example
- Example#3764 - SplFileObject::getMaxLineLen example
- Example#3765 - SplFileObject::key example
- Example#3766 - SplFileObject::key example with SplFileObject::setMaxLineLen
- Example#3767 - SplFileObject::next example
- Example#3768 - SplFileObject::rewind example
- Example#3769 - SplFileObject::seek example
- Example#3770 - SplFileObject::setCsvControl example
- Example#3771 - SplFileObject::setFlags example
- Example#3772 - SplFileObject::setMaxLineLen example
- Example#3773 - SplFileObject::valid example
- Example#3774 - SplTempFileObject example
- Example#3775 - ArrayObject::append example
- Example#3776 - ArrayObject::asort example
- Example#3777 - ArrayObject::__construct example
- Example#3778 - ArrayObject::count example
- Example#3779 - ArrayObject::exchangeArray example
- Example#3780 - ArrayObject::getArrayCopy example
- Example#3781 - ArrayObject::getFlags example
- Example#3782 - ArrayObject::getIterator example
- Example#3783 - ArrayObject::getIteratorClass example
- Example#3784 - ArrayObject::ksort example
- Example#3785 - ArrayObject::natcasesort example
- Example#3786 - ArrayObject::natsort example
- Example#3787 - ArrayObject::offsetExists example
- Example#3788 - ArrayObject::offsetGet example
- Example#3789 - ArrayObject::offsetSet example
- Example#3790 - ArrayObject::offsetUnset example
- Example#3791 - ArrayObject::serialize example
- Example#3792 - ArrayObject::setFlags example
- Example#3793 - ArrayObject::setIteratorClass example
- Example#3794 - ArrayObject::uasort example
- Example#3795 - ArrayObject::uksort example
- Example#3796 - SplInt usage example
- Example#3797 - SplFloat usage example
- Example#3798 - SplEnum usage example
- Example#3799 - SplEnum::getConstList example
- Example#3800 - SplBool usage example
- Example#3801 - SplString usage example
- Example#3802 - Using file_get_contents
to retrieve data from multiple sources
- Example#3803 - Making a POST request to an https server
- Example#3804 - Writing data to a compressed file
- Example#3805 - A Stream for reading/writing global variables
- Example#3806 - Listing files from tar archives
- Example#3807 - stream_bucket_prepend examples
- Example#3808 - Using stream_context_create
- Example#3809 - Using stream_context_get_default
- Example#3810 - stream_context_get_options example
- Example#3811 - stream_context_get_params example
- Example#3812 - stream_context_set_default example
- Example#3813 - A stream_copy_to_stream example
- Example#3814 - Controlling where filters are applied
- Example#3815 - Filter for capitalizing characters on foo-bar.txt stream
- Example#3816 - Registering a generic filter class to match multiple filter names.
- Example#3817 - Dynamicly refiltering a stream
- Example#3818 - stream_get_contents example
- Example#3819 - Using stream_get_filters
- Example#3820 - stream_get_meta_data example
- Example#3821 - Using stream_get_transports
- Example#3822 - stream_get_wrappers example
- Example#3823 - Checking for the existence of a stream wrapper
- Example#3824 - stream_is_local example
- Example#3825 - stream_notification_callback example
- Example#3826 - Simple progressbar for commandline download client
- Example#3827 - stream_resolve_include_path example
- Example#3828 - stream_select Example
- Example#3829 - stream_set_timeout example
- Example#3830 - stream_set_write_buffer example
- Example#3831 - stream_socket_client example
- Example#3832 - Using UDP connection
- Example#3833 - stream_socket_enable_crypto example
- Example#3834 - A stream_socket_pair example
- Example#3835 - stream_socket_recvfrom example
- Example#3836 - stream_socket_sendto Example
- Example#3837 - Using TCP server sockets
- Example#3838 - Using UDP server sockets
- Example#3839 - A stream_socket_shutdown example
- Example#3840 - How to register a stream wrapper
- Example#3841 - Basic Tidy usage
- Example#3842 - tidy::getBody example
- Example#3843 - tidy::cleanrepair example
- Example#3844 - tidy::__construct example
- Example#3845 - tidy::diagnose example
- Example#3846 - tidy_get_error_buffer example
- Example#3847 - tidy::getConfig example
- Example#3848 - tidy_getopt example
- Example#3849 - Print all options along with their documentation and default value
- Example#3850 - tidy::getStatus example
- Example#3851 - tidy::head example
- Example#3852 - tidy::html example
- Example#3853 - tidy::parseFile example
- Example#3854 - tidy::parseString example
- Example#3855 - tidy::repairFile example
- Example#3856 - tidy::repairString example
- Example#3857 - tidy::root example
- Example#3858 - tidyNode::hasChildren example
- Example#3859 - tidyNode::hasChildren example
- Example#3860 - tidyNode::hasSiblings example
- Example#3861 - Extract ASP code from a mixed HTML document
- Example#3862 - Extract comments from a mixed HTML document
- Example#3863 - Extract HTML code from a mixed HTML document
- Example#3864 - Extract JSTE code from a mixed HTML document
- Example#3865 - Extract PHP code from a mixed HTML document
- Example#3866 - Extract text from a mixed HTML document
- Example#3867 - ob_tidyhandler example
- Example#3868 - tidy_access_count example
- Example#3869 - tidy_config_count example
- Example#3870 - tidy_error_count example
- Example#3871 - tidy_get_output example
- Example#3872 - tidy_setopt example
- Example#3873 - tidy_warning_count example
- Example#3874 - Kommentare mit Hilfe des Tokenizers entfernen
- Example#3875 - token_get_all Beispiele
- Example#3876 - token_name Beispiele
- Example#3877 - base64_decode-Beispiel
- Example#3878 - base64_encode-Beispiel
- Example#3879 - get_headers-Beispiel
- Example#3880 - Was get_meta_tags parst
- Example#3881 - Was get_meta_tags zurückgibt
- Example#3882 - Einfache Verwendung von http_build_query
- Example#3883 - http_build_query mit numerischen Index-Elementen.
- Example#3884 - http_build_query mit verschachtelten Arrays
- Example#3885 - Verwendung von http_build_query mit einem Objekt
- Example#3886 - Ein parse_url-Beispiel
- Example#3887 - rawurldecode-Beispiel
- Example#3888 - Übergeben eines Passworts in einem FTP-URL
- Example#3889 - rawurlencode-Beispiel 2
- Example#3890 - urldecode-Beispiel
- Example#3891 - urlencode-Beispiel
- Example#3892 - urlencode und
htmlentities-Beispiel
- Example#3893 - Einfache Ausführung von JavaScript
- Example#3894 - Yaml Example
- Example#3895 - Parse callback example
- Example#3896 - Emit callback example
- Example#3897 - yaml_emit example
- Example#3898 - yaml_parse example
- Example#3899 - A classic Application directory layout
- Example#3900 - Entry
- Example#3901 - Rewrite rule
- Example#3902 - Application config
- Example#3903 - Default controller
- Example#3904 - Default view template
- Example#3905 - Run the Applicatioin
- Example#3906 - An array of yaf configuration example
- Example#3907 - an ini file of yaf configuration example
- Example#3908 - A Bootstrapexample
- Example#3909 - Yaf_Application::bootstrapexample
- Example#3910 - Yaf_Application::clearLastErrorexample
- Example#3911 - A ini config file example
- Example#3912 - Yaf_Application::__constructexample
- Example#3913 - Yaf_Application::__constructexample
- Example#3914 - Yaf_Application::environexample
- Example#3915 - Yaf_Application::executeexample
- Example#3916 - Yaf_Application::getConfigexample
- Example#3917 - Yaf_Application::getDispatcherexample
- Example#3918 - Yaf_Application::getLastErrorMsgexample
- Example#3919 - Yaf_Application::getLastErrorNoexample
- Example#3920 - Yaf_Application::getModulesexample
- Example#3921 - Bootstrap example
- Example#3922 - Yaf_Dispatcher::autoRenderexample
- Example#3923 - Yaf_Dispatcher::catchExceptionexample
- Example#3924 - Yaf_Dispatcher::registerPluginexample
- Example#3925 - A custom View engineexample
- Example#3926 - Yaf_Dispatcher::setViewexample
- Example#3927 - Yaf_Dispatcher::throwexceptionexample
- Example#3928 - Yaf_Dispatcher::throwexceptionexample
- Example#3929 - Yaf_Config_Iniexample
- Example#3930 - define action in a separate file
- Example#3931 - Dummy_action.php
- Example#3932 - Yaf_Controller_Abstract::forwardexample
- Example#3933 - Yaf_Action_Abstract::executeexample
- Example#3934 - Yaf_Action_Abstract::executeexample
- Example#3935 - Yaf_View_Simple::assignexample
- Example#3936 - templateexample
- Example#3937 - Yaf_View_Simple::assignRefexample
- Example#3938 - templateexample
- Example#3939 - Yaf_View_Simple::clearexample
- Example#3940 - Yaf_View_Simple::__constructorexample
- Example#3941 - Yaf_View_Simple::__setexample
- Example#3942 - Config example
- Example#3943 - Register localnamespace
- Example#3944 - Load class example
- Example#3945 - Load namespace class example
- Example#3946 - MVC class loading example
- Example#3947 - MVC class distinctions
- Example#3948 - MVC loading example
- Example#3949 - Yaf_Loader::registerLocalNamespaceexample
- Example#3950 - Plugin example
- Example#3951 - Yaf_Plugin_Abstract::routerShutdownexample
- Example#3952 - Yaf_Response_Abstract::appendBodyexample
- Example#3953 - Yaf_Response_Abstract::getBodyexample
- Example#3954 - Yaf_Response_Abstract::prependBodyexample
- Example#3955 - Yaf_Response_Abstract::responseexample
- Example#3956 - Yaf_Response_Abstract::setBodyexample
- Example#3957 - Yaf_Route_Mapexample
- Example#3958 - Yaf_Route_Mapexample
- Example#3959 - Yaf_Route_Mapexample
- Example#3960 - Yaf_Route_Regexexample
- Example#3961 - Yaf_Route_Regexexample
- Example#3962 - Yaf_Route_Rewriteexample
- Example#3963 - Yaf_Route_Rewriteexample
- 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::routeexample
- Example#3975 - Yaf_Route_Simple::routeexample
- Example#3976 - Yaf_Route_Static::routeexample
- Example#3977 - Yaf_Route_Supervarexample
- Example#3978 - Taintexample
- Example#3979 - AMQP Example
- Example#3980 - AMQPConnection::connect example
- Example#3981 - AMQPConnection::__construct example
- Example#3982 - AMQPConnection::disconnect example
- Example#3983 - AMQPConnection::isConnected example
- Example#3984 - AMQPConnection::reconnect example
- Example#3985 - AMQPConnection::setHost example
- Example#3986 - AMQPConnection::setLogin example
- Example#3987 - AMQPConnection::setPassword example
- Example#3988 - AMQPConnection::setPort example
- Example#3989 - AMQPConnection::setTimeout example
- Example#3990 - AMQPConnection::setVhost example
- Example#3991 - AMQPExchange::declare example
- Example#3992 - AMQPExchange::delete example
- Example#3993 - AMQPQueue::ack example with AMQPQueue::get
- Example#3994 - AMQPQueue::ack example with AMQPQueue::consume
- Example#3995 - AMQPQueue::consume example
- Example#3996 - AMQPQueue::get example
- Example#3997 - Creating a chdb file
- Example#3998 - Loading and looking up a chdb file
- Example#3999 - chdb::get example
- Example#4000 - chdb_create example
- Example#4001 - Nutzung von PHPs cURL-Modul, um die Homepage von example.com herunterzuladen
- Example#4002 - Initialisierung einer neuen cURL-Session und das abrufen einer Webseite
- Example#4003 - cURL-Handle kopieren
- Example#4004 - curl_errno-Beispiel
- Example#4005 - curl_error-Beispiel
- Example#4006 - curl_escape example
- Example#4007 - Abrufen einer Webseite
- Example#4008 - curl_getinfo-Beispiel
- Example#4009 - Abrufen einer Webseite
- Example#4010 - curl_multi_add_handle-Beispiel
- Example#4011 - curl_multi_close example
- Example#4012 - curl_multi_exec-Beispiel
- Example#4013 - Ein curl_multi_info_read-Beispiel
- Example#4014 - curl_multi_init-Beispiel
- Example#4015 - curl_multi_strerror example
- Example#4016 - curl_reset example
- Example#4017 - Initialisierung einer cURL-Session und holen einer Webseite
- Example#4018 - Eine eigene Implementierung von curl_setopt_array
- Example#4019 - Initialisierung einer neuen cURL-Session und das Abrufen einer Webseite
- Example#4020 - Datei-Upload
- Example#4021 - curl_share_setopt example
- Example#4022 - curl_share_init example
- Example#4023 - curl_share_setopt example
- Example#4024 - curl_errno example
- Example#4025 - curl_escape example
- Example#4026 - Beispiel für curl_version
- Example#4027 - Simple HTTP client
- Example#4028 - HTTP client using asynchronous DNS resolver
- Example#4029 - Echo server
- Example#4030 - SSL echo server
- Example#4031 - Signal handler
- Example#4032 - Use libevent's loop to process requests of `eio' extension
- Example#4033 - Miscellaneous
- Example#4034 - Simple HTTP server
- Example#4035 - EventHttpConnection::makeRequest example
- Example#4036 - Connection listener based on a UNIX domain socket
- Example#4037 - Simple SMTP server
- Example#4038 - Handling SIGTERM signal
- Example#4039 - Event::addSignal example
- Example#4040 - Event::addTimer example
- Example#4041 - EventBase::getFeatures example
- Example#4042 - EventBase::getMethod example
- Example#4043 - EventBuffer::search example
- Example#4044 - EventBufferEvent::connect example
- Example#4045 - Connect to UNIX domain socket which presumably is served by a server, read response from
the server and output it to the console
- Example#4046 - EventBufferEvent::connectHost example
- Example#4047 - Buffer event's read callback
- Example#4048 - EventBufferEvent::getOutput example
- Example#4049 - EventBufferEvent::sslError example
- Example#4050 - Simple SMTP server
- Example#4051 - EventConfig::avoidMethod example
- Example#4052 - EventConfig::__construct example
- Example#4053 - EventConfig::requireFeatures example
- Example#4054 - EventHttp::accept example
- Example#4055 - EventHttp::addServerAlias example
- Example#4056 - EventHttp::bind example
- Example#4057 - Simple HTTP server
- Example#4058 - EventHttp::setCallback example
- Example#4059 - EventHttp::setDefaultCallback example
- Example#4060 - EventHttpConnection::makeRequest example
- Example#4061 - EventHttpRequest::__construct example
- Example#4062 - EventHttpRequest::sendError example
- Example#4063 - EventListener::__construct example
- Example#4064 - EventSslContext::__construct example
- Example#4065 - FTP-Beispiel
- Example#4066 - ftp_alloc-Beispiel
- Example#4067 - ftp_cdup-Beispiel
- Example#4068 - ftp_chdir-Beispiel
- Example#4069 - ftp_chmod-Beispiel
- Example#4070 - ftp_close-Beispiel
- Example#4071 - ftp_connect-Beispiel
- Example#4072 - ftp_delete-Beispiel
- Example#4073 - ftp_exec-Beispiel
- Example#4074 - ftp_fget-Beispiel
- Example#4075 - ftp_fput-Beispiel
- Example#4076 - ftp_get_option-Beispiel
- Example#4077 - ftp_get-Beispiel
- Example#4078 - ftp_login-Beispiel
- Example#4079 - ftp_mdtm-Beispiel
- Example#4080 - ftp_mkdir-Beispiel
- Example#4081 - ftp_nb_continue-Beispiel
- Example#4082 - ftp_nb_fget-Beispiel
- Example#4083 - ftp_nb_fput-Beispiel
- Example#4084 - ftp_nb_get-Beispiel
- Example#4085 - Einen Download mit ftp_nb_get fortsetzen
- Example#4086 - Einen Download mit Hilfe von ftp_nb_get
an Position 100 fortsetzen und in eine neue Datei schreiben
- Example#4087 - ftp_nb_put-Beispiel
- Example#4088 - Einen Upload mit ftp_nb_put wieder aufnehmen
- Example#4089 - ftp_nlist-Beispiel
- Example#4090 - ftp_pasv-Beispiel
- Example#4091 - ftp_put-Beispiel
- Example#4092 - ftp_pwd-Beispiel
- Example#4093 - ftp_raw für den manuellen Login auf einem FTP-Server nutzen.
- Example#4094 - ftp_rawlist-Beispiel
- Example#4095 - ftp_rename-Beispiel
- Example#4096 - ftp_rmdir-Beispiel
- Example#4097 - ftp_set_option-Beispiel
- Example#4098 - Sending a SITE command to an ftp server
- Example#4099 - ftp_size example
- Example#4100 - ftp_ssl_connect-Beispiel
- Example#4101 - ftp_systype-Beispiel
- Example#4102 - Basic Gearman client and worker
- Example#4103 - Basic Gearman client and worker, background
- Example#4104 - Basic Gearman client and worker, submitting tasks
- Example#4105 - Adding two job servers
- Example#4106 - Add two job servers
- Example#4107 - Basic submission of two tasks
- Example#4108 - Basic submission of two tasks with passing application context
- Example#4109 - Two tasks, one background and one not
- Example#4110 - A high priority task along with two normal tasks
- Example#4111 - A low priority task along with two normal tasks
- Example#4112 - Monitor completion of multiple background tasks
- Example#4113 - Simple job submission with immediate return
- Example#4114 - Submitting a job and retrieving incremental status
- Example#4115 - Submit and monitor a background job
- Example#4116 - Simple job submission with immediate return
- Example#4117 - Submitting a job and retrieving incremental status
- Example#4118 - Get the status of a long running job
- Example#4119 - Monitor the status of a long running background job
- Example#4120 - Simple worker making use of extra application context data
- Example#4121 - Add alternate Gearman servers
- Example#4122 - Add two job servers
- Example#4123 - GearmanWorker::setId example
- Example#4124 - A simple worker with a 5 second timeout
- Example#4125 - Running worker in non-blocking mode
- Example#4126 - GearmanWorker::work example
- Example#4127 - Hypothetical output from gopher://gopher.example.com/
- Example#4128 - Using gopher_parsedir
- Example#4129 - Search for all UPnP devices and services.
- Example#4130 - Implementing light server
- Example#4131 - Implementing light client
- Example#4132 - Create new UPnP context and get IP address of the host
- Example#4133 - Create new UPnP context and get port number
- Example#4134 - Create new UPnP context and set host path
- Example#4135 - Create new UPnP context
- Example#4136 - Create new UPnP context and set callback
- Example#4137 - Create new UPnP context and start browsing
- Example#4138 - Create new UPnP context and start browsing
- Example#4139 - Create new UPnP context and get device info service
- Example#4140 - Create new UPnP context and get device info service
- Example#4141 - A HttpDeflateStream example
- Example#4142 - A HttpInflateStream example
- Example#4143 - A HttpRequest::addCookies example
- Example#4144 - GET example
- Example#4145 - POST example
- Example#4146 - A HttpRequestPool example
- Example#4147 - A HttpRequestPool::socketPerform example
- Example#4148 - A HttpResponse::capture example
- Example#4149 - A HttpResponse::send example
- Example#4150 - A http_cache_etag example
- Example#4151 - A http_cache_last_modified example
- Example#4152 - A http_chunked_decode example
- Example#4153 - A http_support example
- Example#4154 - Using http_negotiate_charset
- Example#4155 - Using http_negotiate_content_type
- Example#4156 - Using http_negotiate_language
- Example#4157 - Using http_parse_cookie
- Example#4158 - Using http_parse_headers
- Example#4159 - Using http_parse_message
- Example#4160 - A http_parse_params example
- Example#4161 - A http_persistent_handles_count example
- Example#4162 - A http_persistent_handles_ident example
- Example#4163 - A http_get example
- Example#4164 - A http_post_fields example
- Example#4165 - A http_redirect example
- Example#4166 - A http_send_file example
- Example#4167 - A http_throttle example
- Example#4168 - A http_build_url example
- Example#4169 - modifying an attribute
- Example#4170 - adding a completely new attribute
- Example#4171 - modifying Title attribute
- Example#4172 - modifying Title attribute
- Example#4173 - removing attribute
- Example#4174 - Retrieve an object
- Example#4175 - Java Beispiel
- Example#4176 - AWT Example
- Example#4177 - Java Exception Handler
- Example#4178 - LDAP Such-Beispiel
- Example#4179 - Komplettes Beispiel mit authentifiziertem bind
- Example#4180 - Verwenden von LDAP Bind
- Example#4181 - Anonymes LDAP Bind
- Example#4182 - Komplettes Beispiel einer Kennwort-Überprüfung
- Example#4183 - Verbindung zu einem LDAP server.
- Example#4184 - Sichere Verbindung zu einem LDAP server.
- Example#4185 - LDAP pagination
- Example#4186 - LDAP pagination
- Example#4187 - Aufzählung aller LDAP Fehlermeldungen
- Example#4188 - Erzeugen und Abfangen eines Fehlers
- Example#4189 - Anzeigen der Liste der Merkmale für einen ausgewählten
Verzeichnis-Eintrag
- Example#4190 - Prüfen der Protokollversion
- Example#4191 - Liste aller Werte des Merkmals "mail" für einen Verzeichnis-
Eintrag
- Example#4192 - Erzeugung einer Liste aller Organisationseinheiten einer
Organisation
- Example#4193 - LDAP Suche
- Example#4194 - Setzen der Protokollversion
- Example#4195 - Setzen der Server Kontrollen
- Example#4196 - memcache extension overview example
- Example#4197 - Using memcache session handler
- Example#4198 - Memcache::add example
- Example#4199 - Memcache::addServer example
- Example#4200 - Memcache::close example
- Example#4201 - Memcache::connect example
- Example#4202 - Memcache::decrement example
- Example#4203 - Memcache::delete example
- Example#4204 - Memcache::flush example
- Example#4205 - Memcache::get example
- Example#4206 - Memcache::getExtendedStats example
- Example#4207 - Memcache::getServerStatus example
- Example#4208 - Memcache::getVersion example
- Example#4209 - Memcache::increment example
- Example#4210 - Memcache::pconnect example
- Example#4211 - Memcache::replace example
- Example#4212 - Memcache::set example
- Example#4213 - Memcache::set example
- Example#4214 - Memcache::setCompressThreshold example
- Example#4215 - Memcache::setServerParams example
- Example#4216 - Result callback example
- Example#4217 - Read-through callback example
- Example#4218 - Memcached::addServer example
- Example#4219 - Memcached::addServers example
- Example#4220 - Memcached::append example
- Example#4221 - Memcached::cas example
- Example#4222 - Creating a Memcached object
- Example#4223 - Memcached::decrement example
- Example#4224 - Memcached::delete example
- Example#4225 - Memcached::fetch example
- Example#4226 - Memcached::getDelayed example
- Example#4227 - Memcached::flush example
- Example#4228 - Memcached::get example #1
- Example#4229 - Memcached::get example #2
- Example#4230 - Memcached::getDelayed example
- Example#4231 - Memcached::getMulti example
- Example#4232 - Memcached::GET_PRESERVE_ORDER example
- Example#4233 - Retrieving Memcached options
- Example#4234 - Memcached::getResultCode example
- Example#4235 - Memcached::getResultMessage example
- Example#4236 - Memcached::getServerByKey example
- Example#4237 - Memcached::getServerList example
- Example#4238 - Memcached::getStats example
- Example#4239 - Memcached::getVersion example
- Example#4240 - Memcached::increment example
- Example#4241 - Memcached::prepend example
- Example#4242 - Memcached::set example
- Example#4243 - Memcached::setByKey example
- Example#4244 - Memcached::setMulti example
- Example#4245 - Setting a Memcached option
- Example#4246 - Setting Memcached options
- Example#4247 - mqseries_back
example
- Example#4248 - mqseries_begin
example
- Example#4249 - mqseries_close
example
- Example#4250 - mqseries_cmit
example
- Example#4251 - mqseries_conn
example
- Example#4252 - mqseries_connx
example
- Example#4253 - mqseries_connx
example using SSL connection & OCSP Responder URL
- Example#4254 - mqseries_disc
example
- Example#4255 - mqseries_get
example
- Example#4256 - mqseries_inq
example
- Example#4257 - mqseries_open
example
- Example#4258 - mqseries_put
example
- Example#4259 - mqseries_strerror
example
- Example#4260 - define_syslog_variables-Beispiel
- Example#4261 - Using dns_get_record
- Example#4262 - Using dns_get_record and DNS_ANY
- Example#4263 - fsockopen-Beispiel
- Example#4264 - Eine UDP-Verbindung nutzen
- Example#4265 - Ein einfaches gethostbyaddr-Beispiel
- Example#4266 - Ein einfaches gethostbyname-Beispiel
- Example#4267 - gethostbynamel example
- Example#4268 - A simple gethostname example
- Example#4269 - getprotobyname-Beispiel
- Example#4270 - getservbyname-Beispiel
- Example#4271 - header_register_callback example
- Example#4272 - Unsetting specific header.
- Example#4273 - Unsetting all previously set headers.
- Example#4274 - Download-Dialog
- Example#4275 - Caching-Direktiven
- Example#4276 - Beispiele zur Verwendung von headers_list
- Example#4277 - Beispiel zur Verwendung von headers_sent
- Example#4278 - Examples using http_response_code
- Example#4279 - inet_ntop-Beispiel
- Example#4280 - inet_pton-Beispiel
- Example#4281 - ip2long-Beispiel:
- Example#4282 - Eine IP-Adresse anzeigen
- Example#4283 - IP-Validierung
- Example#4284 - setcookie-Beispiele:
- Example#4285 - setcookie-Beispiele zum Löschen
- Example#4286 - setcookie und Arrays
- Example#4287 - Die Verwendung von syslog:
- Example#4288 - Procedural usage of rrd
- Example#4289 - OO usage of rrd
- Example#4290 - RRDGraph::setOptions examples
- Example#4291 - RRDUpdater::update examples
- Example#4292 - Creating a connection and connecting to a remote WebSphere MQSeries Messaging Server
- Example#4293 - Creating a connection and connecting to a remote WebSphere Application Server
- Example#4294 - Creating a connection and connecting to an MQTT server
- Example#4295 - Creating a message with a simple text body
- Example#4296 - Setting a text format property using the default syntax
- Example#4297 - Setting a property using a type hint
- Example#4298 - Retrieving a property from a message header
- Example#4299 - Adding a message to a queue and receiving a response
- Example#4300 - Creating a durable subscription to a topic
- Example#4301 - Subscribing to a topic using a WebSphere Platform Messaging (WPM) server
- Example#4302 - Receiving published data using a durable subscription
- Example#4303 - Deleting a durable subscription to a topic
- Example#4304 - Handling an error from a method that returns no result
- Example#4305 - Handling an error from a method that returns a result
- Example#4306 - Committing the current unit of work
- Example#4307 - Creating a connection to a Messaging Server using the IBM MQSeries
protocol (WMQ)
- Example#4308 - Creating a connection with application transaction control and default
host and port values
- Example#4309 - Creating a connection to a Messaging Server using the IBM WebSphere
Platform Messaging protocol (WPM)
- Example#4310 - Creating a connection object and connecting to a Messaging Server
- Example#4311 - Disconnecting from a Messaging Server
- Example#4312 - Using the error number and description properties
- Example#4313 - Using the error number and description properties
- Example#4314 - Checking whether there us a connection to a Messaging Server
- Example#4315 - Retrieve the next message from a queue without removing it
- Example#4316 - Retrieve a specific message from a queue without removing it from the queue
- Example#4317 - Retrieve all messages in a queue without removing them
- Example#4318 - Retrieve all messages from a queue with a matching correlation id
- Example#4319 - Receiving a message from a queue
- Example#4320 - Receiving a message from a queue with options
- Example#4321 - Receiving a message from a subscription
- Example#4322 - Removing a message from a queue by message id
- Example#4323 - Cancelling an in-flight unit of work
- Example#4324 - Send a message to a queue
- Example#4325 - Publish a message to a topic
- Example#4326 - Send a request and receive a response
- Example#4327 - Turn on debugging output
- Example#4328 - Turn off debugging output
- Example#4329 - Subscribe to a topic
- Example#4330 - Delete a subscription
- Example#4331 - Setting a text string into the body of a message
- Example#4332 - Creating a message
- Example#4333 - Creating a message with a simple text payload
- Example#4334 - Setting a text format property using the default syntax
- Example#4335 - Setting a text format property using a type hint
- Example#4336 - Setting properties as the sender of a message
- Example#4337 - Retreiving property values from a message
- Example#4338 - Using snmp_get_valueretrieval
- Example#4339 - Using snmp_read_mib
- Example#4340 - Using snmp_set_enum_print
- Example#4341 - Using snmprealwalk
- Example#4342 - Using
snmp_set_valueretrieval
- Example#4343 - Using snmp2_get
- Example#4344 - Using snmp2_get_next
- Example#4345 - Using snmp2_real_walk
- Example#4346 - Using snmp2_set
- Example#4347 - Using snmp2_set for setting BITS SNMP object id
- Example#4348 - snm2_pwalk Example
- Example#4349 - Using snmp3_get
- Example#4350 - Using snmp3_getnext
- Example#4351 - Using
snmp3_real_walk
- Example#4352 - Using snmp3_set
- Example#4353 - Using snmp3_set for setting BITS SNMP object id
- Example#4354 - snmp3_walk Example
- Example#4355 - Using snmpgetnext
- Example#4356 - Using snmprealwalk
- Example#4357 - SNMP::close example
- Example#4358 - Fetching sysLocation
- Example#4359 - Single SNMP object
- Example#4360 - Miltiple SNMP objects
- Example#4361 - SNMP::getErrno example
- Example#4362 - SNMP::getError example
- Example#4363 - Single SNMP object
- Example#4364 - Miltiple SNMP objects
- Example#4365 - Set single SNMP object id
- Example#4366 - Set multiple values using single SNMP::set
call
- Example#4367 - Using SNMP::set for setting BITS SNMP object id
- Example#4368 - SNMP::setSecurity example
- Example#4369 - SNMP::walk example
- Example#4370 - suffix_as_key example
- Example#4371 - Socket-Beispiel: Einfacher TCP/IP-Server
- Example#4372 - Socket-Beispiel: Einfacher TCP/IP-Client
- Example#4373 - Beispiel: Quell-Adresse setzen mit socket_bind:
- Example#4374 - socket_create_pair-Beispiel
- Example#4375 - socket_create_pair-IPC-Beispiel
- Example#4376 - socket_set_option-Beispiel
- Example#4377 - socket_import_stream example
- Example#4378 - socket_last_error example
- Example#4379 - socket_recv Beispiel
- Example#4380 - socket_recvfrom Beispiel
- Example#4381 - NULL mit socket_select benutzen:
- Example#4382 - Rückgaben von socket_select verstehen
- Example#4383 - socket_select-Beispiel
- Example#4384 - socket_sendto-Beispiel
- Example#4385 - socket_set_block Beispiel
- Example#4386 - socket_set_nonblock Beispiel
- Example#4387 - socket_set_option Beispiel
- Example#4388 - socket_strerror Beispiel
- Example#4389 - Authenticating with a ssh agent
- Example#4390 - Authentication using a public hostkey
- Example#4391 - Retrieving a list of authentication methods
- Example#4392 - Authenticating with a password
- Example#4393 - Authentication using a public key
- Example#4394 - ssh2_connect example
- Example#4395 - Executing a command
- Example#4396 - Opening a shell and retrieving the stderr stream associated with it
- Example#4397 - Checking the fingerprint against a known value
- Example#4398 - Determining what methods were negotiated
- Example#4399 - Adding a publickey with ssh2_publickey_add
- Example#4400 - Listing authorized keys with ssh2_publickey_list
- Example#4401 - Downloading a file via SCP
- Example#4402 - Uploading a file via SCP
- Example#4403 - Creating a directory on a remote server
- Example#4404 - Stating a symbolic link via SFTP
- Example#4405 - Creating a directory on a remote server
- Example#4406 - Reading a symbolic link
- Example#4407 - Resolving a pathname
- Example#4408 - Renaming a file via sftp
- Example#4409 - Removing a directory on a remote server
- Example#4410 - Stating a file via SFTP
- Example#4411 - Creating a symbolic link
- Example#4412 - Deleting a file
- Example#4413 - Opening a file via SFTP
- Example#4414 - Executing a command
- Example#4415 - Opening a tunnel to an arbitrary host
- Example#4416 - Objektorientierter Stil
- Example#4417 - Prozeduraler Stil
- Example#4418 - stomp_connect_error example
- Example#4419 - stomp_version example
- Example#4420 - Objektorientierter Stil
- Example#4421 - Prozeduraler Stil
- Example#4422 - Objektorientierter Stil
- Example#4423 - Prozeduraler Stil
- Example#4424 - Objektorientierter Stil
- Example#4425 - Prozeduraler Stil
- Example#4426 - Objektorientierter Stil
- Example#4427 - Prozeduraler Stil
- Example#4428 - Objektorientierter Stil
- Example#4429 - Prozeduraler Stil
- Example#4430 - Objektorientierter Stil
- Example#4431 - Prozeduraler Stil
- Example#4432 - Objektorientierter Stil
- Example#4433 - Prozeduraler Stil
- Example#4434 - Objektorientierter Stil
- Example#4435 - Prozeduraler Stil
- Example#4436 - Objektorientierter Stil
- Example#4437 - Prozeduraler Stil
- Example#4438 - Train from array
- Example#4439 - Train from a file
- Example#4440 - svn_add example
- Example#4441 - Default authentication example
- Example#4442 - svn_blame example
- Example#4443 - Basic example
- Example#4444 - Basic example
- Example#4445 - Basic example
- Example#4446 - Basic example
- Example#4447 - Basic example
- Example#4448 - Basic example
- Example#4449 - Diffing two revisions of a repository path
- Example#4450 - Portably diffing two local files
- Example#4451 - svn_export example
- Example#4452 - Basic example
- Example#4453 - svn_log example
- Example#4454 - svn_ls example
- Example#4455 - Basic example
- Example#4456 - Basic example
- Example#4457 - Deny all connections from localhost
- Example#4458 - Ban an URL
- Example#4459 - Get statistic snapshot
- Example#4460 - Read varnish shared memory log
- Example#4461 - VarnishAdmin::__construct example
- Example#4462 - Parallel searching using Yaz
- Example#4463 - CCL configuration
- Example#4464 - CCL Parsing
- Example#4465 - Record Update
- Example#4466 - Array for GRS-1 record
- Example#4467 - Working with MARCXML
- Example#4468 - PHP function that scans titles
- Example#4469 - Query Examples
- Example#4470 - Sort Criterias
- Example#4471 - Example for NIS errors
- Example#4472 - Beispiel für den ersten NIS-Eintrag
- Example#4473 - Beispiel für die voreingestellte Domäne
- Example#4474 - Beispiel für den NIS Master
- Example#4475 - Beispiel für den übereinstimmenden NIS-Eintrag
- Example#4476 - Beispiel für den nächsten NIS-Eintrag
- Example#4477 - Beispiel für die NIS Reihenfolge
- Example#4478 - Spezifiziert den Pfad zu der aktuellen Kategorie in folgendem Format:
'> Root > Sport > Auto > Ferrari'
- Example#4479 - udm_load_ispell_data Beispiel
- Example#4480 - udm_load_ispell_data Beispiel
- Example#4481 - solr_get_version example
- Example#4482 - Contents of the BootStrap file
- Example#4483 - Adding a document to the index
- Example#4484 - Merging one document into another document
- Example#4485 - Searching for documents - SolrObject responses
- Example#4486 - Searching for documents - SolrDocument responses
- Example#4487 - Simple TermsComponent example - basic
- Example#4488 - Simple TermsComponent example - using a prefix
- Example#4489 - Simple TermsComponent example - specifying a minimum frequency
- Example#4490 - Simple Facet Example
- Example#4491 - Simple Facet Example - with optional field override for mincount
- Example#4492 - Connecting to SSL-Enabled Server
- Example#4493 - SolrDocument::toArray example
- Example#4494 - SolrObject::__construct example
- Example#4495 - SolrObject::offsetUnset example
- Example#4496 - SolrClient::addDocument example
- Example#4497 - SolrClient::addDocuments example
- Example#4498 - SolrClient::__construct example
- Example#4499 - SolrQuery::deleteByQuery example
- Example#4500 - SolrClient::ping example
- Example#4501 - SolrClient::query example
- Example#4502 - SolrClient::request example
- Example#4503 - SolrClient::setResponseWriter example
- Example#4504 - SolrParams::setParam example
- Example#4505 - SolrQuery::addFacetField example
- Example#4506 - SolrQuery::addFilterQuery example
- Example#4507 - Basic usage example
- Example#4508 - Basic search query
- Example#4509 - A Swish::__construct example
- Example#4510 - Basic Swish::getMetaList example
- Example#4511 - Basic Swish::getPropertyList example
- Example#4512 - Basic Swish::prepare example
- Example#4513 - Basic Swish::query example
- Example#4514 - Basic SwishResult::stem example
- Example#4515 - Basic SwishResults::getParsedWords example
- Example#4516 - Basic SwishResults::nextResult example
- Example#4517 - Basic SwishResults::seekResult example
- Example#4518 - Basic SwishSearch::execute example
- Example#4519 - Basic SwishSearch::resetLimit example
- Example#4520 - Basic SwishSearch::setLimit example
- Example#4521 - Basic SwishSearch::setPhraseDelimiter example
- Example#4522 - Basic SwishSearch::setSort example
- Example#4523 - Basic SwishSearch::setStructure example
- Example#4524 - Parsen von PHP für ein Verzeichnis ausschalten mittels .htaccess
- Example#4525 - apache_get_modules-Beispiel
- Example#4526 - apache_get_version-Beispiel
- Example#4527 - apache_getenv-Beispiel
- Example#4528 - apache_lookup_uri-Beispiel
- Example#4529 - Übergeben von Informationen zwischen PHP und Perl
- Example#4530 - Werte in access.log loggen
- Example#4531 - apache_request_headers-Beispiel
- Example#4532 - apache_response_headers-Beispiel
- Example#4533 - Eine Apache-Umgebungsvariable mit apache_setenv
setzen
- Example#4534 - getallheaders-Beispiel
- Example#4535 - nsapi_request_headers example
- Example#4536 - Registrierung einer Variablen mit $_SESSION.
- Example#4537 - Aufheben der Registrierung einer Variablen mit
$_SESSION und deaktiviertem register_globals.
- Example#4538 - Zählen der Seitenaufrufe eines einzelnen Benutzers
- Example#4539 - Example information
- Example#4540 - session_cache_expire Beispiel
- Example#4541 - session_cache_limiter Beispiel
- Example#4542 - Löschen einer Session mit $_SESSION
- Example#4543 - session_name-Beispiel
- Example#4544 - Ein session_regenerate_id-Beispiel
- Example#4545 - session_set_save_handler Beispiel
- Example#4546 - Ein Session-Beispiel: seite1.php
- Example#4547 - Ein Session-Beispiel: seite2.php
- Example#4548 - Using SessionHandler to add encryption to internal PHP save handlers.
- Example#4549 - Example using SessionHandlerInterface
- Example#4550 - bbcode_add_smiley Beispiel
- Example#4551 - bbcode_create Beispiel
- Example#4552 - bbcode_set_arg_parser usage example
- Example#4553 - bbcode_set_flags usage example
- Example#4554 - Beispiele gültiger Suchmuster
- Example#4555 - Beispiele ungültiger Suchmuster
- Example#4556 - Beispiel zum Vergleich von preg_filter und
preg_replace
- Example#4557 - preg_grep-Beispiel
- Example#4558 - preg_last_error Beispiel
- Example#4559 - Alle Telefonnummern aus einem Text holen.
- Example#4560 - Zusammengehörende HTML-Tags finden (gierig)
- Example#4561 - Benannte Teilsuchmuster (named subpatterns)
- Example#4562 - Die Zeichenkette "php" finden
- Example#4563 - Die Zeichenkette "web" finden
- Example#4564 - Den Domänen-Namen aus einer URL holen
- Example#4565 - Benannte Teilsuchmuster (named subpatterns)
- Example#4566 - preg_quote-Beispiel
- Example#4567 - Kursivdruck eines Wortes in einem Text
- Example#4568 - preg_replace_callback und
create_function
- Example#4569 - preg_replace_callback Beispiel
- Example#4570 - preg_replace_callback unter Verwendung einer
rekursiven Struktur um gekapselten BB-Code zu verarbeiten
- Example#4571 - Die Verwendung von Rückreferenzierungen mit darauf folgenden numerischen
Literalen
- Example#4572 - Die Verwendung von preg_replace mit indizierten
Arrays
- Example#4573 - Ersetzen mehrerer Werte
- Example#4574 - Leerzeichen entfernen
- Example#4575 - Die Verwendung des Parameters count
- Example#4576 - preg_split Beispiel: Eine Zeichenkette in ihre
Bestandteile zerlegen
- Example#4577 - Eine Zeichenkette in einzelne Zeichen zerlegen
- Example#4578 - Eine Zeichenkette in Übereinstimmungen mit dem Suchmuster und deren
Versatz zerlegen
- Example#4579 - Beispiele regulärer Ausdrücke
- Example#4580 - ereg_replace-Beispiel
- Example#4581 - ereg_replace-Beispiel
- Example#4582 - Ersetzen von URLs durch Links
- Example#4583 - ereg-Beispiel
- Example#4584 - Suchergebnisse hervorheben
- Example#4585 - eregi-Beispiel
- Example#4586 - split-Beispiel
- Example#4587 - split-Beispiel
- Example#4588 - spliti-Beispiel
- Example#4589 - sql_regcase-Beispiel
- Example#4590 - addcslashes-Beispiel
- Example#4591 - Ein addslashes-Beispiel
- Example#4592 - chr-Beispiel
- Example#4593 - chunk_split-Beispiel
- Example#4594 - convert_uudecode-Beispiel
- Example#4595 - convert_uuencode-Beispiel
- Example#4596 - count_chars-Beispiel
- Example#4597 - Anzeigen einer CRC32-Prüfsumme
- Example#4598 - crypt-Beispiele
- Example#4599 - Verwendung von crypt für htpasswd
- Example#4600 - Verwendung von crypt mit verschiedenen Hasharten
- Example#4601 - echo-Beispiele
- Example#4602 - explode-Beispiele
- Example#4603 - limit-Parameterbeispiele
- Example#4604 - fprintf: Integer mit vorangestellten Nullen
- Example#4605 - fprintf: Formatieren einer Währung
- Example#4606 - Umwandlungs-Tabellen-Beispiel
- Example#4607 - hex2bin Beispiel
- Example#4608 - Dekodieren benannter HTML-Zeichen
- Example#4609 - Ein htmlentities-Beispiel
- Example#4610 - Nutzung von ENT_IGNORE
- Example#4611 - Ein htmlspecialchars_decode-Beispiel
- Example#4612 - htmlspecialchars-Beispiel
- Example#4613 - implode-Beispiel
- Example#4614 - lcfirst-Beispiel
- Example#4615 - levenshtein-Beispiel
- Example#4616 - localeconv-Beispiel
- Example#4617 - Beispiel zur Verwendung von ltrim
- Example#4618 - Anwendungsbeispiel für md5_file
- Example#4619 - Ein md5-Beispiel
- Example#4620 - metaphone einfaches Beispiel
- Example#4621 - Nutzung des phonemes Parameters
- Example#4622 - money_format Example
- Example#4623 - Verwenden von nl2br
- Example#4624 - Erstellen von validem HTML-Markup unter Verwendung des
is_xhtml-Parameters
- Example#4625 - Verschiedene Zeilentrenner
- Example#4626 - number_format-Beispiel
- Example#4627 - ord-Beispiel
- Example#4628 - Der Gebrauch von parse_str
- Example#4629 - print-Beispiele
- Example#4630 - Beispiel zur Verwendung von rtrim
- Example#4631 - setlocale-Beispiele
- Example#4632 - setlocale-Beispiele for Windows
- Example#4633 - sha1_file-Beispiel
- Example#4634 - Ein sha1 Beispiel
- Example#4635 - Soundex-Beispiele
- Example#4636 - Argumente tauschen
- Example#4637 - Argumente tauschen
- Example#4638 - Argumente tauschen
- Example#4639 - Argumente tauschen
- Example#4640 - Positionstausch mit weiteren Spezifikatoren
- Example#4641 - printf: Verschiedene Beispiele
- Example#4642 - printf: Stringformatierung
- Example#4643 - sprintf: Mit Nullen aufgefüllte Integer
- Example#4644 - sprintf: Währungsformatierung
- Example#4645 - sprintf: Wissenschaftliche Notation
- Example#4646 - sscanf-Beispiel
- Example#4647 - sscanf - Verwendung optionaler Parameter
- Example#4648 - str_ireplace-Beispiel
- Example#4649 - str_pad-Beispiel
- Example#4650 - str_repeat-Beispiel
- Example#4651 - Grundlegendestr_replace-Beispiele
- Example#4652 - Beispiele möglicher str_replace Überraschungen
- Example#4653 - str_rot13-Beispiel
- Example#4654 - str_shuffle-Beispiel
- Example#4655 - Beispiel für die Verwendung von str_split
- Example#4656 - Ein str_word_count-Beispiel
- Example#4657 - strcasecmp-Beispiel
- Example#4658 - strcspn Beispiel
- Example#4659 - strip_tags-Beispiel
- Example#4660 - stripos-Beispiele
- Example#4661 - Ein stripslashes-Beispiel
- Example#4662 - Verwendung von stripslashes in einem Array
- Example#4663 - stristr-Beispiel
- Example#4664 - Prüfen, ob ein String gefunden wurde oder nicht
- Example#4665 - Verwendung eines Wertes, der kein String ist
- Example#4666 - Ein strlen-Beispiel
- Example#4667 - strpbrk-Beispiel
- Example#4668 - Verwendung von ===
- Example#4669 - Verwendung von !==
- Example#4670 - Verwendung eines Offsets
- Example#4671 - strrchr-Beispiel
- Example#4672 - Umkehren eines Strings mit strrev
- Example#4673 - Ein einfaches strripos-Beispiel
- Example#4674 - Prüfen ob needle in haystack vorkommt
- Example#4675 - Searching with offsets
- Example#4676 - strspn-Beispiel
- Example#4677 - strstr-Beispiel
- Example#4678 - strtok-Beispiel
- Example#4679 - Altes Verhalten von strtok
- Example#4680 - Neues Verhalten von strtok
- Example#4681 - strtolower-Beispiel
- Example#4682 - strtoupper-Beispiel
- Example#4683 - strtr-Beispiel
- Example#4684 - strtr-Beispiel mit zwei Argumenten
- Example#4685 - strtr Vergleich der Verhaltensweisen
- Example#4686 - Ein substr_compare-Beispiel
- Example#4687 - Ein substr_count Beispiel
- Example#4688 - Einfache substr_replace-Beispiele
- Example#4689 - Nutzung von substr_replace um mehrere Zeichenketten
auf einmal zu ersetzen.
- Example#4690 - Einen negativen start-Wert verwenden
- Example#4691 - Negativen length-Wert verwenden
- Example#4692 - Generelle Verwendung von substr
- Example#4693 - substr Typumwandlungs Verhalten
- Example#4694 -
- Example#4695 - Beispiel zur Verwendung von trim
- Example#4696 - Trimmen von Array-Werten mittels trim
- Example#4697 - ucfirst-Beispiel
- Example#4698 - ucwords-Beispiel
- Example#4699 - vfprintf: Integer-Werte mit führenden Nullen
- Example#4700 - vprintf: mit Nullen aufgefüllte Ganzzahlen
- Example#4701 - vsprintf: mit Nullen aufgefüllte Ganzzahlen
- Example#4702 - wordwrap-Beispiel
- Example#4703 - wordwrap-Beispiel
- Example#4704 - array_change_key_case-Beispiel
- Example#4705 - array_chunk-Beispiel
- Example#4706 - Get column of first names from recordset
- Example#4707 - Get column of last names from recordset, indexed by the "id" column
- Example#4708 - Ein einfaches array_combine-Beispiel
- Example#4709 - array_count_values-Beispiel
- Example#4710 - array_diff_assoc-Beispiel
- Example#4711 - array_diff_assoc-Beispiel
- Example#4712 - array_diff_key-Beispiel
- Example#4713 - array_diff_uassoc Beispiel
- Example#4714 - array_diff_ukey-Beispiel
- Example#4715 - array_diff-Beispiel
- Example#4716 - array_fill_keys-Beispiel
- Example#4717 - array_fill-Beispiel
- Example#4718 - array_filter-Beispiel
- Example#4719 - array_filter ohne
callback
- Example#4720 - array_flip-Beispiel
- Example#4721 - array_flip-Beispiel: Kollision
- Example#4722 - array_intersect_assoc Beispiel
- Example#4723 - array_intersect_key-Beispiel
- Example#4724 - array_intersect_uassoc-Beispiel
- Example#4725 - array_intersect_ukey-Beispiel
- Example#4726 - array_intersect Beispiel
- Example#4727 - array_key_exists-Beispiel
- Example#4728 - array_key_exists vs. isset
- Example#4729 - array_keys-Beispiel
- Example#4730 - array_map-Beispiel
- Example#4731 - array_map mit einer Lambda-Funktion
(seit PHP 5.3.0)
- Example#4732 - array_map - Verwendung mehrerer Arrays
- Example#4733 - Erstellen eines Arrays mit Arrays
- Example#4734 - array_map - mit String-Schlüsseln
- Example#4735 - array_merge_recursive-Beispiel
- Example#4736 - array_merge
- Example#4737 - Einfaches array_merge Beispiel
- Example#4738 - array_merge PHP 5 Beispiel
- Example#4739 - Sortieren mehrerer Arrays
- Example#4740 - Sortieren eines mehrdimensionalen Arrays
- Example#4741 - Datenbankdaten sortieren
- Example#4742 - Groß-/Kleinschreibung nicht-beachtende Sortierung
- Example#4743 - array_pad
- Example#4744 - array_pop-Beispiel
- Example#4745 - array_product Beispiel
- Example#4746 - array_push
- Example#4747 - array_rand-Beispiel
- Example#4748 - array_reduce-Beispiel
- Example#4749 - array_replace_recursive example
- Example#4750 - array_replace_recursive and recursive behavior
- Example#4751 - array_replace example
- Example#4752 - array_reverse-Beispiel
- Example#4753 - array_search-Beispiel
- Example#4754 - array_shift-Beispiel
- Example#4755 - array_slice-Beispiele
- Example#4756 - array_splice-Beispiele
- Example#4757 - array_splice-Beispiele
- Example#4758 - array_sum
- Example#4759 - array_udiff_assoc Beispiel
- Example#4760 - array_udiff_uassoc Beispiel
- Example#4761 - array_udiff Beispiel
- Example#4762 - array_uintersect_assoc Beispiel
- Example#4763 - array_uintersect_uassoc example
- Example#4764 - array_uintersect Beispiel
- Example#4765 - array_unique-Beispiel
- Example#4766 - array_unique und Typen
- Example#4767 - array_unshift
- Example#4768 - array_values-Beispiel
- Example#4769 - array_walk_recursive Beispiel
- Example#4770 - array_walk-Beispiel
- Example#4771 - array-Beispiel
- Example#4772 - Automatischer Index mit array
- Example#4773 - 1-basierter Index mit array
- Example#4774 - Auf ein Array innerhalb von doppelten Anführungszeichen zugreifen
- Example#4775 - arsort-Beispiel
- Example#4776 - asort-Beispiel
- Example#4777 - compact
- Example#4778 - count-Beispiel
- Example#4779 - Rekursives count-Beispiel
- Example#4780 - Beispiel für die Verwendung von current und anderen
- Example#4781 - each-Beispiele
- Example#4782 - Durchgehen eines Arrays mit each
- Example#4783 - end example
- Example#4784 - extract-Beispiel
- Example#4785 - in_array Beispiel
- Example#4786 - in_array Beispiel mit 'strict'
- Example#4787 - in_array mit Array als Suchwert
- Example#4788 - key Beispiel
- Example#4789 - krsort-Beispiel
- Example#4790 - ksort-Beispiel
- Example#4791 - list
- Example#4792 - list
- Example#4793 - list mit Array Indizes verwenden
- Example#4794 - natcasesort Beispiel
- Example#4795 - natsort
- Example#4796 - Beispiel für die Verwendung von next und anderen
- Example#4797 - Beispiel für die Verwendung von prev und anderen
- Example#4798 - range
- Example#4799 - reset Beispiel
- Example#4800 - rsort-Beispiel
- Example#4801 - shuffle Beispiel
- Example#4802 - sort-Beispiel
- Example#4803 - Einfaches uasort-Beispiel
- Example#4804 - uksort Beispiel
- Example#4805 - usort-Beispiel
- Example#4806 - usort-Beispiel für multidimensionale Arrays
- Example#4807 - usort-Beispiel, das die Methode eines Objekts benutzt
- Example#4808 - usort Beispiel zum Einsatz einer Closure
zum Sortieren eines mehrdimensionalen Arrays
- Example#4809 - classes.inc
- Example#4810 - test_script.php
- Example#4811 - call_user_method_array alternative
- Example#4812 - call_user_function Alternative
- Example#4813 - class_alias example
- Example#4814 - class_exists Beispiel
- Example#4815 - autoload Parameter Beispiel
- Example#4816 - Using get_called_class
- Example#4817 - get_class_methods Beispiel
- Example#4818 - get_class_vars Beispiel
- Example#4819 - get_class-Beispiel
- Example#4820 - Einsatz von get_class in einer Elternklasse
- Example#4821 - get_declared_classes-Beispiel
- Example#4822 - get_declared_interfaces Beispiel
- Example#4823 - Nutzung der get_object_vars-Funktion
- Example#4824 - Die Verwendung von get_parent_class
- Example#4825 - interface_exists Beispiel
- Example#4826 - is_a example
- Example#4827 - Using the instanceof operator in PHP 5
- Example#4828 - is_subclass_of Beispiel
- Example#4829 - method_exists Beispiel
- Example#4830 - Statisches method_exists Beispiel
- Example#4831 - Ein property_exists Beispiel
- Example#4832 - classkit_import example
- Example#4833 - classkit_method_add example
- Example#4834 - classkit_method_copy example
- Example#4835 - classkit_method_redefine example
- Example#4836 - classkit_method_remove example
- Example#4837 - classkit_method_rename example
- Example#4838 - ctype_alnum Beispiel (standard-locale vorausgesetzt)
- Example#4839 - ctype_alpha-Beispiel (standard-locale vorausgesetzt)
- Example#4840 - ctype_cntrl Beispiel
- Example#4841 - ctype_digit Beispiel
- Example#4842 - A ctype_digit example comparing strings with integers
- Example#4843 - ctype_graph Beispiel
- Example#4844 - ctype_lower Beispiel
- Example#4845 - ctype_print Beispiel
- Example#4846 - ctype_punct Beispiel
- Example#4847 - ctype_space Beispiel
- Example#4848 - ctype_upper Beispiel (using the default locale)
- Example#4849 - ctype_xdigit Beispiel
- Example#4850 - Configuring the default filter to act like htmlspecialchars
- Example#4851 - Validating email addresses with filter_var
- Example#4852 - Validating IP addresses with filter_var
- Example#4853 - Passing options to filter_var
- Example#4854 - Sanitizing and validating email addresses
- Example#4855 - Configuring a default filter
- Example#4856 - filter_input_array Beispiel
- Example#4857 - filter_input Beispiel
- Example#4858 - filter_list Beispiel
- Example#4859 - filter_var_array Beispiel
- Example#4860 - filter_var-Beispiel
- Example#4861 - call_user_func_array example
- Example#4862 - call_user_func_array using namespace name
- Example#4863 - Using lambda function
- Example#4864 - Erzeugen einer anonymen / temporären Funktion per
create_function:
- Example#4865 - Beispiel zum o.a. Verwendungszweck:
- Example#4866 - Gebrauch der anonymen Funktionen als Callback-Funktion:
- Example#4867 - forward_static_call_array example
- Example#4868 - forward_static_call example
- Example#4869 - func_get_arg Beispiel
- Example#4870 - func_get_args Beispiel
- Example#4871 - func_num_args Beispiel
- Example#4872 - function_exists-Beispiel
- Example#4873 - get_defined_functions Beispiel
- Example#4874 - register_shutdown_function Beispiel
- Example#4875 - register_tick_function example
- Example#4876 - Class association
- Example#4877 - Object association
- Example#4878 - storage_classes.inc
- Example#4879 - test_aggregation.php
- Example#4880 - Using aggregate_info
- Example#4881 - Quickhash Example
- Example#4882 - Quickhash ArrayAccess Example
- Example#4883 - Quickhash Iterator Example
- Example#4884 - Quickhash String Values Example
- Example#4885 - QuickHashIntSet::add example
- Example#4886 - QuickHashIntSet::__construct example
- Example#4887 - QuickHashIntSet::delete example
- Example#4888 - QuickHashIntSet::exists example
- Example#4889 - QuickHashIntSet::getSize example
- Example#4890 - QuickHashIntSet::loadFromFile example
- Example#4891 - QuickHashIntSet::loadFromString example
- Example#4892 - QuickHashIntSet::saveToFile example
- Example#4893 - QuickHashIntSet::saveToString example
- Example#4894 - QuickHashIntHash::add example
- Example#4895 - QuickHashIntHash::__construct example
- Example#4896 - QuickHashIntHash::delete example
- Example#4897 - QuickHashIntHash::exists example
- Example#4898 - QuickHashIntHash::get example
- Example#4899 - QuickHashIntHash::getSize example
- Example#4900 - QuickHash IntHash file format
- Example#4901 - QuickHash IntHash file format
- Example#4902 - QuickHashIntHash::loadFromFile example
- Example#4903 - QuickHashIntHash::loadFromString example
- Example#4904 - QuickHashIntHash::saveToFile example
- Example#4905 - QuickHashIntHash::saveToString example
- Example#4906 - QuickHashIntHash::set example
- Example#4907 - QuickHashIntHash::update example
- Example#4908 - QuickHashStringIntHash::add example
- Example#4909 - QuickHashStringIntHash::__construct example
- Example#4910 - QuickHashStringIntHash::delete example
- Example#4911 - QuickHashStringIntHash::get example
- Example#4912 - QuickHashStringIntHash::getSize example
- Example#4913 - QuickHash StringIntHash file format
- Example#4914 - QuickHash IntHash file format
- Example#4915 - QuickHashStringIntHash::loadFromFile example
- Example#4916 - QuickHashStringIntHash::loadFromString example
- Example#4917 - QuickHashStringIntHash::saveToFile example
- Example#4918 - QuickHashStringIntHash::saveToString example
- Example#4919 - QuickHashStringIntHash::set example
- Example#4920 - QuickHashStringIntHash::update example
- Example#4921 - QuickHashIntStringHash::add example
- Example#4922 - QuickHashIntStringHash::__construct example
- Example#4923 - QuickHashIntStringHash::delete example
- Example#4924 - QuickHashIntStringHash::get example
- Example#4925 - QuickHashIntStringHash::getSize example
- Example#4926 - QuickHash IntString file format
- Example#4927 - QuickHash IntString file format
- Example#4928 - QuickHashIntStringHash::loadFromFile example
- Example#4929 - QuickHashIntStringHash::loadFromString example
- Example#4930 - QuickHashIntStringHash::saveToFile example
- Example#4931 - QuickHashIntStringHash::saveToString example
- Example#4932 - QuickHashIntStringHash::set example
- Example#4933 - QuickHashIntStringHash::update example
- Example#4934 - Reflection Example from Shell (a Terminal)
- Example#4935 - Extending the built-in classes
- Example#4936 - Basic usage ReflectionClass
- Example#4937 - Basic usage of ReflectionClass::export
- Example#4938 - Basic usage of ReflectionClass::getConstructor
- Example#4939 - ReflectionClass::getDefaultProperties example
- Example#4940 - ReflectionClass::getDocComment example
- Example#4941 - ReflectionClass::getEndLine example
- Example#4942 - Basic usage of ReflectionClass::getExtension
- Example#4943 - Basic usage of ReflectionClass::getExtensionName
- Example#4944 - ReflectionClass::getInterfaceNames example
- Example#4945 - ReflectionClass::getInterfaces example
- Example#4946 - Basic usage of ReflectionClass::getMethod
- Example#4947 - Basic usage of ReflectionClass::getMethods
- Example#4948 - Filtering results from ReflectionClass::getMethods
- Example#4949 - ReflectionClass::getName example
- Example#4950 - ReflectionClass::getNamespaceName example
- Example#4951 - ReflectionClass::getProperties filtering example
- Example#4952 - Basic usage of ReflectionClass::getProperty
- Example#4953 - ReflectionClass::getShortName example
- Example#4954 - Basic usage of ReflectionClass::getStaticPropertyValue
- Example#4955 - ReflectionClass::hasConstant example
- Example#4956 - ReflectionClass::hasMethod example
- Example#4957 - ReflectionClass::hasProperty example
- Example#4958 - ReflectionClass::inNamespace example
- Example#4959 - ReflectionClass::isAbstract example
- Example#4960 - Basic usage of ReflectionClass::isCloneable
- Example#4961 - ReflectionClass::isAbstract example
- Example#4962 - ReflectionClass::isInstance related examples
- Example#4963 - ReflectionClass::isInstantiable example
- Example#4964 - Basic usage of ReflectionClass::isInterface
- Example#4965 - Basic usage of ReflectionClass::isInternal
- Example#4966 - ReflectionClass::isIterateable example
- Example#4967 - Basic usage of ReflectionClass::newInstanceArgs
- Example#4968 - ReflectionClass::__toString example
- Example#4969 - ReflectionExtension example
- Example#4970 - ReflectionExtension::getClasses example
- Example#4971 - ReflectionExtension::getClassNames example
- Example#4972 - ReflectionExtension::getConstants example
- Example#4973 - ReflectionExtension::getDependencies example
- Example#4974 - ReflectionExtension::getFunctions example
- Example#4975 - ReflectionExtension::getINIEntries example
- Example#4976 - ReflectionExtension::getName example
- Example#4977 - ReflectionExtension::getVersion example
- Example#4978 - ReflectionExtension::info example
- Example#4979 - ReflectionFunction::__construct example
- Example#4980 - ReflectionFunction::invoke example
- Example#4981 - ReflectionFunction::invokeArgs example
- Example#4982 - ReflectionFunction::invokeArgs with references example
- Example#4983 - ReflectionFunction::__toString example
- Example#4984 - ReflectionFunctionAbstract::isDeprecated example
- Example#4985 - ReflectionMethod::__construct example
- Example#4986 - ReflectionMethod::getDeclaringClass example
- Example#4987 - ReflectionMethod::getModifiers example
- Example#4988 - ReflectionMethod::getPrototype example
- Example#4989 - ReflectionMethod::invoke example
- Example#4990 - ReflectionMethod::invokeArgs example
- Example#4991 - ReflectionMethod::__toString example
- Example#4992 - Using the ReflectionParameter class
- Example#4993 - Getting
- Example#4994 - ReflectionProperty::__construct example
- Example#4995 - Getting value from private and protected properties using ReflectionProperty class
- Example#4996 - ReflectionProperty::getValue example
- Example#4997 - ReflectionProperty::setValue example
- Example#4998 - boolval examples
- Example#4999 - debug_zval_dump example
- Example#5000 -
- Example#5001 -
- Example#5002 - Ein einfacher Vergleich von empty /
isset
- Example#5003 - floatval-Beispiel
- Example#5004 - get_defined_vars-Beispiel
- Example#5005 - get_resource_type Beispiel
- Example#5006 - gettype-Beispiel
- Example#5007 - import_request_variables example
- Example#5008 - intval-Beispiele
- Example#5009 - Überprüfen, ob die Variable ein Array ist
- Example#5010 - is_bool-Beispiele
- Example#5011 - is_callable Beispiel
- Example#5012 - is_float-Beispiel
- Example#5013 - is_int-Beispiel
- Example#5014 - is_null-Beispiel
- Example#5015 - is_numeric-Beispiele
- Example#5016 - is_object-Beispiel
- Example#5017 - is_resource-Beispiel
- Example#5018 - is_scalar Example
- Example#5019 - is_string-Beispiel
- Example#5020 - isset-Beispiele
- Example#5021 - print_r-Beispiel
- Example#5022 - return-Parameter-Beispiel
- Example#5023 - serialize-Beispiel
- Example#5024 - settype-Beispiel
- Example#5025 - strval-Beispiel für die Verwendung der magischen
__toString Methode
- Example#5026 - unserialize-Beispiel
- Example#5027 - unserialize_callback_func-Beispiel
- Example#5028 - unset-Beispiel
- Example#5029 - Verwendung von (unset) Casting
- Example#5030 - var_dump-Beispiel
- Example#5031 - var_export Beispiel
- Example#5032 - Export von Klassen ab PHP 5.1.0
- Example#5033 - Nutzung von __set_state (ab PHP 5.1.0)
- Example#5034 -
- Example#5035 - OAuth::fetch example
- Example#5036 - OAuth::getAccessToken example
- Example#5037 - OAuth::getRequestToken example
- Example#5038 - OAuth::setRequestEngine example
- Example#5039 - An OAuth::setRsaCertificate example
- Example#5040 - OAuth::setToken example
- Example#5041 - OAuthProvider::__construct example
- Example#5042 - Example OAuthProvider::consumerHandler callback
- Example#5043 - OAuthProvider::generateToken example
- Example#5044 - OAuthProvider::is2LeggedEndpoint example
- Example#5045 - Example OAuthProvider::timestampNonceHandler callback
- Example#5046 - Example OAuthProvider::tokenHandler callback
- Example#5047 - A sample SCA component
- Example#5048 - The structure of an SCA for PHP component
- Example#5049 - Obtaining a proxy for a local PHP class
- Example#5050 - Obtaining a proxy for a web service
- Example#5051 - Calling services
- Example#5052 - Obtaining a proxy using getService
- Example#5053 - Making calls on the proxy
- Example#5054 - StockQuote Service
- Example#5055 - Generated WSDL
- Example#5056 - Generated WSDL
- Example#5057 - location attribute
- Example#5058 - method with two arguments
- Example#5059 - types section illustrating named parameters
- Example#5060 - A Component that uses Data Structures
- Example#5061 - An SCA::getService example
- Example#5062 - is_soap_fault-Beispiel
- Example#5063 - Die SOAP-Standardmethode zur Fehlerbehandlung ist das Werfen von
Exceptions.
- Example#5064 - SoapClient::__doRequest-Beispiel
- Example#5065 - SoapClient::__getFunctions-Beispiel
- Example#5066 - SoapClient->__getLastRequest()-Beispiel
- Example#5067 - SoapClient->__getLastRequest()-Beispiel
- Example#5068 - SoapClient->__getLastResponse()-Beispiel
- Example#5069 - SoapClient->__getLastResponse()-Beispiel
- Example#5070 - SoapClient::__getTypes-Beispiel
- Example#5071 - SoapClient::__setLocation-Beispiel
- Example#5072 - SoapClient::__setSoapHeaders-Beispiel
- Example#5073 - Mehrfachheader setzen
- Example#5074 - SoapClient::__soapCall-Beispiel
- Example#5075 - SoapClient::SoapClient-Beispiel
- Example#5076 - SoapServer::addFunction Beispiel
- Example#5077 - Beispiele
- Example#5078 - SoapServer::getFunctions Beispiel
- Example#5079 - Beispiele
- Example#5080 - SoapServer::SoapServer example
- Example#5081 - Some examples
- Example#5082 - Some examples
- Example#5083 - Beispiele
- Example#5084 - SoapHeader::SoapHeader example
- Example#5085 - Beispiele
- Example#5086 - SoapParam::SoapParam example
- Example#5087 - SoapVar::SoapVar-Beispiel
- Example#5088 - XMLRPC client functions example
- Example#5089 - XML-RPC type example
- Example#5090 - A xmlrpc_set_type example
- Example#5091 - For Each in ASP
- Example#5092 - while() ... Next() in PHP 4
- Example#5093 - foreach in PHP 5
- Example#5094 - COM example (1)
- Example#5095 - COM example (2)
- Example#5096 - DOTNET example
- Example#5097 - Variant example, PHP 4.x style
- Example#5098 - Variant example, PHP 5 style
- Example#5099 - COM event sink example
- Example#5100 - OO-Syntax
- Example#5101 - Vermeiden Sie die Verwendung von com_invoke(), verwenden Sie
stattdessen die OO-Syntax
- Example#5102 - OO-Syntax
- Example#5103 - OO-Syntax
- Example#5104 - printer_abort Beispiel
- Example#5105 - printer_close Beispiel
- Example#5106 - printer_create_dc Beispiel
- Example#5107 - printer_draw_bmp Beispiel
- Example#5108 - printer_draw_chord example
- Example#5109 - printer_draw_elipse Beispiel
- Example#5110 - printer_draw_line Beispiel
- Example#5111 - printer_draw_pie example
- Example#5112 - printer_draw_rectangle Beispiel
- Example#5113 - printer_draw_roundrect Beispiel
- Example#5114 - printer_draw_text Beispiel
- Example#5115 - printer_get_option Beispiel
- Example#5116 - printer_list Beispiel
- Example#5117 - printer_logical_fontheight Beispiel
- Example#5118 - printer_open Beispiel
- Example#5119 - printer_select_brush Beispiel
- Example#5120 - printer_select_font Beispiel
- Example#5121 - printer_select_pen Beispiel
- Example#5122 - printer_set_option Beispiel
- Example#5123 - printer_start_doc Beispiel
- Example#5124 - printer_write Beispiel
- Example#5125 - Get the uptime and display it in a message box
- Example#5126 - Statistics about the current PHP process
- Example#5127 - Statistics about global memory utilization
- Example#5128 - Registering a PHP script to run as a service
- Example#5129 - Unregistering a service
- Example#5130 - Running as a service
- Example#5131 - A win32_create_service example
- Example#5132 - A win32_delete_service example
- Example#5133 - A win32_start_service_ctrl_dispatcher example
- Example#5134 - Creating a new DOMAttr object
- Example#5135 - DOMAttr::isId() Example
- Example#5136 - Creating a new DOMCdataSection object
- Example#5137 - Creating a new DOMComment
- Example#5138 - Creating a new DOMDocument
- Example#5139 - Creating a new element and inserting it as root
- Example#5140 - Creating a new element and inserting it as root
- Example#5141 - A namespace prefix example
- Example#5142 - DOMDocument::getElementById() Example
- Example#5143 - Basic Usage Example
- Example#5144 - Get all the XInclude elements
- Example#5145 - DOMDocument::importNode example
- Example#5146 - Creating a Document
- Example#5147 - Creating a Document
- Example#5148 - Creating a Document
- Example#5149 - Creating a Document
- Example#5150 - Static invocation of loadXML
- Example#5151 - Adding a new method to DOMElement to ease our code
- Example#5152 - Retrieving elements as custom class
- Example#5153 - Retrieving owner document
- Example#5154 - Saving a DOM tree into a file
- Example#5155 - Saving a HTML tree into a string
- Example#5156 - Saving a HTML tree into a file
- Example#5157 - Saving a DOM tree into a string
- Example#5158 - Example of DTD validation
- Example#5159 - DOMDocument::xinclude() example
- Example#5160 - Appending XML data to your document
- Example#5161 - Creating a new DOMElement
- Example#5162 - Setting an attribute
- Example#5163 - Creating a new DOMEntityReference
- Example#5164 - Creating a document with an attached DTD
- Example#5165 - Testing your DOM Implementation
- Example#5166 - Adding a child
- Example#5167 - DOMNode::getLineNo example
- Example#5168 - DOMNode::getNodePath example
- Example#5169 - Removing a child
- Example#5170 - Preserving the parent node's namespace URI
- Example#5171 - Traversing all the entries of the table
- Example#5172 - Creating a new DOMProcessingInstruction object
- Example#5173 - Creating a new DOMText
- Example#5174 - Getting the count of all the english books
- Example#5175 - Getting all the english books
- Example#5176 - book.xml
- Example#5177 - DOMXPath::registerPHPFunctions with php:functionString
- Example#5178 - DOMXPath::registerPHPFunctions with php:function
- Example#5179 - Import SimpleXML into DOM with dom_import_simplexml
- Example#5180 - A libxml_get_errors example
- Example#5181 - libxml_set_external_entity_loader example
- Example#5182 - A libxml_set_streams_context example
- Example#5183 - A libxml_use_internal_errors example
- Example#5184 - Access via property name
- Example#5185 - Access via property name as array index
- Example#5186 - Data Object iteration
- Example#5187 - Access many-valued property by name
- Example#5188 - Many-valued element access
- Example#5189 - Many-valued property iteration
- Example#5190 - Chained property access
- Example#5191 - XPath navigation
- Example#5192 - XPath querying
- Example#5193 - Creating child data objects
- Example#5194 - Unset a primitive property
- Example#5195 - Unset a data object
- Example#5196 - Unset a referenced data object
- Example#5197 - Access via property index
- Example#5198 - Getting the SDO_Sequence interface
- Example#5199 - Get/set sequence values
- Example#5200 - Sequence iteration
- Example#5201 - Sequence versus Data Object
- Example#5202 - Adding to a sequence
- Example#5203 - Removing from a sequence
- Example#5204 - Reflecting on a Data Object
- Example#5205 - Accessing the type information
- Example#5206 - A
SDO_DAS_DataFactory::addPropertyToType
example
- Example#5207 - A
SDO_DAS_DataFactory::addType
example
- Example#5208 - Creating a data object
- Example#5209 - Retrieving a data object
- Example#5210 - Updating a data object
- Example#5211 - Deleting a data object
- Example#5212 - One company, one department - Create
- Example#5213 - One company, one department - Retrieve and Update
- Example#5214 - One company, two departments - Retrieve and Delete
- Example#5215 - One company, one department, one employee - Create
- Example#5216 - One company, one department, one employee - Retrieve and update
- Example#5217 - One company, two departments, two employees - Retrieve and delete
- Example#5218 - Retrieving a data object using
executePreparedQuery
- Example#5219 - Loading, altering, and saving an XML document
- Example#5220 - Creating a new XML document
- Example#5221 - Setting XML document properties
- Example#5222 - Using an open type
- Example#5223 - Finding out what you can from the document
- Example#5224 - Printing the SDO model
- Example#5225 - Einzubindende Datei example.php mit XML-String
- Example#5226 - <plot> ermitteln
- Example#5227 - Auf <line> zugreifen
- Example#5228 - Auf nicht-eindeutige Elemente per SimpleXML zugreifen
- Example#5229 - Attribute verwenden
- Example#5230 - Vergleichen von Elementen und Attributen mit Text
- Example#5231 - Zwei Elemente vergleichen
- Example#5232 - XPath verwenden
- Example#5233 - Werte setzen
- Example#5234 - Elemente und Attribute hinzufügen
- Example#5235 - DOM Interoperabilität
- Example#5236 - Laden eines defekten XML-Strings
- Example#5237 - Add attributes and children to a SimpleXML element
- Example#5238 - Add attributes and children to a SimpleXML element
- Example#5239 - Get XML
- Example#5240 - Using asXML() on SimpleXMLElement::xpath results
- Example#5241 - Interpret an XML string
- Example#5242 - Traversing a children() pseudo-array
- Example#5243 - Using namespaces
- Example#5244 - Create a SimpleXMLElement object
- Example#5245 - Create a SimpleXMLElement object from a URL
- Example#5246 - Counting the number of children
- Example#5247 - Get document namespaces
- Example#5248 - Working with multiple namespaces
- Example#5249 - Get XML element names
- Example#5250 - Get document namespaces in use
- Example#5251 - Setting a namespace prefix to use in an XPath query
- Example#5252 - Xpath
- Example#5253 - Return the current element
- Example#5254 - Return the sub-elements of the current element
- Example#5255 - Check whether the current element has sub-elements
- Example#5256 - Get the current XML tag key
- Example#5257 - Move to the next element
- Example#5258 - Rewind to the first element
- Example#5259 - Check whether the current element is valid
- Example#5260 - DOM Import
- Example#5261 - Ein XML-Dokument auswerten
- Example#5262 - Einen XML-String auswerten
- Example#5263 - Serializing a single value with WDDX
- Example#5264 - Using incremental packets with WDDX
- Example#5265 - wddx_serialize_vars-Beispiel
- Example#5266 - Show XML Element Structure
- Example#5267 - Map XML to HTML
- Example#5268 - External Entity Example
- Example#5269 - xmltest.xml
- Example#5270 - xmltest2.xml
- Example#5271 - xml_parse_into_struct example
- Example#5272 - moldb.xml - small database of molecular information
- Example#5273 - parsemoldb.php - parses moldb.xml into an array of
molecular objects
- Example#5274 - xml_set_object example
- Example#5275 - Validierung von XML
- Example#5276 - collection.xml
- Example#5277 - collection.xsl
- Example#5278 - Verwendung von XSLTProcessor
- Example#5279 - Prüfen auf EXSLT-Unterstützung
- Example#5280 - Einfacher Aufruf einer PHP-Funktion durch ein Stylesheet
- Example#5281 - Ändern des Parameters "owner" vor der Transformation
- Example#5282 - Ausgabe des Profilers
- Example#5283 - Transformierung in ein DOMDocument
- Example#5284 - Transformierung in eine HTML-Datei
- Example#5285 - Transformierung in einen String
- Example#5286 - xslt_backend_name-Beispiel
- Example#5287 - xslt_backend_version-Beispiel
- Example#5288 - xslt_create-Beispiel
- Example#5289 - Fehlerverarbeitung unter Verwendung der Funktionen
xslt_error und xslt_errno
- Example#5290 - Verwendung von xslt_process, um eine
XML-Datei und eine XSL-Datei in
ein neues XML-File zu transformieren
- Example#5291 - Verwendung von xslt_process, um eine
XML-Datei und eine XSL-Datei zu
transformieren und einer Variable die resultierenden XML-Daten
zuzuweisen
- Example#5292 - Verwendung von xslt_process, um eine
XML-Daten enthaltende Variable und eine
XSL-Daten enthaltende Variable in eine Variable zu
transformieren, die die resultierenden XML-Daten
enthält
- Example#5293 - PHP-Variablen an die XSL-Dateien übergeben
- Example#5294 - xslt_set_error_handler-Beispiel
- Example#5295 - Verwendung der XSLT-Loggingfeatures
- Example#5296 - Using your own error handler as a method
- Example#5297 - xslt_set_sax_handlers Example
- Example#5298 - Object oriented handler
- Example#5299 - xslt_set_scheme_handlers example
- Example#5300 - xslt_setopt Example
- Example#5301 - Leak Detection in Action
- Example#5302 - Accessor macros for per-module globals
- Example#5303 - "counter"'s basic interface
- Example#5304 - "counter"'s extended interface
- Example#5305 - "counter"'s objective interface
- Example#5306 - An example config.m4 file
- Example#5307 - Sample configure output
- Example#5308 - counter's config.m4 file
- Example#5309 - An example config.w32 file
- Example#5310 - counter's config.w32 file
- Example#5311 - Files in the counter extension, in no particular order
- Example#5312 - zend_module declaration in the counter extension
- Example#5313 - zend_module definition in PHP 5.3
- Example#5314 - Counter extension module definition
- Example#5315 - The wrong way to store the basic counter interface's value
- Example#5316 - The counter module's globals
- Example#5317 - The counter module's global structure declaration
- Example#5318 - Accessor macros for per-module globals
- Example#5319 - The right way to store the basic counter interface's value
- Example#5320 - counter's PHP_MINFO function
- Example#5321 - Example macros for invoking pdo_SKEL_error
- Example#5322 - Using pdo_parse_params
- Example#5323 - Implementing preparer for drivers that don't support native prepared statements
- Example#5324 - simple stream example that displays the PHP home page
- Example#5325 - How to accept a stream as a parameter
- Example#5326 - How to return a stream from a function
- Example#5327 - The default config.m4.
- Example#5328 - A simple extension.
- Example#5329 - A test file for first_module.so.
- Example#5330 - Internal declaration of zend_function_entry.
- Example#5331 - Internal declaration of zend_module_entry.
- Example#5332 - PHP's implementation of variable arguments in fsockopen().
- Example#5333 - PHP/Zend zval type definition.
- Example#5334 - Testing for referenced parameter passing.
- Example#5335 - Creating variables with different scopes.
- Example#5336 - Creation of a long.
- Example#5337 - Adding an element to an associative array.
- Example#5338 - Adding an element to an indexed array.
- Example#5339 - Source code and screenshot for output in phpinfo.
- Example#5340 - Printing execution information.
- Example#5341 - Calling user functions.
- Example#5342 - Ein verstecktes HTML-Formularelement
- Example#5343 - Daten, die vom Benutzer bearbeitet werden sollen
- Example#5344 - In einem URL
- Example#5345 - JavaScript mit PHP generieren
- Example#5346 - Register Globals emulieren
- Example#5347 - In PHP Core
- Example#5348 - Object Oriented Code in PHP Core
- Example#5349 - In the bzip2 Extension
- Example#5350 - In the datetime Extension
- Example#5351 - In the dBase Extension
- Example#5352 - In the mcrypt Extension
- Example#5353 - In the oci8 Extension
- Example#5354 - In the SPL Extension
- Example#5355 - In the Semaphore (sysvmsg) extension
- Example#5356 - A 5.2.1+ Zip Example
- Example#5357 - strrpos and strripos now
use the entire string as a needle
- Example#5358 - An object with no properties is no longer considered "empty"
- Example#5359 - In some cases classes must be declared before used
- Example#5360 - Migrating Apache configuration files for PHP 5
- Example#5361 - Migrating Apache configuration files for PHP 5, CGI mode
- Example#5362 - Example of object comparison in PHP 4
- Example#5363 - Compound object comparisons in PHP 4
- Example#5364 - Aktiviere volle Fehlerausgaben im Browser für die dev. Domain
- Example#5365 - Binde für ein zu sicherndes Verzeichnis ein Sicherheitsscript hinzu
- Example#5366 - include_path unter Unix
- Example#5367 - include_path unter Windows
- Example#5368 - string.rot13
- Example#5369 - string.toupper
- Example#5370 - string.tolower
- Example#5371 - string.strip_tags
- Example#5372 - convert.base64-encode &
convert.base64-decode
- Example#5373 - convert.quoted-printable-encode &
convert.quoted-printable-decode
- Example#5374 - zlib.deflate and
zlib.inflate
- Example#5375 - zlib.deflate simple
- Example#5376 - bzip2.compress and
bzip2.decompress
- Example#5377 - Encrypting file output using 3DES
- Example#5378 - Reading an encrypted file