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