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