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