Feeds
Artikel
Kommentare

Beispiele PHP/YAZ keeps track of connections with targets (Z-Associations). A resource represents a connection to a target. The script below demonstrates the parallel searching feature of the API. When invoked with no arguments it prints a query form; else (arguments are supplied) it searches the targets as given in array host. Beispiel #1 Parallel searching [...]

HTTP and HTTPS PHP 4, PHP 5, PHP 6. https:// since PHP 4.3.0 http://example.com http://example.com/file.php?var1=val1&var2=val2 http://user:password@example.com https://example.com https://example.com/file.php?var1=val1&var2=val2 https://user:password@example.com Allows read-only access to files/resources via HTTP 1.0, using the HTTP GET method. A Host: header is sent with the request to handle name-based virtual hosts. If you have configured a user_agent string using your php.ini [...]

Laufzeit-Konfiguration Das Verhalten dieser Funktionen wirddurch Einstellungen in der php.ini beeinflusst. The following table lists and explains the configuration settings provided by the WinCache extension: WinCache configuration options Name Default Minimum Maximum Changeable Changelog wincache.fcenabled "1" "0" "1" PHP_INI_ALL Available since WinCache 1.0.0 wincache.fcenabledfilter "NULL" "NULL" "NULL" PHP_INI_SYSTEM Available since WinCache 1.0.0 wincache.fcachesize "24" "5" [...]

Vordefinierte Konstanten Folgende Konstanten werden von dieserErweiterung definiert und stehen nur zur Verfügung, wenn die Erweiterung entwederstatisch in PHP kompiliert oder dynamisch zur Laufzeit geladenwurde. ODBC_TYPE (integer) ODBC_BINMODE_PASSTHRU (integer) ODBC_BINMODE_RETURN (integer) ODBC_BINMODE_CONVERT (integer) SQL_ODBC_CURSORS (integer) SQL_CUR_USE_DRIVER (integer) SQL_CUR_USE_IF_NEEDED (integer) SQL_CUR_USE_ODBC (integer) SQL_CONCURRENCY (integer) SQL_CONCUR_READ_ONLY (integer) SQL_CONCUR_LOCK (integer) SQL_CONCUR_ROWVER (integer) SQL_CONCUR_VALUES (integer) SQL_CURSOR_TYPE (integer) SQL_CURSOR_FORWARD_ONLY (integer) [...]

« Zurück - Nächste »