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