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