
PHP Funktionen : PHP Übersicht : PHP Manual
list
PHP
Function list / PHP
Funktion list
phplist »
Webkatalog Script - Link Script »
PHP Function Coder »
list
- PHP Funktion
- list ( phplist Code 100% Relevanz )
- Rubrik
- Array Funktionen
- Kurzform
- list -- Weist Variablen zu als wären sie ein Array
- Vorschau
- ...list list (PHP 3, PHP 4, PHP 5) list -- Weist Variablen zu, als wären sie ein Array Beschreibung void list ( mixed varname, mixed ... ) Wie array() ist auch dies keine wirkliche Funktion, sondern ein Sprachkonstrukt. list() wird verwendet, um eine Liste von Variablen innerhalb einer Operation zuzuweisen. Anmerkung: list() funktioniert nur bei numerischen Arrays und basiert auf der Annahme, dass die numerischen Indizes bei 0 beginnen. ...
- PHP Manual
- [ list php.net ]
- PHP Funktion
- dba_list ( phplist Code 67% Relevanz )
- Rubrik
- dba Datenbank (dbm-style) Abstraktions-Funktionen
- Kurzform
- dba_list -- List all open database files
- Vorschau
- ...dba_list dba_list (PHP 4 >= 4.3.0, PHP 5) dba_list -- List all open database files Beschreibung array dba_list ( void ) dba_list() list all open database files. Rückgabewerte An associative array, in the form resourceid => filename . dba_key_split dba_nextkey...
- PHP Manual
- [ dba_list php.net ]
- PHP Funktion
- rar_list ( phplist Code 67% Relevanz )
- Rubrik
- Rar Functions
- Kurzform
- rar_list -- Get entries list from the Rar archive
- Vorschau
- ...rar_list rar_list (no version information, might be only in CVS) rar_list -- Get entries list from the Rar archive Description array rar_list ( resource rar_file ) Get entries list from the Rar archive. Beispiel 1. Rar::() example <?php $rar_file = rar_open ( 'example.rar' ) or die( "Failed to open Rar archive" ); $entries_list = rar_list ( $rar_file ); print_r ( $entries_list ); ?> rar_list...
- PHP Manual
- [ rar_list php.net ]
- PHP Funktion
- split ( phplist Code 67% Relevanz )
- Rubrik
- Reguläre Ausdrücke Funktionen (POSIX erweitert)
- Kurzform
- split -- Zerlegt eine Zeichenkette anhand eines regulären Ausdrucks in ein Array
- Vorschau
- ..., von denen das letzte den ganzen Rest von Zeichenkette enthält. Bei Auftreten eines Fehlers gibt split() FALSE . Um die ersten vier Felder einer Zeile von /etc/passwd abzuspalten: Beispiel 1. split() Beispiel <?php list( $user , $pass , $uid , $gid , $extra ) = split ( ":" , $passwd_line , 5 ); ?> Wenn Suchmuster n mal vorkommt, enhält das gegebene Array n +1 Elemente. Kommt Suchmuster zum Beispiel überhaupt nicht vor, wird ein Array ...
- PHP Manual
- [ split php.net ]
- PHP Funktion
- imap_list ( phplist Code 62% Relevanz )
- Rubrik
- IMAP POP3 und NNTP Funktionen
- Kurzform
- imap_list -- Read the list of mailboxes
- Vorschau
- ...imap_list imap_list (PHP 3 >= 3.0.4, PHP 4, PHP 5) imap_list -- Read the list of mailboxes Description array imap_list ( resource imap_stream, string ref, string pattern ) Returns an array containing the names of the mailboxes. See imap_getmailboxes() for a description of ref and pattern . Beispiel 1. imap_list() example <?php $mbox...
- PHP Manual
- [ imap_list php.net ]
- PHP Funktion
- ircg_list ( phplist Code 62% Relevanz )
- Rubrik
- IRC Gateway Funktionen
- Kurzform
- ircg_list -- List topic/user count of channel(s)
- Vorschau
- ...ircg_list ircg_list (PHP 4 >= 4.3.3, PHP 5 <= 5.0.4) ircg_list -- List topic/user count of channel(s) Description bool ircg_list ( resource connection, string channel ) ircg_list() will request a list of users in the channel . The answer is sent to the output defined by ircg_set_file() or ircg_set_current() . Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiel 1. ircg_list() example <?php // connect to server $id...
- PHP Manual
- [ ircg_list php.net ]
- PHP Funktion
- xattr_list ( phplist Code 57% Relevanz )
- Rubrik
- xattr Functions
- Kurzform
- xattr_list -- Get a list of extended attributes
- Vorschau
- ...xattr_list xattr_list (PECL) xattr_list -- Get a list of extended attributes Beschreibung array xattr_list ( string filename [, int flags] ) This functions gets a list of names of extended attributes of a file. Extended attributes have two different namespaces: user and root namespace. User namespace is available for all users while root namespaceis available only for user with root ...
- PHP Manual
- [ xattr_list php.net ]
- PHP Funktion
- ini_set ( phplist Code 55% Relevanz )
- Rubrik
- PHP Optionen & Informationen
- Kurzform
- ini_set -- Sets the value of a configuration option
- Vorschau
- ..., FALSE on failure. The configuration option will keep this new value during the script's execution, and will be restored at the script's ending. Not all the available options can be changed using ini_set() . There is a list of all available options in the appendix . See also: get_cfg_var() , ini_get() , ini_get_all() , ini_restore() und How to change configuration settings ini_restore main...
- PHP Manual
- [ ini_set php.net ]
- PHP Funktion
- filter_list ( phplist Code 53% Relevanz )
- Rubrik
- Filter Functions
- Kurzform
- filter_list -- Returns a list of all supported filters
- Vorschau
- ...filter_list filter_list (no version information, might be only in CVS) filter_list -- Returns a list of all supported filters Beschreibung array filter_list ( void ) Rückgabewerte Returns an array of names of all supported filters, empty array if there are no such filters. Indexes of this array are not filter IDs, they can be obtained with filter_id() from a name instead. ...
- PHP Manual
- [ filter_list php.net ]
- PHP Funktion
- imap_listscan ( phplist Code 47% Relevanz )
- Rubrik
- IMAP POP3 und NNTP Funktionen
- Kurzform
- imap_listscan -- Read the list of mailboxes takes a string to search for in the text of the mailbox
- Vorschau
- ...imap_listscan imap_listscan (no version information, might be only in CVS) imap_listscan -- Read the list of mailboxes, takes a string to search for in the text of the mailbox Description array imap_listscan ( resource imap_stream, string ref, string pattern, string content ) Returns an array containing the names of the mailboxes that have content in the text of the mailbox. This function is similar to imap_listmailbox...
- PHP Manual
- [ imap_listscan php.net ]
- PHP Funktion
- msession_list ( phplist Code 47% Relevanz )
- Rubrik
- Mohawk Software Session Handler Funktionen
- Kurzform
- msession_list -- List ... ?
- Vorschau
- ...msession_list msession_list (PHP 4 >= 4.2.0, PHP 5) msession_list -- List ... ? Beschreibung array msession_list ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. msession_inc msession_listvar...
- PHP Manual
- [ msession_list php.net ]
- PHP Funktion
- fbsql_list_dbs ( phplist Code 44% Relevanz )
- Rubrik
- FrontBase Funktionen
- Kurzform
- fbsql_list_dbs -- List databases available on a FrontBase server
- Vorschau
- ...fbsql_list_dbs fbsql_list_dbs (PHP 4 >= 4.0.6, PHP 5) fbsql_list_dbs -- List databases available on a FrontBase server Beschreibung resource fbsql_list_dbs ( [resource link_identifier] ) fbsql_list_dbs() will return a result pointer containing the databases available from the current fbsql daemon. Use the fbsql_tablename() function to traverse this result pointer. Beispiel 1. fbsql_list_dbs() example $link = ...
- PHP Manual
- [ fbsql_list_dbs php.net ]
- PHP Funktion
- ksort ( phplist Code 44% Relevanz )
- Rubrik
- Array Funktionen
- Kurzform
- ksort -- Sortiert ein Array nach Schlüsseln
- Vorschau
- ... Parameter sort_flags beeinflussen, für Details siehe sort() . Siehe auch asort() , arsort() , krsort() , uksort() , sort() , natsort() und rsort() . Anmerkung: Der zweite Parameter wurde mit PHP 4 eingeführt. krsort list...
- PHP Manual
- [ ksort php.net ]
- PHP Funktion
- mysqli_ssl_set ( phplist Code 44% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_ssl_set (no version information might be only in CVS)mysqli->ssl_set -- Used for establishing secure connections using SSL
- Vorschau
- ... the key file. cert is the pathname to the certificate file. ca is the pathname to the certificate authority file. capath is the pathname to a directory that contains trusted SSL CA certificates in pem format. cipher is a list of allowable ciphers to use for SSL encryption. Any unused SSL parameters may be given as NULL Rückgabewerte This function always returns TRUE value. If SSL setup is incorrect mysqli_real_connect() will return an error ...
- PHP Manual
- [ mysqli_ssl_set php.net ]
- PHP Funktion
- Rules ( phplist Code 44% Relevanz )
- Rubrik
- Userland Naming Guide
- Kurzform
- -----
- Vorschau
- ...Rules PHP Handbuch Anhang R. Userland Naming Guide Rules The following list gives an overview of which rights the PHP project reserves for itself, when choosing names for new internal identifiers. The definitive guide is the official CODING STANDARDS : PHP owns the top-level namespace but tries ...
- PHP Manual
- [ Rules php.net ]
- PHP Funktion
- mysqli_sqlstate ( phplist Code 42% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_sqlstate (no version information might be only in CVS)mysqli->sqlstate -- Returns the SQLSTATE error from previous MySQL operation
- Vorschau
- ... mysqli { string sqlstate } Returns a string containing the SQLSTATE error code for the last error. The error code consists of five characters. '00000' means no error. The values are specified by ANSI SQL and ODBC. For a list of possible values, see http://dev.mysql.com/doc/mysql/en/error-handling.html . Anmerkung: Note that not all MySQL errors are yet mapped to SQLSTATE's. The value HY000 (general error) is used for unmapped errors. Rü...
- PHP Manual
- [ mysqli_sqlstate php.net ]
- PHP Funktion
- icap_list_alarms ( phplist Code 40% Relevanz )
- Rubrik
- ICAP Functions [removed]
- Kurzform
- icap_list_alarms -- Return a list of events that has an alarm triggered at the given datetime
- Vorschau
- ...icap_list_alarms icap_list_alarms (PHP 4 <= 4.2.3) icap_list_alarms -- Return a list of events that has an alarm triggered at the given datetime Description int icap_list_alarms ( int stream_id, array date, array time ) Returns an array of event ID's that has an alarm going off at the given datetime. icap_list_alarms() function takes in a datetime for a calendar stream. An array of event ...
- PHP Manual
- [ icap_list_alarms php.net ]
- PHP Funktion
- icap_list_events ( phplist Code 40% Relevanz )
- Rubrik
- ICAP Functions [removed]
- Kurzform
- icap_list_events -- Return a list of events between two given datetimes
- Vorschau
- ...icap_list_events icap_list_events (PHP 4 <= 4.2.3) icap_list_events -- Return a list of events between two given datetimes Description array icap_list_events ( int stream_id, int begin_date [, int end_date] ) Returns an array of event ID's that are between the two given datetimes. icap_list_events() function takes in a beginning datetime and an end datetime for a ...
- PHP Manual
- [ icap_list_events php.net ]
- PHP Funktion
- mcal_list_alarms ( phplist Code 40% Relevanz )
- Rubrik
- MCAL Funktionen
- Kurzform
- mcal_list_alarms -- Return a list of events that has an alarm triggered at the given datetime
- Vorschau
- ...mcal_list_alarms mcal_list_alarms (PHP 3 >= 3.0.13, PHP 4, PECL) mcal_list_alarms -- Return a list of events that has an alarm triggered at the given datetime Description array mcal_list_alarms ( int mcal_stream [, int begin_year [, int begin_month [, int begin_day [, int end_year [, int end_month [, int end_day]]]]]] ) Returns an array of event ID's that has an alarm going off between the start and end ...
- PHP Manual
- [ mcal_list_alarms php.net ]
- PHP Funktion
- ob_list_handlers ( phplist Code 40% Relevanz )
- Rubrik
- Funktionen zur Ausgabesteuerung
- Kurzform
- ob_list_handlers -- List all output handlers in use
- Vorschau
- ...ob_list_handlers ob_list_handlers (PHP 4 >= 4.3.0, PHP 5) ob_list_handlers -- List all output handlers in use Description array ob_list_handlers ( void ) This will return an array with the output handlers in use (if any). If output_buffering is enabled or an anonymous function was used with ob_start() , ob_list_handlers() will return "default output ...
- PHP Manual
- [ ob_list_handlers php.net ]
- PHP Funktion
- SDO_List::insert ( phplist Code 40% Relevanz )
- Rubrik
- SDO Functions
- Kurzform
- SDO_List::insert -- Insert into a list
- Vorschau
- ...SDO_List::insert SDO_List::insert (no version information, might be only in CVS) SDO_List::insert -- Insert into a list Beschreibung void SDO_List::insert ( mixed value [, int index] ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. ...
- PHP Manual
- [ SDO_List::insert php.net ]
- PHP Funktion
- Socket ( phplist Code 40% Relevanz )
- Rubrik
- List of Supported Protocols/Wrappers
- Kurzform
- -----
- Vorschau
- ...Socket PHP Handbuch Anhang M. List of Supported Protocols/Wrappers Socket This section contains the context options supported by the wrappers that work over sockets, like tcp , http or ftp . As of PHP 5.1.0 only one option is supported, bindto , which ...
- PHP Manual
- [ Socket php.net ]
- PHP Funktion
- fbsql_list_fields ( phplist Code 38% Relevanz )
- Rubrik
- FrontBase Funktionen
- Kurzform
- fbsql_list_fields -- List FrontBase result fields
- Vorschau
- ...fbsql_list_fields fbsql_list_fields (PHP 4 >= 4.0.6, PHP 5) fbsql_list_fields -- List FrontBase result fields Beschreibung resource fbsql_list_fields ( string database_name, string table_name [, resource link_identifier] ) fbsql_list_fields() retrieves information about the given tablename. Arguments are the database name and the table name. A result pointer is ...
- PHP Manual
- [ fbsql_list_fields php.net ]
- PHP Funktion
- fbsql_list_tables ( phplist Code 38% Relevanz )
- Rubrik
- FrontBase Funktionen
- Kurzform
- fbsql_list_tables -- List tables in a FrontBase database
- Vorschau
- ...fbsql_list_tables fbsql_list_tables (PHP 4 >= 4.0.6, PHP 5) fbsql_list_tables -- List tables in a FrontBase database Beschreibung resource fbsql_list_tables ( string database [, resource link_identifier] ) fbsql_list_tables() takes a database name and returns a result pointer much like the fbsql_db_query() function. The fbsql_tablename() function should be used to extract the actual table names from the result pointer. ...
- PHP Manual
- [ fbsql_list_tables php.net ]
- PHP Funktion
- mcrypt_list_modes ( phplist Code 38% Relevanz )
- Rubrik
- Mcrypt Encryption Functions
- Kurzform
- mcrypt_list_modes -- Get an array of all supported modes
- Vorschau
- ...mcrypt_list_modes mcrypt_list_modes (PHP 4 >= 4.0.2, PHP 5) mcrypt_list_modes -- Get an array of all supported modes Description array mcrypt_list_modes ( [string lib_dir] ) mcrypt_list_modes() is used to get an array of all supported modes in the lib_dir . mcrypt_list_modes() takes as optional parameter a directory which specifies the directory where all modes are located. If not specifies, the value of...
- PHP Manual
- [ mcrypt_list_modes php.net ]
- PHP Funktion
- mysqli_stmt_errno ( phplist Code 38% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_stmt_errno (no version information might be only in CVS)mysqli_stmt->errno -- Returns the error code for the most recent statement call
- Vorschau
- ... { int errno } For the statement specified by stmt , mysqli_stmt_errno() returns the error code for the most recently invoked statement function that can succeed or fail. Anmerkung: Client error message numbers are listed in the MySQL errmsg.h header file, server error message numbers are listed in mysqld_error.h . In the MySQL source distribution you can find a complete list of error messages and error numbers in the file Docs/...
- PHP Manual
- [ mysqli_stmt_errno php.net ]
- PHP Funktion
- mysqli_stmt_prepare ( phplist Code 35% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_stmt_prepare (no version information might be only in CVS)stmt->prepare -- Prepare a SQL statement for execution
- Vorschau
- ... in the SQL statement by embedding question mark ( ? ) characters at the appropriate positions. Anmerkung: The markers are legal only in certain places in SQL statements. For example, they are allowed in the VALUES() list of an INSERT statement (to specify column values for a row), or in a comparison with a column in a WHERE clause to specify a comparison value. However, they are not allowed for identifiers (such as table or column names...
- PHP Manual
- [ mysqli_stmt_prepare php.net ]
- PHP Funktion
- ssh2_publickey_list ( phplist Code 35% Relevanz )
- Rubrik
- Secure Shell2 Functions
- Kurzform
- ssh2_publickey_list -- List currently authorized publickeys
- Vorschau
- ...ssh2_publickey_list ssh2_publickey_list (PECL) ssh2_publickey_list -- List currently authorized publickeys Beschreibung array ssh2_publickey_list ( resource pkey ) Anmerkung: The publickey subsystemis used for managing publickeys on a server to which the client is already authenticated. To authenticate to a remote systemusing publickey authentication, use the ...
- PHP Manual
- [ ssh2_publickey_list php.net ]
- PHP Funktion
- win32_ps_list_procs ( phplist Code 35% Relevanz )
- Rubrik
- win32ps Functions
- Kurzform
- win32_ps_list_procs -- List running processes
- Vorschau
- ...win32_ps_list_procs win32_ps_list_procs (no version information, might be only in CVS) win32_ps_list_procs -- List running processes Beschreibung array win32_ps_list_procs ( void ) Retrieves statistics about all running processes. Rückgabewerte Returns FALSE on failure, or an array consisting of process statistics like win32_ps_stat_proc() returns for all running processes on success...
- PHP Manual
- [ win32_ps_list_procs php.net ]
- PHP Funktion
- Prerequisites ( phplist Code 35% Relevanz )
- Rubrik
- PDO Driver How-To
- Kurzform
- -----
- Vorschau
- ...Prerequisites PHP Handbuch Kapitel 45. PDO Driver How-To Prerequisites The following is list of prerequisites and assumptions needed for writing a PDO database driver: A working target database, examples, demos, etc. working as per vendor specifications; A working development environment: Other Unix: standard ...
- PHP Manual
- [ Prerequisites php.net ]
- PHP Funktion
- Audio Streams ( phplist Code 35% Relevanz )
- Rubrik
- List of Supported Protocols/Wrappers
- Kurzform
- -----
- Vorschau
- ...Audio Streams PHP Handbuch Anhang M. List of Supported Protocols/Wrappers Audio Streams ogg:// PHP 4.3.0 and up (PECL) ogg://soundfile.ogg ogg:///path/to/soundfile.ogg ogg://http://www.example.com/path/to/soundstream.ogg This wrapper is not enabled by default: In...
- PHP Manual
- [ Audio Streams php.net ]
- PHP Funktion
- hw_api->userlist ( phplist Code 33% Relevanz )
- Rubrik
- Hyperwave API Functions
- Kurzform
- hw_api->userlist -- Returns a list of all logged in users
- Vorschau
- ...hw_api->userlist user"HREF="function.hwapi-user.html"> hw_api->userlist (no version information, might be only in CVS) hw_api->userlist -- Returns a list of all logged in users Description array hw_api->userlist ( array parameter ) See also hwapi_user() . hw_api->user IBM Functions (PDO_IBM...
- PHP Manual
- [ hw_api->userlist php.net ]
- PHP Funktion
- mysqli_stmt_sqlstate ( phplist Code 33% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_stmt_sqlstate -- Returns SQLSTATE error from previous statement operation
- Vorschau
- ... error code for the most recently invoked prepared statement function that can succeed or fail. The error code consists of five characters. '00000' means no error. The values are specified by ANSI SQL and ODBC. For a list of possible values, see http://dev.mysql.com/doc/mysql/en/error-handling.html . Anmerkung: Note that not all MySQL errors are yet mapped to SQLSTATE's. The value HY000 (general error) is used for unmapped errors. Rü...
- PHP Manual
- [ mysqli_stmt_sqlstate php.net ]
- PHP Funktion
- List of Parser Tokens ( phplist Code 32% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ...List of Parser Tokens Anhang Q. List of Parser Tokens Various parts of the PHP language are represented internally by types like T_SR. PHP outputs identifiers like this one in parse errors, like "Parse error: unexpected T_SR, expecting ',' or ';' in script....
- PHP Manual
- [ List of Parser Tokens php.net ]
- PHP Funktion
- imap_lsub ( phplist Code 31% Relevanz )
- Rubrik
- IMAP POP3 und NNTP Funktionen
- Kurzform
- imap_lsub -- List all the subscribed mailboxes
- Vorschau
- ...imap_lsub imap_lsub (PHP 3 >= 3.0.4, PHP 4, PHP 5) imap_lsub -- List all the subscribed mailboxes Description array imap_lsub ( resource imap_stream, string ref, string pattern ) Returns an array of all the mailboxes that you have subscribed. imap_listsubscribed imap_mail_compose...
- PHP Manual
- [ imap_lsub php.net ]
- PHP Funktion
- mcrypt_list_algorithms ( phplist Code 31% Relevanz )
- Rubrik
- Mcrypt Encryption Functions
- Kurzform
- mcrypt_list_algorithms -- Get an array of all supported ciphers
- Vorschau
- ...mcrypt_list_algorithms mcrypt_list_algorithms (PHP 4 >= 4.0.2, PHP 5) mcrypt_list_algorithms -- Get an array of all supported ciphers Description array mcrypt_list_algorithms ( [string lib_dir] ) mcrypt_list_algorithms() is used to get an array of all supported algorithms in the lib_dir parameter. mcrypt_list_algorithms() takes an optional lib_dir parameter which specifies the directory where all algorithms are located. If ...
- PHP Manual
- [ mcrypt_list_algorithms php.net ]
- PHP Funktion
- phpcredits ( phplist Code 29% Relevanz )
- Rubrik
- PHP Optionen & Informationen
- Kurzform
- phpcredits -- Prints out the credits for PHP
- Vorschau
- ...phpcredits phpcredits (PHP 4, PHP 5) phpcredits -- Prints out the credits for PHP Description bool phpcredits ( [int flag] ) This function prints out the credits listing the PHP developers, modules, etc. It generates the appropriate HTML codes to insert the information in a page. flag is optional, and it defaults to CREDITS_ALL . To generate a custom credits page, you may want to use ...
- PHP Manual
- [ phpcredits php.net ]
- PHP Funktion
- win32ps Functions ( phplist Code 29% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...gt; 1024 [total_phys] => 1048096 [avail_phys] => 649960 [total_pagefile] => 2521368 [avail_pagefile] => 2237940 [total_virtual] => 2097024 [avail_virtual] => 2057848 ) */ ?> Inhaltsverzeichnis win32_ps_list_procs -- List running processes win32_ps_stat_mem -- Stat memory utilization win32_ps_stat_proc -- Stat process wddx_unserialize win32_ps_list_procs...
- PHP Manual
- [ win32ps Functions php.net ]
- PHP Funktion
- List of Available Filters ( phplist Code 28% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ...List of Available Filters Anhang N. List of Available Filters Inhaltsverzeichnis String Filters Conversion Filters Compression Filters Encryption Filters The following is a list of a few built-in stream filters for use with stream_filter_append() . Your version of PHP may have more filters (or fewer) than those listed here. It is worth noting a slight asymmetry between stream_filter_append() and ...
- PHP Manual
- [ List of Available Filters php.net ]
- PHP Funktion
- aggregate_methods_by_list ( phplist Code 28% Relevanz )
- Rubrik
- Object Aggregation/Composition Functions
- Kurzform
- aggregate_methods_by_list -- Selective dynamic class methods aggregation to an object
- Vorschau
- ...aggregate_methods_by_list aggregate_methods_by_list (PHP 4 >= 4.2.0) aggregate_methods_by_list -- Selective dynamic class methods aggregation to an object Description void aggregate_methods_by_list ( object object, string class_name, array methods_list [, bool exclude] ) Aggregates methods from a class to an existing object using a list of method names. The optional parameter exclude is used to decide whether the ...
- PHP Manual
- [ aggregate_methods_by_list php.net ]
- PHP Funktion
- enchant_broker_list_dicts ( phplist Code 28% Relevanz )
- Rubrik
- enchant Functions
- Kurzform
- enchant_broker_list_dicts -- Returns a list of available dictionaries
- Vorschau
- ...enchant_broker_list_dicts enchant_broker_list_dicts (no version information, might be only in CVS) enchant_broker_list_dicts -- Returns a list of available dictionaries Beschreibung mixed enchant_broker_list_dicts ( resource broker ) Returns a list of available dictionaries with their details. Parameter Liste broker Broker resource Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. List all ...
- PHP Manual
- [ enchant_broker_list_dicts php.net ]
- PHP Funktion
- Manual Installation Steps ( phplist Code 28% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ... root. The supporting DLLs for the PHP 5 extensions are also not in a seperate directory. Anmerkung: In PHP 4, you should move all files located in the dll and sapi folders to the main folder (e.g. C:\php ). Here is a list of server modules shipped with PHP 4 and PHP 5: sapi/php4activescript.dll (php5activescript.dll) - ActiveScript engine , allowing you to embed PHP in your Windows applications. sapi/php4apache.dll (php5apache.dll) - ...
- PHP Manual
- [ Manual Installation Steps php.net ]
- PHP Funktion
- Liste von Ressourcentypen ( phplist Code 28% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ...Liste von Ressourcentypen Anhang L. Liste von Ressourcentypen Im Folgenden findest du eine Liste der Funktionen, welche PHP Ressourcen erstellen, benutzen oder löschen. Man weiß, ob eine Variable eine Ressource ist, wenn man is_resource() verwendet, den Typen der Ressource erhält man mit get_resource_type() . Tabelle...
- PHP Manual
- [ Liste von Ressourcentypen php.net ]
- PHP Funktion
- ps_findfont ( phplist Code 27% Relevanz )
- Rubrik
- PostScript document creation
- Kurzform
- ps_findfont -- Loads a font
- Vorschau
- ... has not been set and a warning will be issued when ps_findfont() is called. In order to prevent this situation, one should call ps_set_parameter() to set the BoundingBox before ps_findfont() is called. Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . fontname The name of the font. encoding ps_findfont() will try to load the file passed in the parameter encoding . Encoding files are of the ...
- PHP Manual
- [ ps_findfont php.net ]
- PHP Funktion
- Multibyte String Functions ( phplist Code 27% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... to that, mbstring handles character encoding conversion between the possible encoding pairs. mbstring is designed to handle Unicode-based encodings such as UTF-8 and UCS-2 and many single-byte encodings for convenience (listed below). PHP Character Encoding Requirements Encodings of the following types are safely used with PHP. A singlebyte encoding, which has ASCII-compatible (ISO646 compatible) mappings for the characters in range of 00h ...
- PHP Manual
- [ Multibyte String Functions php.net ]
- PHP Funktion
- classkit_method_add ( phplist Code 26% Relevanz )
- Rubrik
- Classkit Functions
- Kurzform
- classkit_method_add -- Dynamically adds a new method to a given class
- Vorschau
- ... . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. Parameter Liste classname The class to which this method will be added methodname The name of the method to add args Comma-delimited list of arguments for the newly-created method code The code to be evaluated when methodname is ...
- PHP Manual
- [ classkit_method_add php.net ]
- PHP Funktion
- ssh2_publickey_init ( phplist Code 26% Relevanz )
- Rubrik
- Secure Shell2 Functions
- Kurzform
- ssh2_publickey_init -- Initialize Publickey subsystem
- Vorschau
- ... resource ssh2_publickey_init ( resource session ) Request the Publickey subsystem from an already connected SSH2 server. The publickey subsystem allows an already connected and authenticated client to manage the list of authorized public keys stored on the target server in an implementation agnostic manner. If the remote server does not support the publickey subsystem, the ssh2_publickey_init() function will return FALSE . Anmerkung: ...
- PHP Manual
- [ ssh2_publickey_init php.net ]
- PHP Funktion
- List of Supported Timezones ( phplist Code 26% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ...List of Supported Timezones Anhang H. List of Supported Timezones Inhaltsverzeichnis List of timezones in the group Africa List of timezones in the group America List of timezones in the group Antarctica List of timezones in the group Arctic List of timezones in the group Asia List of timezones in the group Atlantic List of timezones in the group Australia List of timezones in the group Europe List of timezones in the group ...
- PHP Manual
- [ List of Supported Timezones php.net ]
- PHP Funktion
- Compression Streams ( phplist Code 26% Relevanz )
- Rubrik
- List of Supported Protocols/Wrappers
- Kurzform
- -----
- Vorschau
- ...Compression Streams PHP Handbuch Anhang M. List of Supported Protocols/Wrappers Compression Streams zlib: PHP 4.0.4 - PHP 4.2.3 (systems with fopencookie only) compress.zlib:// and compress.bzip2:// PHP 4.3.0 and up zlib: compress.zlib:// compress.bzip2:// zlib: works ...
- PHP Manual
- [ Compression Streams php.net ]
- PHP Funktion
- aggregate_properties_by_list ( phplist Code 25% Relevanz )
- Rubrik
- Object Aggregation/Composition Functions
- Kurzform
- aggregate_properties_by_list -- Selective dynamic class properties aggregation to an object
- Vorschau
- ...aggregate_properties_by_list aggregate_properties_by_list (PHP 4 >= 4.2.0) aggregate_properties_by_list -- Selective dynamic class properties aggregation to an object Description void aggregate_properties_by_list ( object object, string class_name, array properties_list [, bool exclude] ) Aggregates properties from a class to an existing object using a list of property names. The optional parameter exclude is used to decide ...
- PHP Manual
- [ aggregate_properties_by_list php.net ]
- PHP Funktion
- dba_handlers ( phplist Code 25% Relevanz )
- Rubrik
- dba Datenbank (dbm-style) Abstraktions-Funktionen
- Kurzform
- dba_handlers -- List all the handlers available
- Vorschau
- ...dba_handlers dba_handlers (PHP 4 >= 4.3.0, PHP 5) dba_handlers -- List all the handlers available Beschreibung array dba_handlers ( [bool full_info] ) dba_handlers() list all the handlers supported by this extension. Parameter Liste full_info Turns on/off full information display in the result. The default is FALSE . Rückgabewerte Returns an array of database handlers. If full_info is ...
- PHP Manual
- [ dba_handlers php.net ]
- PHP Funktion
- enchant_dict_suggest ( phplist Code 25% Relevanz )
- Rubrik
- enchant Functions
- Kurzform
- enchant_dict_suggest -- Will return a list of values if any of those pre-conditions are not met.
- Vorschau
- ...enchant_dict_suggest enchant_dict_suggest (PECL) enchant_dict_suggest -- Will return a list of values if any of those pre-conditions are not met. Beschreibung array enchant_dict_suggest ( resource dict, string word ) Parameter Liste dict Dictionary resource word Word to use for the suggestions. Rückgabewerte...
- PHP Manual
- [ enchant_dict_suggest php.net ]
- PHP Funktion
- http_request ( phplist Code 25% Relevanz )
- Rubrik
- HTTP Funktionen
- Kurzform
- http_request -- Perform custom request
- Vorschau
- ...Perform custom request Beschreibung string http_request ( int method [, string url [, string body [, array options [, array &info]]]] ) Performs a custom HTTP request on the supplied url. See http_get() for a full list of available parameters and options . Parameter Liste method Request method url URL body Request body options Request options info Request/response information Rückgabewerte Returns the HTTP response(s) as string on...
- PHP Manual
- [ http_request php.net ]
- PHP Funktion
- i18n_loc_set_default ( phplist Code 25% Relevanz )
- Rubrik
- Unicode Functions
- Kurzform
- i18n_loc_set_default -- Set the default Locale
- Vorschau
- ... -- Set the default Locale Beschreibung bool i18n_loc_set_default ( string name ) Sets the default Locale for PHP programs. Please note that this has nothing to do with setlocale() nor with the system locale. Parameter Liste name The new Locale name. A comprehensive list of the supported locales is available at http://www-950.ibm.com/software/globalization/icu/demo/locales/en/?d_=en . Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall ...
- PHP Manual
- [ i18n_loc_set_default php.net ]
- PHP Funktion
- mysqli_connect_errno ( phplist Code 25% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_connect_errno -- Returns the error code from last connect call
- Vorschau
- ...void ) The mysqli_connect_errno() function will return the last error code number for last call to mysqli_connect() . If no errors have occured, this function will return zero. Anmerkung: Client error message numbers are listed in the MySQL errmsg.h header file, server error message numbers are listed in mysqld_error.h . In the MySQL source distribution you can find a complete list of error messages and error numbers in the file Docs/...
- PHP Manual
- [ mysqli_connect_errno php.net ]
- PHP Funktion
- mysqli_errno ( phplist Code 25% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_errno (no version information might be only in CVS)mysqli->errno -- Returns the error code for the most recent function call
- Vorschau
- ... recent MySQLi function call that can succeed or fail with respect to the database link defined by the link parameter. If no errors have occured, this function will return zero. Anmerkung: Client error message numbers are listed in the MySQL errmsg.h header file, server error message numbers are listed in mysqld_error.h . In the MySQL source distribution you can find a complete list of error messages and error numbers in the file Docs/...
- PHP Manual
- [ mysqli_errno php.net ]
- PHP Funktion
- ssh2_connect ( phplist Code 25% Relevanz )
- Rubrik
- Secure Shell2 Functions
- Kurzform
- ssh2_connect -- Connect to an SSH server
- Vorschau
- ... error. methods may be an associative array with up to four parameters as described below. Tabelle 1. methods may be an associative array with any or all of the following parameters. Index Meaning Supported Values* kex List of key exchange methods to advertise, comma separated in order of preference. diffie-hellman-group1-sha1 , diffie-hellman-group14-sha1 , and diffie-hellman-group-exchange-sha1 hostkey List of hostkey methods to advertise...
- PHP Manual
- [ ssh2_connect php.net ]
- PHP Funktion
- get_defined_constants ( phplist Code 24% Relevanz )
- Rubrik
- PHP Optionen & Informationen
- Kurzform
- get_defined_constants -- Returns an associative array with the names of all the constants and their values
- Vorschau
- ...the constants currently defined. This includes those created by extensions as well as those created with the define() function. For example the line below: <?php print_r ( get_defined_constants ()); ?> will print a list like: Array( [E_ERROR] => 1 [E_WARNING] => 2 [E_PARSE] => 4 [E_NOTICE] => 8 [E_CORE_ERROR] => 16 [E_CORE_WARNING] => 32 [E_COMPILE_ERROR] => 64 [E_COMPILE_WARNING] => 128 [E_USER_ERROR] =...
- PHP Manual
- [ get_defined_constants php.net ]
- PHP Funktion
- SDO_DAS_Setting::getListIndex ( phplist Code 24% Relevanz )
- Rubrik
- SDO Functions
- Kurzform
- SDO_DAS_Setting::getListIndex -- Get the list index for a changed many-valued property
- Vorschau
- ...SDO_DAS_Setting::getListIndex SDO_DAS_Setting::getListIndex (no version information, might be only in CVS) SDO_DAS_Setting::getListIndex -- Get the list index for a changed many-valued property Beschreibung int SDO_DAS_Setting::getListIndex ( void ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann ...
- PHP Manual
- [ SDO_DAS_Setting::getListIndex php.net ]
- PHP Funktion
- SDO Functions ( phplist Code 24% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... some data in the data source. You can then set and get values in the SDO instance using the standard SDO interface. Finally, you use a DAS to write the modified data back to a data source, typically the same one. See the list of Data Access Services for details on those currently available. In addition to the provided DASs, SDO also provides interfaces to enable others to be implemented (see the section on SDO Data Access Services Interface for...
- PHP Manual
- [ SDO Functions php.net ]
- PHP Funktion
- hw_api->dstanchors ( phplist Code 23% Relevanz )
- Rubrik
- Hyperwave API Functions
- Kurzform
- hw_api->dstanchors -- Returns a list of all destination anchors
- Vorschau
- ...62;dstanchors dcstat"HREF="function.hwapi-dcstat.html"> dstofsrcanchor"HREF="function.hwapi-dstofsrcanchor.html"> hw_api->dstanchors (no version information, might be only in CVS) hw_api->dstanchors -- Returns a list of all destination anchors Description array hw_api->dstanchors ( array parameter ) Retrieves all destination anchors of an object. The parameter array contains the required element 'objectIdentifier' and the optional...
- PHP Manual
- [ hw_api->dstanchors php.net ]
- PHP Funktion
- dns_get_record ( phplist Code 22% Relevanz )
- Rubrik
- Netzwerk Funktionen
- Kurzform
- dns_get_record -- Fetch DNS Resource Records associated with a hostname
- Vorschau
- ...Since it's very common to want the IP address of a mail server once the MX record has been resolved, dns_get_record() also returns an array in addtl which contains associate records. authns is returned as well containing a list of authoritative name servers. Beispiel 2. Using dns_get_record() and DNS_ANY <?php /* Request "ANY" record for php.net, and create $authns and $addtl arrays containing list of name servers and any additional records ...
- PHP Manual
- [ dns_get_record php.net ]
- PHP Funktion
- exif_read_data ( phplist Code 22% Relevanz )
- Rubrik
- Exif Funktionen
- Kurzform
- exif_read_data -- Liest die EXIF-Header von JPEG oder TIFF aus.
- Vorschau
- ...ist, ist nur der erste Eintrag vorhanden (normales Verhalten von Exif). COMPUTED beinhaltet auch ein Copyright -Eintrag. Dieser entspricht entweder dem originalen Copyright-String oder er besteht aus einer kommaseparierten Liste von Foto- und Herausgeber-Copyright. Der Tag UserComment besitzt das gleiche Problem, wie das Copyright-Tag. Er kann zwei Werte speichern. Als erstes die benutze Kodierung und als zweites den Wert selbst. Wenn dem so ist...
- PHP Manual
- [ exif_read_data php.net ]
- PHP Funktion
- http_post_data ( phplist Code 22% Relevanz )
- Rubrik
- HTTP Funktionen
- Kurzform
- http_post_data -- Perform POST request with pre-encoded data
- Vorschau
- ... POST request with pre-encoded data Beschreibung string http_post_data ( string url [, string data [, array options [, array &info]]] ) Performs an HTTP POST request on the supplied url. See http_get() for a full list of available parameters and options . Parameter Liste url URL data String containing the pre-encoded post data options Request options info Request/response information Rückgabewerte Returns the HTTP response(s) as ...
- PHP Manual
- [ http_post_data php.net ]
- PHP Funktion
- mysqli_prepare ( phplist Code 22% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_prepare (no version information might be only in CVS)mysqli->prepare -- Prepare a SQL statement for execution
- Vorschau
- ... in the SQL statement by embedding question mark ( ? ) characters at the appropriate positions. Anmerkung: The markers are legal only in certain places in SQL statements. For example, they are allowed in the VALUES() list of an INSERT statement (to specify column values for a row), or in a comparison with a column in a WHERE clause to specify a comparison value. However, they are not allowed for identifiers (such as table or column names...
- PHP Manual
- [ mysqli_prepare php.net ]
- PHP Funktion
- ps_setpolydash ( phplist Code 22% Relevanz )
- Rubrik
- PostScript document creation
- Kurzform
- ps_setpolydash -- Sets appearance of a dashed line
- Vorschau
- ... of a dashed line Beschreibung bool ps_setpolydash ( resource psdoc, float arr ) Sets the length of the black and white portions of a dashed line. ps_setpolydash() is used to set more complicated dash patterns. Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . arr arr is a list of length elements alternately for the black and white portion. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . ...
- PHP Manual
- [ ps_setpolydash php.net ]
- PHP Funktion
- ssh2_auth_none ( phplist Code 22% Relevanz )
- Rubrik
- Secure Shell2 Functions
- Kurzform
- ssh2_auth_none -- Authenticate as "none"
- Vorschau
- ... will return an array of accepted authentication methods. If the server does accept "none" as an authentication method for username , this function will simply return TRUE . Beispiel 1. Using ssh2_auth_none() to retreive a list of authentication methods. <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); $auth_methods = ssh2_auth_none ( $connection , 'user' ); if ( in_array ( 'password' , $auth_methods )) { echo "Server supports ...
- PHP Manual
- [ ssh2_auth_none php.net ]
- PHP Funktion
- XMLWriter->startDTDAttlist() ( phplist Code 22% Relevanz )
- Rubrik
- XMLWriter Functions
- Kurzform
- XMLWriter->startDTDAttlist() -- Create start DTD AttList
- Vorschau
- ...XMLWriter->startDTDAttlist() startDocument()"HREF="function.xmlwriter-start-document.html"> startDTDElement()"HREF="function.xmlwriter-start-dtd-element.html"> XMLWriter->startDTDAttlist() (no version information, might be only in CVS) XMLWriter->startDTDAttlist() -- Create start DTD AttList Beschreibung Object oriented style: class XMLWriter { bool startDTDAttlist ( string name ) } Procedural style: ...
- PHP Manual
- [ XMLWriter->startDTDAttlist() php.net ]
- PHP Funktion
- Error handling ( phplist Code 22% Relevanz )
- Rubrik
- PDO Driver How-To
- Kurzform
- -----
- Vorschau
- ... containing a 5 character ASCIIZ SQLSTATE identifier code. This code drives the error message process. The SQLSTATE code is used to look up an error message in the internal PDO error message table (see pdo_sqlstate.c for a list of error codes and their messages). If the code is not known to PDO, a default ?Unknown Message? value will be used. In addition to the SQLSTATE code and error message, PDO will call the driver-specific fetch_err() ...
- PHP Manual
- [ Error handling php.net ]
- PHP Funktion
- New Directives ( phplist Code 22% Relevanz )
- Rubrik
- Migrating from PHP 4 to PHP 5
- Kurzform
- -----
- Vorschau
- ...New Directives PHP Handbuch Anhang B. Migrating from PHP 4 to PHP 5 New Directives There were some new php.ini directives introduced in PHP 5. Here is a list of them: mail.force_extra_parameters - Force the addition of the specified parameters to be passed as extra parameters to the sendmail binary. These parameters will always replace the value of the 5th parameter to mail...
- PHP Manual
- [ New Directives php.net ]
- PHP Funktion
- hash Functions ( phplist Code 22% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...zur Laufzeit geladen wurde. HASH_HMAC ( integer ) Optional flag for hash_init() . Indicates that the HMAC digest-keying algorithm should be applied to the current hashing context. Inhaltsverzeichnis hash_algos -- Return a list of registered hashing algorithms hash_file -- Generate a hash value using the contents of a given file hash_final -- Finalize an incremental hash and return resulting digest hash_hmac_file -- Generate a keyed hash value ...
- PHP Manual
- [ hash Functions php.net ]
- PHP Funktion
- Runkit_Sandbox ( phplist Code 22% Relevanz )
- Rubrik
- runkit Functions
- Kurzform
- Runkit_Sandbox -- Runkit Sandbox Class -- PHP Virtual Machine
- Vorschau
- ... the README file included in the runkit package for more information. Constructor void Runkit_Sandbox::__construct ( [array options] ) options is an associative array containing any combination of the special ini options listed below. safe_mode If the outer script which is instantiating the Runkit_Sandbox class is configured with safe_mode = off , then safe_mode may be turned on for the sandbox environment. This setting can not be used to ...
- PHP Manual
- [ Runkit_Sandbox php.net ]
- PHP Funktion
- classkit_method_redefine ( phplist Code 21% Relevanz )
- Rubrik
- Classkit Functions
- Kurzform
- classkit_method_redefine -- Dynamically changes the code of the given method
- Vorschau
- ... . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. Parameter Liste classname The class in which to redefine the method methodname The name of the method to redefine args Comma-delimited list of arguments for the redefined method code The new code to be evaluated when methodname is ...
- PHP Manual
- [ classkit_method_redefine php.net ]
- PHP Funktion
- http_put_stream ( phplist Code 21% Relevanz )
- Rubrik
- HTTP Funktionen
- Kurzform
- http_put_stream -- Perform PUT request with stream
- Vorschau
- ... -- Perform PUT request with stream Beschreibung string http_put_stream ( string url [, resource stream [, array options [, array &info]]] ) Performs an HTTP PUT request on the supplied url. See http_get() for a full list of available parameters and options . Parameter Liste url URL stream The stream to read the PUT request body from options Request options info Request/response information Rückgabewerte Returns the HTTP response(s) ...
- PHP Manual
- [ http_put_stream php.net ]
- PHP Funktion
- hw_Modifyobject ( phplist Code 21% Relevanz )
- Rubrik
- Hyperwave Functions
- Kurzform
- hw_Modifyobject -- Modifies object record
- Vorschau
- ..., array remove, array add [, int mode] ) This command allows to remove, add, or modify individual attributes of an object record. The object is specified by the Object ID object_to_change . The first array remove is a list of attributes to remove. The second array add is a list of attributes to add. In order to modify an attribute one will have to remove the old one and add a new one. hw_modifyobject() will always remove the attributes ...
- PHP Manual
- [ hw_Modifyobject php.net ]
- PHP Funktion
- swf_oncondition ( phplist Code 21% Relevanz )
- Rubrik
- Shockwave Flash Funktionen
- Kurzform
- swf_oncondition -- Describe a transition used to trigger an action list
- Vorschau
- ...swf_oncondition swf_oncondition (PHP 4, PECL) swf_oncondition -- Describe a transition used to trigger an action list Description void swf_oncondition ( int transition ) The swf_onCondition() function describes a transition that will trigger an action list. There are several types of possible transitions, the following are for buttons ...
- PHP Manual
- [ swf_oncondition php.net ]
- PHP Funktion
- Debian GNU/Linux installation notes ( phplist Code 21% Relevanz )
- Rubrik
- Installation auf Unix-Systemen
- Kurzform
- -----
- Vorschau
- ...be Dotdeb . This unofficial repository is maintained by Guillaume Plessis and contains Debian packages of the most recent versions of PHP 4 and PHP 5. To use it, just add the to following two lines to your /etc/apt/sources.lists and run apt-get update : Beispiel 4-7. The two Dotdeb related lines deb http://packages.dotdeb.org stable alldeb-src http://packages.dotdeb.org stable all The last thing to consider is whether your list of packages is up...
- PHP Manual
- [ Debian GNU/Linux installation notes php.net ]
- PHP Funktion
- MCAL Funktionen ( phplist Code 21% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... -- Returns an object containing the current streams event structure mcal_fetch_event -- Holt ein Ereignis aus einem Kalender-Stream. mcal_is_leap_year -- Returns if the given year is a leap year or not mcal_list_alarms -- Return a list of events that has an alarm triggered at the given datetime mcal_list_events -- Zeigt eine Liste der Einträge zwischen zwei Zeitpunkten an mcal_next_recurrence -- Returns the next recurrence of the ...
- PHP Manual
- [ MCAL Funktionen php.net ]
- PHP Funktion
- List of timezones in the group Asia ( phplist Code 21% Relevanz )
- Rubrik
- List of Supported Timezones
- Kurzform
- -----
- Vorschau
- ...List of timezones in the group Asia PHP Handbuch Anhang H. List of Supported Timezones List of timezones in the group Asia Tabelle H-5. Asia Asia/Aden Asia/Almaty Asia/Amman Asia/Anadyr Asia/Aqtau Asia/Aqtobe Asia/Ashgabat Asia/Ashkhabad Asia/Baghdad Asia/Bahrain Asia/Baku Asia/Bangkok Asia/Beirut Asia/Bishkek ...
- PHP Manual
- [ List of timezones in the group Asia php.net ]
- PHP Funktion
- List of Supported Socket Transports ( phplist Code 21% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ...List of Supported Socket Transports Anhang O. List of Supported Socket Transports Inhaltsverzeichnis Internet Domain: TCP, UDP, SSL, and TLS Unix Domain: Unix and UDG The following is a list of the various URL style socket transports that PHP has built-in for use with the streams based socket functions such as fsockopen() , and stream_socket_client() . These transports do not apply to the Sockets Extension . ...
- PHP Manual
- [ List of Supported Socket Transports php.net ]
- PHP Funktion
- PHP input/output streams ( phplist Code 21% Relevanz )
- Rubrik
- List of Supported Protocols/Wrappers
- Kurzform
- -----
- Vorschau
- ...PHP input/output streams PHP Handbuch Anhang M. List of Supported Protocols/Wrappers PHP input/output streams php://stdin php://stdout php://stderr php://output php://input php://filter (available since PHP 5.0.0) php://memory (available since PHP 5.1.0) php://temp (...
- PHP Manual
- [ PHP input/output streams php.net ]
- PHP Funktion
- DOMNode->isSupported() ( phplist Code 20% Relevanz )
- Rubrik
- DOM Functions
- Kurzform
- DOMNode->isSupported() -- Checks if feature is supported for specified version
- Vorschau
- ...() -- Checks if feature is supported for specified version Beschreibung class DOMNode { bool isSupported ( string feature, string version ) } Checks if the asked feature is supported for the specified version . Parameter Liste feature The feature to test. See the example of DOMImplementation->hasFeature() for a list of features. version The version number of the feature to test. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE...
- PHP Manual
- [ DOMNode->isSupported() php.net ]
- PHP Funktion
- DomNode->insert_before ( phplist Code 20% Relevanz )
- Rubrik
- DOM XML Funktionen
- Kurzform
- DomNode->insert_before -- Inserts new node as child
- Vorschau
- ... you must use the returned node. (PHP >= 4.3 only) If newnode already is part of a document, it will be first unlinked from its existing context. If refnode is NULL, then newnode will be inserted at the end of the list of children. domnode_insert_before() is very similar to domnode_append_child() as the following example shows which does the same as the example at domnode_append_child() . Beispiel 1. Adding a child <?php include( "...
- PHP Manual
- [ DomNode->insert_before php.net ]
- PHP Funktion
- fscanf ( phplist Code 20% Relevanz )
- Rubrik
- Funktionen des Dateisystems
- Kurzform
- fscanf -- Interpretiert den Input einer Datei entsprechend einem angegebenen Format
- Vorschau
- ...Format String mit einem einzigen Leerzeichen im Input-Stream als übereinstimmend gelten kann. Beispiel 1. fscanf() <?php $handle = fopen ( "users.txt" , "r" ); while ( $userinfo = fscanf ( $handle , "%s\t%s\t%s\n" )) { list ( $name , $profession , $countrycode ) = $userinfo ; //... Tue etwas mit den Werten } fclose ( $handle ); ?> Beispiel 2. users.txt javier argonaut pehiroshi sculptor jprobert slacker usluigi florist it Anmerkung: Vor ...
- PHP Manual
- [ fscanf php.net ]
- PHP Funktion
- getopt ( phplist Code 20% Relevanz )
- Rubrik
- PHP Optionen & Informationen
- Kurzform
- getopt -- Gets options from the command line argument list
- Vorschau
- ...getopt getopt (PHP 4 >= 4.3.0, PHP 5) getopt -- Gets options from the command line argument list Description array getopt ( string options ) Returns an associative array of option / argument pairs based on the options format specified in options , or FALSE on an error. <?php // parse the command line ($GLOBALS['...
- PHP Manual
- [ getopt php.net ]
- PHP Funktion
- http_post_fields ( phplist Code 20% Relevanz )
- Rubrik
- HTTP Funktionen
- Kurzform
- http_post_fields -- Perform POST request with data to be encoded
- Vorschau
- ... data to be encoded Beschreibung string http_post_fields ( string url [, array data [, array files [, array options [, array &info]]]] ) Performs an HTTP POST request on the supplied url. See http_get() for a full list of available parameters and options . Parameter Liste url URL data Associative array of POST values files Array of files to post options Request options info Request/response information Rückgabewerte Returns the ...
- PHP Manual
- [ http_post_fields php.net ]
- PHP Funktion
- odbc_foreignkeys ( phplist Code 20% Relevanz )
- Rubrik
- ODBC Funktionen
- Kurzform
- odbc_foreignkeys -- Returns a list of foreign keys in the specified table or a list of foreign keys in other tables that refer to the primary key in the specified table
- Vorschau
- ...odbc_foreignkeys odbc_foreignkeys (PHP 4, PHP 5) odbc_foreignkeys -- Returns a list of foreign keys in the specified table or a list of foreign keys in other tables that refer to the primary key in the specified table Description resource odbc_foreignkeys ( resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string ...
- PHP Manual
- [ odbc_foreignkeys php.net ]
- PHP Funktion
- ps_set_parameter ( phplist Code 20% Relevanz )
- Rubrik
- PostScript document creation
- Kurzform
- ps_set_parameter -- Sets certain parameters
- Vorschau
- ... -- Sets certain parameters Beschreibung bool ps_set_parameter ( resource psdoc, string name, string value ) Sets several parameters which are used by many functions. Parameters are by definition string values. Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . name For a list of possible names see ps_get_parameter() . value The value of the parameter. Rückgabewerte Gibt bei Erfolg TRUE , im ...
- PHP Manual
- [ ps_set_parameter php.net ]
- PHP Funktion
- Fleshing out your skeleton ( phplist Code 20% Relevanz )
- Rubrik
- PDO Driver How-To
- Kurzform
- -----
- Vorschau
- ...requested. All of these are database/driver dependent. dbh Pointer to the database handle initialized by the handle factory driver_options An array of driver options, keyed by integer option number. See Tabelle 45-1 for a list of possible attributes. This function should fill in the passed database handle structure with its driver specific information on success and return 1, otherwise it should return 0 to indicate failure. PDO processes the ...
- PHP Manual
- [ Fleshing out your skeleton php.net ]
- PHP Funktion
- Filter Functions ( phplist Code 20% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... string Filter all $_GET, $_POST, $_COOKIE and $_REQUEST data by this filter. Original data can be accessed through filter_input() . Accepts the name of the filter you like to use by default. See the existing filter list for the list of the filter names. filter.default_flags integer Default flags Resource Typen Diese Erung definiert keine Resource-Typen. Vordefinierte Konstanten Folgende Konstanten werden von dieserErung definiert und ...
- PHP Manual
- [ Filter Functions php.net ]
- PHP Funktion
- runkit Functions ( phplist Code 20% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ....internal_override "0" PHP_INI_SYSTEM For further details and definitions of the PHP_INI_* constants, see the Anhang G . Hier eine kurze Erklärung derKonfigurationsoptionen: runkit.superglobal string Comma-separated list of variable names to be treated as superglobals. This value should be set in the systemwide php.ini file, but may work in perdir configuration contexts depending on your SAPI. Beispiel 1. Custom Superglobals with runkit....
- PHP Manual
- [ runkit Functions php.net ]
- PHP Funktion
- Stream Functions ( phplist Code 20% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...using stream_wrapper_register() , or directly from an extension using the API Reference in Kapitel 44 . Because any variety of wrapper may be added to PHP, there is no set limit on what can be done with them. To access the list of currently registered wrappers, use stream_get_wrappers() . A stream is referenced as: scheme :// target scheme (string) - The name of the wrapper to be used. Examples include: file, http, https, ftp, ftps, compress....
- PHP Manual
- [ Stream Functions php.net ]
- PHP Funktion
- List of timezones in the group Arctic ( phplist Code 20% Relevanz )
- Rubrik
- List of Supported Timezones
- Kurzform
- -----
- Vorschau
- ...List of timezones in the group Arctic PHP Handbuch Anhang H. List of Supported Timezones List of timezones in the group Arctic Tabelle H-4. Arctic Arctic/Longyearbyen List of timezones in the group Antarctica List of timezones in the group Asia...
- PHP Manual
- [ List of timezones in the group Arctic php.net ]
- PHP Funktion
- List of timezones in the group Europe ( phplist Code 20% Relevanz )
- Rubrik
- List of Supported Timezones
- Kurzform
- -----
- Vorschau
- ...List of timezones in the group Europe PHP Handbuch Anhang H. List of Supported Timezones List of timezones in the group Europe Tabelle H-8. Europe Europe/Amsterdam Europe/Andorra Europe/Athens Europe/Belfast Europe/Belgrade Europe/Berlin Europe/Bratislava Europe/Brussels Europe/Bucharest Europe/Budapest Europe/...
- PHP Manual
- [ List of timezones in the group Europe php.net ]
- PHP Funktion
- List of timezones in the group Indian ( phplist Code 20% Relevanz )
- Rubrik
- List of Supported Timezones
- Kurzform
- -----
- Vorschau
- ...List of timezones in the group Indian PHP Handbuch Anhang H. List of Supported Timezones List of timezones in the group Indian Tabelle H-9. Indian Indian/Antananarivo Indian/Chagos Indian/Christmas Indian/Cocos Indian/Comoro Indian/Kerguelen Indian/Mahe Indian/Maldives Indian/Mauritius Indian/Mayotte Indian/Reunion...
- PHP Manual
- [ List of timezones in the group Indian php.net ]
- PHP Funktion
- List of timezones in the group Others ( phplist Code 20% Relevanz )
- Rubrik
- List of Supported Timezones
- Kurzform
- -----
- Vorschau
- ...List of timezones in the group Others PHP Handbuch Anhang H. List of Supported Timezones List of timezones in the group Others Tabelle H-11. Others Brazil/Acre Brazil/DeNoronha Brazil/East Brazil/West Canada/Atlantic Canada/Central Canada/East-Saskatchewan Canada/Eastern Canada/Mountain Canada/Newfoundland Canada/...
- PHP Manual
- [ List of timezones in the group Others php.net ]
- PHP Funktion
- PHP type comparison tables ( phplist Code 20% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ... FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE TRUE PHP 3.0 note: The string value "0" was considered non-empty in PHP 3, this behavior changed in PHP 4 where it's now seen as empty. Unix Domain: Unix and UDG List of Parser Tokens...
- PHP Manual
- [ PHP type comparison tables php.net ]
- PHP Funktion
- List of Supported Protocols/Wrappers ( phplist Code 20% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ...List of Supported Protocols/Wrappers Anhang M. List of Supported Protocols/Wrappers Inhaltsverzeichnis Filesystem Socket HTTP and HTTPS FTP and FTPS PHP input/output streams Compression Streams Data (RFC 2397) Secure Shell 2 Audio Streams Process Interaction Streams The ...
- PHP Manual
- [ List of Supported Protocols/Wrappers php.net ]
- PHP Funktion
- Configure options ( phplist Code 19% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ...Configure options Anhang F. Configure options Inhaltsverzeichnis List of core configure options List of core configure options Below is a partial list of configure options used by the PHP configure scripts when compiling in Unix-like environments. Most configure options are listed in their appropriate locations on the extension reference pages and not here. For a ...
- PHP Manual
- [ Configure options php.net ]
- PHP Funktion
- ircg_eval_ecmascript_params ( phplist Code 19% Relevanz )
- Rubrik
- IRC Gateway Funktionen
- Kurzform
- ircg_eval_ecmascript_params -- Decodes a list of JS-encoded parameters
- Vorschau
- ...ircg_eval_ecmascript_params ircg_eval_ecmascript_params (PHP 4 >= 4.3.0, PHP 5 <= 5.0.4) ircg_eval_ecmascript_params -- Decodes a list of JS-encoded parameters Description array ircg_eval_ecmascript_params ( string params ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. From the ...
- PHP Manual
- [ ircg_eval_ecmascript_params php.net ]
- PHP Funktion
- runkit_method_add ( phplist Code 19% Relevanz )
- Rubrik
- runkit Functions
- Kurzform
- runkit_method_add -- Dynamically adds a new method to a given class
- Vorschau
- ... . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. Parameter Liste classname The class to which this method will be added methodname The name of the method to add args Comma-delimited list of arguments for the newly-created method code The code to be evaluated when methodname is ...
- PHP Manual
- [ runkit_method_add php.net ]
- PHP Funktion
- swf_startdoaction ( phplist Code 19% Relevanz )
- Rubrik
- Shockwave Flash Funktionen
- Kurzform
- swf_startdoaction -- Start a description of an action list for the current frame
- Vorschau
- ...swf_startdoaction swf_startdoaction (PHP 4, PECL) swf_startdoaction -- Start a description of an action list for the current frame Description void swf_startdoaction ( void ) The swf_startdoaction() function starts the description of an action list for the current frame. This must be called before actions are defined for the ...
- PHP Manual
- [ swf_startdoaction php.net ]
- PHP Funktion
- XML-RPC Functions ( phplist Code 19% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... -- Generates XML for a PHP value xmlrpc_get_type -- Gets xmlrpc type for a PHP value xmlrpc_is_fault -- Determines if an array value represents an XMLRPC fault xmlrpc_parse_method_descriptions -- Decodes XML into a list of method descriptions xmlrpc_server_add_introspection_data -- Adds introspection documentation xmlrpc_server_call_method -- Parses XML requests and call methods xmlrpc_server_create -- Creates an xmlrpc server ...
- PHP Manual
- [ XML-RPC Functions php.net ]
- PHP Funktion
- List of timezones in the group America ( phplist Code 19% Relevanz )
- Rubrik
- List of Supported Timezones
- Kurzform
- -----
- Vorschau
- ...List of timezones in the group America PHP Handbuch Anhang H. List of Supported Timezones List of timezones in the group America Tabelle H-2. America America/Adak America/Anchorage America/Anguilla America/Antigua America/Araguaina America/Argentina/Buenos_Aires America/Argentina/Catamarca America/Argentina/...
- PHP Manual
- [ List of timezones in the group America php.net ]
- PHP Funktion
- List of timezones in the group Atlantic ( phplist Code 19% Relevanz )
- Rubrik
- List of Supported Timezones
- Kurzform
- -----
- Vorschau
- ...List of timezones in the group Atlantic PHP Handbuch Anhang H. List of Supported Timezones List of timezones in the group Atlantic Tabelle H-6. Atlantic Atlantic/Azores Atlantic/Bermuda Atlantic/Canary Atlantic/Cape_Verde Atlantic/Faeroe Atlantic/Jan_Mayen Atlantic/Madeira Atlantic/Reykjavik Atlantic/South_Georgia ...
- PHP Manual
- [ List of timezones in the group Atlantic php.net ]
- PHP Funktion
- List of timezones in the group Pacific ( phplist Code 19% Relevanz )
- Rubrik
- List of Supported Timezones
- Kurzform
- -----
- Vorschau
- ...List of timezones in the group Pacific PHP Handbuch Anhang H. List of Supported Timezones List of timezones in the group Pacific Tabelle H-10. Pacific Pacific/Apia Pacific/Auckland Pacific/Chatham Pacific/Easter Pacific/Efate Pacific/Enderbury Pacific/Fakaofo Pacific/Fiji Pacific/Funafuti Pacific/Galapagos Pacific/...
- PHP Manual
- [ List of timezones in the group Pacific php.net ]
- PHP Funktion
- Process Interaction Streams ( phplist Code 19% Relevanz )
- Rubrik
- List of Supported Protocols/Wrappers
- Kurzform
- -----
- Vorschau
- ...Process Interaction Streams PHP Handbuch Anhang M. List of Supported Protocols/Wrappers Process Interaction Streams expect:// PHP 4.3.0 and up (PECL) expect://command This wrapper is not enabled by default: In order to use the expect:// wrapper you must install the Expect ...
- PHP Manual
- [ Process Interaction Streams php.net ]
- PHP Funktion
- PHP's Automatic Build System ( phplist Code 19% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...want to change this dnl SEARCH_FOR="/include/my_module.h" # you most likely want to change this dnl if test -r $PHP_MY_MODULE/; then # path given as parameter dnl MY_MODULE_DIR=$PHP_MY_MODULE dnl else # search default path list dnl AC_MSG_CHECKING([for my_module files in default path]) dnl for i in $SEARCH_PATH ; do dnl if test -r $i/$SEARCH_FOR; then dnl MY_MODULE_DIR=$i dnl AC_MSG_RESULT(found in $i) dnl fi dnl done dnl fi dnl dnl if test -z "$...
- PHP Manual
- [ PHP's Automatic Build System php.net ]
- PHP Funktion
- Source Discussion ( phplist Code 19% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...pval is an alias for zval now). As the macro INTERNAL_FUNCTION_PARAMETERS is a Zend macro, the above declaration contains zval . When writing code, you should always use zval to conform to the new Zend API. The parameter list of this declaration is very important; you should keep these parameters in mind (see Tabelle 46-1 for descriptions). Tabelle 46-1. Zend's Parameters to Functions Called from PHP Parameter Description ht The number of ...
- PHP Manual
- [ Source Discussion php.net ]
- PHP Funktion
- Conversion Filters ( phplist Code 18% Relevanz )
- Rubrik
- List of Available Filters
- Kurzform
- -----
- Vorschau
- ...Conversion Filters PHP Handbuch Anhang N. List of Available Filters Conversion Filters Like the string.* filters, the convert.* filters perform actions similar to their names. The convert filters were added with PHP 5.0.0. For more information on a given filter, ...
- PHP Manual
- [ Conversion Filters php.net ]
- PHP Funktion
- maxdb_stmt_prepare ( phplist Code 18% Relevanz )
- Rubrik
- MaxDB PHP Extension
- Kurzform
- maxdb_stmt_prepare (no version information might be only in CVS)stmt->prepare -- Prepare a SQL statement for execution
- Vorschau
- ... in the SQL statement by embedding question mark ( ? ) characters at the appropriate positions. Anmerkung: The markers are legal only in certain places in SQL statements. For example, they are allowed in the VALUES() list of an INSERT statement (to specify column values for a row), or in a comparison with a column in a WHERE clause to specify a comparison value. However, they are not allowed for identifiers (such as table or column names...
- PHP Manual
- [ maxdb_stmt_prepare php.net ]
- PHP Funktion
- ssh2_publickey_add ( phplist Code 18% Relevanz )
- Rubrik
- Secure Shell2 Functions
- Kurzform
- ssh2_publickey_add -- Add an authorized publickey
- Vorschau
- ... used for managing publickeys on a server to which the client is already authenticated. To authenticate to a remote systemusing publickey authentication, use the ssh2_auth_pubkey_file() function instead. Parameter Liste pkey Publickey Subsystem resource created by ssh2_publickey_init() . algoname Publickey algorithm (e.g.): ssh-dss, ssh-rsa blob Publickey blob as raw binary data overwrite If the specified key already exists, should ...
- PHP Manual
- [ ssh2_publickey_add php.net ]
- PHP Funktion
- stream_get_filters ( phplist Code 18% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_get_filters -- Retrieve list of registered filters
- Vorschau
- ...stream_get_filters stream_get_filters (PHP 5) stream_get_filters -- Retrieve list of registered filters Description array stream_get_filters ( void ) Returns an indexed array containing the name of all stream filters available on the running system. Beispiel 1. Using stream_get_filters() <?php $...
- PHP Manual
- [ stream_get_filters php.net ]
- PHP Funktion
- stream_socket_pair ( phplist Code 18% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_socket_pair -- Creates a pair of connected indistinguishable socket streams
- Vorschau
- ... stream_socket_pair ( int domain, int type, int protocol ) stream_socket_pair() creates a pair of connected, indistinguishable socket streams. This function is commonly used in IPC (Inter-Process Communication). Parameter Liste domain The protocol family to be used: STREAM_PF_INET , STREAM_PF_INET6 or STREAM_PF_UNIX type The type of communication to be used: STREAM_SOCK_DGRAM , STREAM_SOCK_RAW , STREAM_SOCK_RDM , STREAM_SOCK_SEQPACKET or ...
- PHP Manual
- [ stream_socket_pair php.net ]
- PHP Funktion
- DOM XML Funktionen ( phplist Code 18% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... Sie keine zusätzliche DLL. Veraltete Funktionen Es gibt ziemlich viele Funktionen, die nicht in den DOM Standard passen und nicht mehr länger benutzt werden sollten. Diese Funktionen sind in der folgenden Tabelle aufgelistet. Die Funktion DomNode_append_child() hat ihr Verhalten geändert, indem sie nun ein 'Kind' statt einem 'Geschwister' hinzufügt. Wenn Ihre Applikation deshalb nicht mehr funktioniert, verwenden Sie die nicht DOM ...
- PHP Manual
- [ DOM XML Funktionen php.net ]
- PHP Funktion
- php_stream_opendir ( phplist Code 18% Relevanz )
- Rubrik
- Streams Dir API Reference
- Kurzform
- -----
- Vorschau
- ... php_stream_opendir -- Open a directory for file enumeration Description php_stream * php_stream_opendir ( char * path, php_stream_context * context ) php_stream_opendir() returns a stream that can be used to list the files that are contained in the directory specified by path . This function is functionally equivalent to POSIX opendir() . Although this function returns a php_stream object, it is not recommended to try to use the ...
- PHP Manual
- [ php_stream_opendir php.net ]
- PHP Funktion
- List of timezones in the group Antarctica ( phplist Code 18% Relevanz )
- Rubrik
- List of Supported Timezones
- Kurzform
- -----
- Vorschau
- ...List of timezones in the group Antarctica PHP Handbuch Anhang H. List of Supported Timezones List of timezones in the group Antarctica Tabelle H-3. Antarctica Antarctica/Casey Antarctica/Davis Antarctica/DumontDUrville Antarctica/Mawson Antarctica/McMurdo Antarctica/Palmer Antarctica/Rothera Antarctica/South_Pole ...
- PHP Manual
- [ List of timezones in the group Antarctica php.net ]
- PHP Funktion
- List of timezones in the group Australia ( phplist Code 18% Relevanz )
- Rubrik
- List of Supported Timezones
- Kurzform
- -----
- Vorschau
- ...List of timezones in the group Australia PHP Handbuch Anhang H. List of Supported Timezones List of timezones in the group Australia Tabelle H-7. Australia Australia/ACT Australia/Adelaide Australia/Brisbane Australia/Broken_Hill Australia/Canberra Australia/Currie Australia/Darwin Australia/Hobart Australia/LHI ...
- PHP Manual
- [ List of timezones in the group Australia php.net ]
- PHP Funktion
- Compression Filters ( phplist Code 17% Relevanz )
- Rubrik
- List of Available Filters
- Kurzform
- -----
- Vorschau
- ...Compression Filters PHP Handbuch Anhang N. List of Available Filters Compression Filters While the Compression Wrappers provide a way of creating gzip and bz2 compatible files on the local filesystem, they do not provide a means for generalized compression over ...
- PHP Manual
- [ Compression Filters php.net ]
- PHP Funktion
- http_get ( phplist Code 17% Relevanz )
- Rubrik
- HTTP Funktionen
- Kurzform
- http_get -- Perform GET request
- Vorschau
- ... allow gzip/deflate content encoding port int use another port as specified in the url referer string the referer to send useragent string the user agent to send (defaults to PECL::HTTP/version (PHP/version)) headers array list of custom headers as associative array like array("header" => "value") cookies array list of cookies as associative array like array("cookie" => "value") encodecookies bool whether to urlencode the cookies (default...
- PHP Manual
- [ http_get php.net ]
- PHP Funktion
- ircg_who ( phplist Code 17% Relevanz )
- Rubrik
- IRC Gateway Funktionen
- Kurzform
- ircg_who -- Queries server for WHO information
- Vorschau
- ...ircg_who ircg_who (PHP 4 >= 4.3.3, PHP 5 <= 5.0.4) ircg_who -- Queries server for WHO information Description bool ircg_who ( resource connection, string mask [, bool ops_only] ) ircg_who() will request a list of users whose nickname is matching mask on connected network connection . The optional parameter ops_only will shrink the list to server operators only. The answer is sent to the output defined by ircg_set_file() or ...
- PHP Manual
- [ ircg_who php.net ]
- PHP Funktion
- runkit_function_add ( phplist Code 17% Relevanz )
- Rubrik
- runkit Functions
- Kurzform
- runkit_function_add -- Add a new function similar to create_function()
- Vorschau
- ...runkit_function_add runkit_function_add (PECL) runkit_function_add -- Add a new function, similar to create_function() Beschreibung bool runkit_function_add ( string funcname, string arglist, string code ) Parameter Liste funcname Name of function to be created arglist Comma separated argument list code Code making up the function Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. A runkit_function_add...
- PHP Manual
- [ runkit_function_add php.net ]
- PHP Funktion
- stream_filter_append ( phplist Code 17% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_filter_append -- Attach a filter to a stream
- Vorschau
- ... (PHP 4 >= 4.3.0, PHP 5) stream_filter_append -- Attach a filter to a stream Description resource stream_filter_append ( resource stream, string filtername [, int read_write [, mixed params]] ) Adds filtername to the list of filters attached to stream . This filter will be added with the specified params to the end of the list and will therefore be called last during stream operations. To add a filter to the beginning of the list, use ...
- PHP Manual
- [ stream_filter_append php.net ]
- PHP Funktion
- stream_get_wrappers ( phplist Code 17% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_get_wrappers -- Retrieve list of registered streams
- Vorschau
- ...stream_get_wrappers stream_get_wrappers (PHP 5) stream_get_wrappers -- Retrieve list of registered streams Description array stream_get_wrappers ( void ) Returns an indexed array containing the name of all stream wrappers available on the running system. Beispiel 1. stream_get_wrappers() example <?php...
- PHP Manual
- [ stream_get_wrappers php.net ]
- PHP Funktion
- stream_socket_client ( phplist Code 17% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_socket_client -- Open Internet or Unix domain socket connection
- Vorschau
- ... due to a problem initializing the socket. Note that the errno and errstr arguments will always be passed by reference. Depending on the environment, the Unix domain or the optional connect timeout may not be available. A list of available transports can be retrieved using stream_get_transports() . See Anhang O for a list of built in transports. The stream will by default be opened in blocking mode. You can switch it to non-blocking mode by ...
- PHP Manual
- [ stream_socket_client php.net ]
- PHP Funktion
- stream_socket_server ( phplist Code 17% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_socket_server -- Create an Internet or Unix domain server socket
- Vorschau
- ...the target portion should point to the socket file on the filesystem. flags is a bitmask field which may be set to any combination of socket creation flags. The default value of flags is STREAM_SERVER_BIND | STREAM_SERVER_LISTEN . Anmerkung: For UDP sockets, you must use STREAM_SERVER_BIND as the flags parameter. This function only creates a socket, to begin accepting connections use stream_socket_accept() . If the call fails, it will return ...
- PHP Manual
- [ stream_socket_server php.net ]
- PHP Funktion
- xmlrpc_parse_method_descriptions ( phplist Code 17% Relevanz )
- Rubrik
- XML-RPC Functions
- Kurzform
- xmlrpc_parse_method_descriptions -- Decodes XML into a list of method descriptions
- Vorschau
- ...xmlrpc_parse_method_descriptions xmlrpc_parse_method_descriptions (PHP 4 >= 4.1.0, PHP 5) xmlrpc_parse_method_descriptions -- Decodes XML into a list of method descriptions Beschreibung array xmlrpc_parse_method_descriptions ( string xml ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in ...
- PHP Manual
- [ xmlrpc_parse_method_descriptions php.net ]
- PHP Funktion
- Building from source ( phplist Code 17% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ...0, you can change this behaviour by using the --add-modules-dir argument (e.g. cscript /nologo win32/build/buildconf.js --add-modules-dir=../php-gtk2 --add-modules-dir=../pecl ). The third step is configuring. To view the list of the available configuration options type cscript /nologo configure.js --help . After choosing the options that you will enable/disable, type something like: cscript /nologo configure.js --disable-foo --enable-fun-ext . ...
- PHP Manual
- [ Building from source php.net ]
- PHP Funktion
- Funktionen zur Ausgabesteuerung ( phplist Code 17% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... level of the output buffering mechanism ob_get_status -- Get status of output buffers ob_gzhandler -- ob_start callback function to gzip output buffer ob_implicit_flush -- Schaltet die implizite Ausgabe ein bzw. aus ob_list_handlers -- List all output handlers in use ob_start -- Einschalten der Pufferung von Ausgaben output_add_rewrite_var -- Add URL rewriter values output_reset_rewrite_vars -- Reset URL rewriter values PDO_OCI DSN flush...
- PHP Manual
- [ Funktionen zur Ausgabesteuerung php.net ]
- PHP Funktion
- Paradox File Access ( phplist Code 17% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... extension provides also an object oriented API. It consists of only one class called paradox_db. Its methods only differ from the functions in its name and of course the missing first parameter. The following table will list all methods and its equivalent functions. Tabelle 1. Methods of class paradox_db Name of method Equivalent function Constructor px_new() Destructor px_delete() open_fp() px_open_fp() create_fp() px_create_fp() close() ...
- PHP Manual
- [ Paradox File Access php.net ]
- PHP Funktion
- Ihre erste PHP-erweiterte Seite ( phplist Code 17% Relevanz )
- Rubrik
- Kleines Tutorial
- Kurzform
- -----
- Vorschau
- ... der Syntax von PHP. Anmerkung zu Text-Editoren: Es gibt eine ganze Reihe von Text-Editoren und Integrated Development Environments (IDEs), mit denen Sie Ihre PHP-Dateien erstellen, bearbeiten und managen können. Eine Liste solcher Programme finden Sie hier: PHP Editors List . Wenn Sie einen Editor vorschlagen möchten, besuchen Sie bitte die genannte Seite und bitten Sie den Betreiber der Seite, dass er den Editor der Liste hinzufügt. Wir ...
- PHP Manual
- [ Ihre erste PHP-erweiterte Seite php.net ]
- PHP Funktion
- Printing Information ( phplist Code 17% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...This function accepts two arguments; the first is the error type (see zend_errors.h ), and the second is the error message. zend_error(E_WARNING, "This function has been called with empty arguments"); Tabelle 46-16 shows a list of possible values (see Abbildung 46-3 ). These values are also referred to in php.ini . Depending on which error type you choose, your messages will be logged. Tabelle 46-16. Zend's Predefined Error Messages. Error ...
- PHP Manual
- [ Printing Information php.net ]
- PHP Funktion
- maxdb_stmt_bind_param ( phplist Code 16% Relevanz )
- Rubrik
- MaxDB PHP Extension
- Kurzform
- maxdb_stmt_bind_param (no version information might be only in CVS)stmt->bind_param -- Binds variables to a prepared statement as parameters
- Vorschau
- ...The string types contains one or more characters which specify the types for the corresponding bind variables. The extended syntax of maxdb_stmt_bind_param() allows to give the parameters as an array instead of a variable list of PHP variables to the function. If the array variable has not been used before calling maxdb_stmt_bind_param() , it has to be initialized as an emtpy array. See the examples how to use maxdb_stmt_bind_param() with ...
- PHP Manual
- [ maxdb_stmt_bind_param php.net ]
- PHP Funktion
- odbc_procedurecolumns ( phplist Code 16% Relevanz )
- Rubrik
- ODBC Funktionen
- Kurzform
- odbc_procedurecolumns -- Retrieve information about parameters to procedures
- Vorschau
- ...odbc_procedurecolumns -- Retrieve information about parameters to procedures Description resource odbc_procedurecolumns ( resource connection_id [, string qualifier, string owner, string proc, string column] ) Returns the list of input and output parameters, as well as the columns that make up the result set for the specified procedures. Returns an ODBC result identifier or FALSE on failure. The result set has the following columns: ...
- PHP Manual
- [ odbc_procedurecolumns php.net ]
- PHP Funktion
- php_ini_scanned_files ( phplist Code 16% Relevanz )
- Rubrik
- PHP Optionen & Informationen
- Kurzform
- php_ini_scanned_files -- Return a list of .ini files parsed from the additional ini dir
- Vorschau
- ...php_ini_scanned_files php_ini_scanned_files (PHP 4 >= 4.3.0, PHP 5) php_ini_scanned_files -- Return a list of .ini files parsed from the additional ini dir Description string php_ini_scanned_files ( void ) php_ini_scanned_files() returns a comma-separated list of configuration files parsed after php.ini . These files are found...
- PHP Manual
- [ php_ini_scanned_files php.net ]
- PHP Funktion
- px_set_targetencoding ( phplist Code 16% Relevanz )
- Rubrik
- Paradox File Access
- Kurzform
- px_set_targetencoding -- Sets the encoding for character fields (deprecated)
- Vorschau
- ... is not set, the character data will be returned in the DOS code page encoding as specified in the database file. The encoding can be any string identifier known to iconv or recode. On unix systems run iconv -l for a list of available encodings. This function is deprecated and should be replaced by calling px_set_parameter() . See also px_get_info() to determine the DOS code page as stored in the database file. Parameter Liste pxdoc ...
- PHP Manual
- [ px_set_targetencoding php.net ]
- PHP Funktion
- stream_filter_prepend ( phplist Code 16% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_filter_prepend -- Attach a filter to a stream
- Vorschau
- ...PHP 4 >= 4.3.0, PHP 5) stream_filter_prepend -- Attach a filter to a stream Description resource stream_filter_prepend ( resource stream, string filtername [, int read_write [, mixed params]] ) Adds filtername to the list of filters attached to stream . This filter will be added with the specified params to the beginning of the list and will therefore be called first during stream operations. To add a filter to the end of the list, use ...
- PHP Manual
- [ stream_filter_prepend php.net ]
- PHP Funktion
- stream_get_transports ( phplist Code 16% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_get_transports -- Retrieve list of registered socket transports
- Vorschau
- ...stream_get_transports stream_get_transports (PHP 5) stream_get_transports -- Retrieve list of registered socket transports Description array stream_get_transports ( void ) Returns an indexed array containing the name of all socket transports available on the running system. Beispiel 1. Using ...
- PHP Manual
- [ stream_get_transports php.net ]
- PHP Funktion
- Apache 1.3.x on Microsoft Windows ( phplist Code 16% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ...-php .php # For PHP 4Action application/x-httpd-php "/php/php.exe" # For PHP 5Action application/x-httpd-php "/php/php-cgi.exe" # specify the directory where php.ini isSetEnv PHPRC C:/php Note that the second line in the list above can be found in the actual versions of httpd.conf , but it is commented out. Remember also to substitute the c:/php/ for your actual path to PHP. Warnung Wenn Sie das CGI Setup verwenden,ist Ihr Server für einige mö...
- PHP Manual
- [ Apache 1.3.x on Microsoft Windows php.net ]
- PHP Funktion
- Alternative PHP Cache ( phplist Code 16% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...Leaving this at zero means that your cache could potentially fill up with stale entries while newer entries won't be cached. apc.gc_ttl integer The number of seconds that a cache entry may remain on the garbage-collection list. This value provides a fail-safe in the event that a server process dies while executing a cached source file; if that source file is modified, the memory allocated for the old version will not be reclaimed until this TTL ...
- PHP Manual
- [ Alternative PHP Cache php.net ]
- PHP Funktion
- DOMDocument->registerNodeClass() ( phplist Code 15% Relevanz )
- Rubrik
- DOM Functions
- Kurzform
- DOMDocument->registerNodeClass() -- Register extended class used to create base node type
- Vorschau
- ... ( string baseclass, string extendedclass ) } This method allows you to register your own extended DOM class to be used afterward by the PHP DOM extension. This method is not part of the DOM standard. Parameter Liste baseclass The DOM class that you want to extend. You can find a list of these classes in the chapter introduction. Of course, you won't be able to register a class extending DOMDocument but you can always start your ...
- PHP Manual
- [ DOMDocument->registerNodeClass() php.net ]
- PHP Funktion
- http_head ( phplist Code 15% Relevanz )
- Rubrik
- HTTP Funktionen
- Kurzform
- http_head -- Perform HEAD request
- Vorschau
- ... http_head (PECL) http_head -- Perform HEAD request Beschreibung string http_head ( [string url [, array options [, array &info]]] ) Performs an HTTP HEAD request on the supplied url. See http_get() for a full list of available parameters and options . Parameter Liste url URL options Request options info Request/response information Rückgabewerte Returns the HTTP response(s) as string on success, or FALSE on failure. http_get...
- PHP Manual
- [ http_head php.net ]
- PHP Funktion
- hw_api->srcanchors ( phplist Code 15% Relevanz )
- Rubrik
- Hyperwave API Functions
- Kurzform
- hw_api->srcanchors -- Returns a list of all source anchors
- Vorschau
- ...setcommittedversion"HREF="function.hwapi-setcommittedversion.html"> srcsofdst"HREF="function.hwapi-srcsofdst.html"> hw_api->srcanchors (no version information, might be only in CVS) hw_api->srcanchors -- Returns a list of all source anchors Description array hw_api->srcanchors ( array parameter ) Retrieves all source anchors of an object. The parameter array contains the required element 'objectIdentifier' and the optional elements...
- PHP Manual
- [ hw_api->srcanchors php.net ]
- PHP Funktion
- runkit_method_redefine ( phplist Code 15% Relevanz )
- Rubrik
- runkit Functions
- Kurzform
- runkit_method_redefine -- Dynamically changes the code of the given method
- Vorschau
- ... . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. Parameter Liste classname The class in which to redefine the method methodname The name of the method to redefine args Comma-delimited list of arguments for the redefined method code The new code to be evaluated when methodname is ...
- PHP Manual
- [ runkit_method_redefine php.net ]
- PHP Funktion
- spl_autoload_extensions ( phplist Code 15% Relevanz )
- Rubrik
- Standard PHP Library (SPL) Functions
- Kurzform
- spl_autoload_extensions -- Register and return default file extensions for spl_autoload
- Vorschau
- ...string file_extensions] ) This function allows to modify and check the file extensions the built in __autoload fallback function spl_autoload will be using. When calling without an argument it simply returns the current list of extensions each separated by comma. To modify the list of file extensions simply invoke the functions with the new list of file extensions to use in a single string with each extensions separated by comma. ...
- PHP Manual
- [ spl_autoload_extensions php.net ]
- PHP Funktion
- ssh2_methods_negotiated ( phplist Code 15% Relevanz )
- Rubrik
- Secure Shell2 Functions
- Kurzform
- ssh2_methods_negotiated -- Return list of negotiated methods
- Vorschau
- ...ssh2_methods_negotiated ssh2_methods_negotiated (PECL) ssh2_methods_negotiated -- Return list of negotiated methods Description array ssh2_methods_negotiated ( resource session ) Returns list of negotiated methods. Beispiel 1. Determining what methods were negotiated <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); $methods = ssh2_methods_negotiated ( $connection ); echo "Encryption keys were ...
- PHP Manual
- [ ssh2_methods_negotiated php.net ]
- PHP Funktion
- xml_set_external_entity_ref_handler ( phplist Code 15% Relevanz )
- Rubrik
- XML Parser Functions
- Kurzform
- xml_set_external_entity_ref_handler -- Set up external entity reference handler
- Vorschau
- ... base, string system_id, string public_id ) parser The first parameter, parser , is a reference to the XML parser calling the handler. open_entity_names The second parameter, open_entity_names , is a space-separated list of the names of the entities that are open for the parse of this entity (including the name of the referenced entity). base This is the base for resolving the system identifier ( system_id ) of the external entity....
- PHP Manual
- [ xml_set_external_entity_ref_handler php.net ]
- PHP Funktion
- Installation of extensions on Windows ( phplist Code 15% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ... are prefixed with php_ . Many extensions are built into the Windows version of PHP. This means additional DLL files, and the extension directive, are not used to load these extensions. The Windows PHP Extensions table lists extensions that require, or used to require, additional PHP DLL files. Here's a list of built in extensions: In PHP 4 (updated PHP 4.3.11): BCMath , Caledar , COM , Ctype , FTP , MySQL , ODBC , Overload , PCRE , Session...
- PHP Manual
- [ Installation of extensions on Windows php.net ]
- PHP Funktion
- Windows Installer (PHP 5.2 and later) ( phplist Code 15% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ... (XITAMIDIR). You can also specify what features to install. For example, to install the mysqli extension and the CGI executable: msiexec.exe /i php-VERSION-win32-install.msi /q ADDLOCAL=cgi,ext_php_mysqli The current list of Features to install is as follows: MainExecutable - php.exe executableScriptExecutable - php-win.exe executableext_php_* - the various extensions ( for example: ext_php_mysql for MySQL )apache13 - Apache 1.3 ...
- PHP Manual
- [ Windows Installer (PHP 5.2 and later) php.net ]
- PHP Funktion
- Error Handling and Logging Functions ( phplist Code 15% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- .... report_memleaks boolean If this parameter is set to Off, then memory leaks will not be shown (on stdout or in the log). This has only effect in a debug compile, and if error_reporting includes E_WARNING in the allowed list track_errors boolean If enabled, the last error message will always be present in the variable $php_errormsg . html_errors boolean Turn off HTML tags in error messages. The new format for HTML errors produces clickable ...
- PHP Manual
- [ Error Handling and Logging Functions php.net ]
- PHP Funktion
- Hyperwave API Functions ( phplist Code 15% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... of documents. A document can be any possible piece of data that may as well be stored in file. Each document is accompanied by its object record. The object record contains meta data for the document. The meta data is a list of attributes which can be extended by the user. Certain attributes are always set by the Hyperwave server, other may be modified by the user. Anmerkung: This extension has been moved to the PECL repository and is no ...
- PHP Manual
- [ Hyperwave API Functions php.net ]
- PHP Funktion
- IRC Gateway Funktionen ( phplist Code 15% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... befindet sich hier . Inhaltsverzeichnis ircg_channel_mode -- Setzt die Channel Attribute für einen Benutzer ircg_disconnect -- Beendet die Verbindung zum IRC-Server ircg_eval_ecmascript_params -- Decodes a list of JS-encoded parameters ircg_fetch_error_msg -- Liefert den Fehler des letzten ircg Funktionsaufrufes. ircg_get_username -- Liefert den Benutzernamen ircg_html_encode -- Wandelt einen HTML string für die Ausgabe um ...
- PHP Manual
- [ IRC Gateway Funktionen php.net ]
- PHP Funktion
- Secure Shell2 Functions ( phplist Code 15% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... -- Connect to an SSH server ssh2_exec -- Execute a command on a remote server ssh2_fetch_stream -- Fetch an extended data stream ssh2_fingerprint -- Retreive fingerprint of remote server ssh2_methods_negotiated -- Return list of negotiated methods ssh2_publickey_add -- Add an authorized publickey ssh2_publickey_init -- Initialize Publickey subsystem ssh2_publickey_list -- List currently authorized publickeys ssh2_publickey_remove -- Remove an ...
- PHP Manual
- [ Secure Shell2 Functions php.net ]
- PHP Funktion
- Extension Kategorisierung ( phplist Code 14% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ... CLXIX, win32ps Functions Verweis CLXX, win32service Functions Serverspezifische Extensions Verweis II, Apache-spezifische Funktionen Verweis LXII, IIS Administration Functions Verweis CI, NSAPI-specific Functions List of timezones in the group Others Zugehörigkeit...
- PHP Manual
- [ Extension Kategorisierung php.net ]
- PHP Funktion
- db2_tables ( phplist Code 14% Relevanz )
- Rubrik
- IBM DB2 Cloudscape and Apache Derby Functions
- Kurzform
- db2_tables -- Returns a result set listing the tables and associated metadata in a database
- Vorschau
- ...db2_tables db2_tables (PECL) db2_tables -- Returns a result set listing the tables and associated metadata in a database Beschreibung resource db2_tables ( resource connection [, string qualifier [, string schema [, string table-name [, string table-type]]]] ) Returns a result set listing ...
- PHP Manual
- [ db2_tables php.net ]
- PHP Funktion
- hash_algos ( phplist Code 14% Relevanz )
- Rubrik
- hash Functions
- Kurzform
- hash_algos -- Return a list of registered hashing algorithms
- Vorschau
- ...hash_algos hash_algos (no version information, might be only in CVS) hash_algos -- Return a list of registered hashing algorithms Beschreibung array hash_algos ( void ) Rückgabewerte Returns a numerically indexed array containing the list of supported hashing algorithms. Beispiele Beispiel 1. hash_algos() example ...
- PHP Manual
- [ hash_algos php.net ]
- PHP Funktion
- http_get_request_headers ( phplist Code 14% Relevanz )
- Rubrik
- HTTP Funktionen
- Kurzform
- http_get_request_headers -- Get request headers as array
- Vorschau
- ...http_get_request_headers http_get_request_headers (PECL) http_get_request_headers -- Get request headers as array Beschreibung array http_get_request_headers ( void ) Get a list of incoming HTTP headers. Parameter Liste Rückgabewerte Returns an associative array of incoming request headers. http_get_request_body http_date...
- PHP Manual
- [ http_get_request_headers php.net ]
- PHP Funktion
- runkit_function_redefine ( phplist Code 14% Relevanz )
- Rubrik
- runkit Functions
- Kurzform
- runkit_function_redefine -- Replace a function definition with a new implementation
- Vorschau
- ...runkit_function_redefine runkit_function_redefine (PECL) runkit_function_redefine -- Replace a function definition with a new implementation Beschreibung bool runkit_function_redefine ( string funcname, string arglist, string code ) Anmerkung: By default, onlyuserspace functions may be removed, renamed, or modified. In order tooverride internal functions, you must enable the runkit.internal_override setting in the system-widephp.ini ...
- PHP Manual
- [ runkit_function_redefine php.net ]
- PHP Funktion
- SWFGradient->addEntry ( phplist Code 14% Relevanz )
- Rubrik
- Ming functions for Flash
- Kurzform
- SWFGradient->addEntry -- Adds an entry to the gradient list
- Vorschau
- ...SWFGradient->addEntry SWFGradient->addEntry (no version information, might be only in CVS) SWFGradient->addEntry -- Adds an entry to the gradient list Description void swfgradient->addentry ( float ratio, int red, int green, int blue [, int a] ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann...
- PHP Manual
- [ SWFGradient->addEntry php.net ]
- PHP Funktion
- token_name ( phplist Code 14% Relevanz )
- Rubrik
- Tokenizer Functions
- Kurzform
- token_name -- Get the symbolic name of a given PHP token
- Vorschau
- ...token_name token_name (PHP 4 >= 4.2.0, PHP 5) token_name -- Get the symbolic name of a given PHP token Beschreibung string token_name ( int token ) token_name() gets the symbolic name for a PHP token value. Parameter Liste token The token value. Rückgabewerte The symbolic name of the given token . The returned name returned matches the name of the matching token constant. Beispiele Beispiel 1. token_name() example <?php // 260 is the...
- PHP Manual
- [ token_name php.net ]
- PHP Funktion
- ICAP Functions [removed] ( phplist Code 14% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... stream icap_create_calendar -- Create a new calendar icap_delete_calendar -- Delete a calendar icap_delete_event -- Delete an event from an ICAP calendar icap_fetch_event -- Fetches an event from the calendar stream/ icap_list_alarms -- Return a list of events that has an alarm triggered at the given datetime icap_list_events -- Return a list of events between two given datetimes icap_open -- Opens up an ICAP connection icap_rename_calendar -- ...
- PHP Manual
- [ ICAP Functions [removed] php.net ]
- PHP Funktion
- Ming functions for Flash ( phplist Code 14% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... SWFFill->skewYTo -- Sets fill y-skew SWFFill -- Loads SWFFill object swffont->getwidth -- Returns the string's width SWFFont -- Loads a font definition SWFGradient->addEntry -- Adds an entry to the gradient list SWFGradient -- Creates a gradient object SWFMorph->getshape1 -- Gets a handle to the starting shape SWFMorph->getshape2 -- Gets a handle to the ending shape SWFMorph -- Creates a new SWFMorph object SWFMovie->...
- PHP Manual
- [ Ming functions for Flash php.net ]
- PHP Funktion
- db2_connect ( phplist Code 13% Relevanz )
- Rubrik
- IBM DB2 Cloudscape and Apache Derby Functions
- Kurzform
- db2_connect -- Returns a connection to a database
- Vorschau
- ... Beschreibung resource db2_connect ( string database, string username, string password [, array options] ) Creates a new connection to an IBM DB2 Universal Database, IBM Cloudscape, or Apache Derby database. Parameter Liste database For a cataloged connection to a database, database represents the database alias in the DB2 client catalog. For an uncataloged connection to a database, database represents a complete connection string in the ...
- PHP Manual
- [ db2_connect php.net ]
- PHP Funktion
- hw_GetObject ( phplist Code 13% Relevanz )
- Rubrik
- Hyperwave Functions
- Kurzform
- hw_GetObject -- Object record
- Vorschau
- ...> ::= "=" | /* equal */ "<" | /* less than (string compare) */ ">" | /* greater than (string compare) */ "~" /* regular expression matching */ The query allows to further select certain objects from the list of given objects. Unlike the other query functions, this query may use not indexed attributes. How many object records are returned depends on the query and if access to the object is allowed. See also hw_getandlock() , ...
- PHP Manual
- [ hw_GetObject php.net ]
- PHP Funktion
- natcasesort ( phplist Code 13% Relevanz )
- Rubrik
- Array Funktionen
- Kurzform
- natcasesort -- Sortiert ein Array in "natürlicher Reihenfolge" Groß/Kleinschreibung wird ignoriert
- Vorschau
- ...; IMG3.png [2] => img10.png [1] => img12.png) Detailliertere Informationen finden Sie auf Martin Pool's Natural Order String Comparison Seite. Siehe auch sort() , natsort() , strnatcmp() und strnatcasecmp() . list natsort...
- PHP Manual
- [ natcasesort php.net ]
- PHP Funktion
- odbc_tables ( phplist Code 13% Relevanz )
- Rubrik
- ODBC Funktionen
- Kurzform
- odbc_tables -- Get the list of table names stored in a specific data source
- Vorschau
- ...odbc_tables odbc_tables (PHP 3 >= 3.0.17, PHP 4, PHP 5) odbc_tables -- Get the list of table names stored in a specific data source Description resource odbc_tables ( resource connection_id [, string qualifier [, string owner [, string name [, string types]]]] ) Lists all tables in the requested range. ...
- PHP Manual
- [ odbc_tables php.net ]
- PHP Funktion
- rpm_get_tag ( phplist Code 13% Relevanz )
- Rubrik
- RPM Header Reading Funktionen
- Kurzform
- rpm_get_tag -- Retrieves a header tag from an RPM file
- Vorschau
- ... only in CVS) rpm_get_tag -- Retrieves a header tag from an RPM file Beschreibung mixed rpm_get_tag ( resource rpmr, int tagnum ) rpm_get_tag() will retrieve a given tag from the RPM file's header and return it. Parameter Liste rpmr A file pointer resource successfully opened by rpm_open() . tagnum The tag number to retrieve from the RPM header. This value can be specified using the list of constants defined by this module. Rückgabewerte The...
- PHP Manual
- [ rpm_get_tag php.net ]
- PHP Funktion
- tidy_getopt ( phplist Code 13% Relevanz )
- Rubrik
- Tidy Functions
- Kurzform
- tidy_getopt -- Returns the value of the specified configuration option for the tidy document
- Vorschau
- ... style: mixed tidy->getOpt ( string option ) tidy_getopt() returns the value of the specified option for the specified tidy object . The return type depends on the type of the specified option . You will find a list with each configuration option and their types at: http://tidy.sourceforge.net/docs/quickref.html . Beispiel 1. tidy_getopt() example <?php $html = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html>&...
- PHP Manual
- [ tidy_getopt php.net ]
- PHP Funktion
- tidy_setopt ( phplist Code 13% Relevanz )
- Rubrik
- Tidy Functions
- Kurzform
- tidy_setopt -- Updates the configuration settings for the specified tidy document
- Vorschau
- ...) tidy_setopt -- Updates the configuration settings for the specified tidy document Description bool tidy_setopt ( string option, mixed value ) tidy_setopt() updates the specified option with a new value . You will find a list with each configuration option at: http://tidy.sourceforge.net/docs/quickref.html . Beispiel 1. tidy_setopt() example <?php $html = '<p>test</i>' ; $tidy = tidy_parse_string ( $html ); tidy_setopt ( 'indent...
- PHP Manual
- [ tidy_setopt php.net ]
- PHP Funktion
- Beschreibung der core php.ini Einstellungen ( phplist Code 13% Relevanz )
- Rubrik
- php.ini Einstellungen
- Kurzform
- -----
- Vorschau
- ...Beschreibung der core php.ini Einstellungen PHP Handbuch Anhang G. php.ini Einstellungen Beschreibung der core php.ini Einstellungen Diese Liste beinhaltet die core php.ini Einstellungen, die man setzen kann, um die eigenen PHP Einstellungen zu konfigurieren. Einstellungen, die von Extensions behandelt werden, sind in den Handbuchseiten zur Extension aufgeführt ...
- PHP Manual
- [ Beschreibung der core php.ini Einstellungen php.net ]
- PHP Funktion
- Bug reports ( phplist Code 13% Relevanz )
- Rubrik
- Problems?
- Kurzform
- -----
- Vorschau
- ... PHP developers probably don't know about it, and unless you report it, chances are it won't be fixed. You can report bugs using the bug-tracking system at http://bugs.php.net/ . Please do not send bug reports in mailing list or personal letters. The bug system is also suitable to submit feature requests. Read the How to report a bug document before submitting any bug reports! Other problems Laufzeiteinstellungen...
- PHP Manual
- [ Bug reports php.net ]
- PHP Funktion
- Xitami on Microsoft Windows ( phplist Code 13% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ... Handbuch Kapitel 6. Installation on Windows systems Xitami on Microsoft Windows This section contains notes and hints specific to Xitami on Windows. Anmerkung: You should read the manual installation steps first! This list describes how to set up the PHP CGI binary to work with Xitami on Windows. Important for CGI users: Read the faq on cgi.force_redirect for important details. This directive needs to be set to 0 . If you want to use $...
- PHP Manual
- [ Xitami on Microsoft Windows php.net ]
- PHP Funktion
- Shockwave Flash Funktionen ( phplist Code 13% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... -- Modify an object swf_mulcolor -- Setzt die "global multiply"-Farbe auf den spezifizierten rgba-Wert swf_nextid -- Returns the next free object id swf_oncondition -- Describe a transition used to trigger an action list swf_openfile -- Öffnet eine neue Shockwave Flash Datei swf_ortho2 -- Defines 2D orthographic mapping of user coordinates onto the current viewport swf_ortho -- Defines an orthographic mapping of user coordinates onto the ...
- PHP Manual
- [ Shockwave Flash Funktionen php.net ]
- PHP Funktion
- FTP and FTPS ( phplist Code 13% Relevanz )
- Rubrik
- List of Supported Protocols/Wrappers
- Kurzform
- -----
- Vorschau
- ...FTP and FTPS PHP Handbuch Anhang M. List of Supported Protocols/Wrappers FTP and FTPS PHP 3, PHP 4, PHP 5. ftps:// since PHP 4.3.0 ftp://example.com/pub/file.txt ftp://user:password@example.com/pub/file.txt ftps://example.com/pub/file.txt ftps://user:password@...
- PHP Manual
- [ FTP and FTPS php.net ]
- PHP Funktion
- http_put_data ( phplist Code 12% Relevanz )
- Rubrik
- HTTP Funktionen
- Kurzform
- http_put_data -- Perform PUT request with data
- Vorschau
- ... -- Perform PUT request with data Beschreibung string http_put_data ( string url [, string data [, array options [, array &info]]] ) Performs an HTTP PUT request on the supplied url. See http_get() for a full list of available parameters and options . Parameter Liste url URL data PUT request body options Request options info Request/response information Rückgabewerte Returns the HTTP response(s) as string on success, or FALSE ...
- PHP Manual
- [ http_put_data php.net ]
- PHP Funktion
- http_put_file ( phplist Code 12% Relevanz )
- Rubrik
- HTTP Funktionen
- Kurzform
- http_put_file -- Perform PUT request with file
- Vorschau
- ... -- Perform PUT request with file Beschreibung string http_put_file ( string url [, string file [, array options [, array &info]]] ) Performs an HTTP PUT request on the supplied url. See http_get() for a full list of available parameters and options . Parameter Liste url URL file The file to put options Request options info Request/response information Rückgabewerte Returns the HTTP response(s) as string on success, or FALSE ...
- PHP Manual
- [ http_put_file php.net ]
- PHP Funktion
- mb_http_input ( phplist Code 12% Relevanz )
- Rubrik
- Multibyte String Functions
- Kurzform
- mb_http_input -- Detect HTTP input character encoding
- Vorschau
- ... mb_http_input ( [string type] ) mb_http_input() returns result of HTTP input character encoding detection. type : Input string specifies input type. "G" for GET, "P" for POST, "C" for COOKIE, "S" for string, "L" for list, "I" for whole list (will return array ). If type is omitted, it returns last input type processed. Return Value: Character encoding name. If mb_http_input() does not process specified HTTP input, it returns FALSE . See ...
- PHP Manual
- [ mb_http_input php.net ]
- PHP Funktion
- token_get_all ( phplist Code 12% Relevanz )
- Rubrik
- Tokenizer Functions
- Kurzform
- token_get_all -- Split given source into PHP tokens
- Vorschau
- ... -- Split given source into PHP tokens Beschreibung array token_get_all ( string source ) token_get_all() parses the given source string into PHP language tokens using the Zend engine's lexical scanner. For a list of parser tokens, see Anhang Q , or use token_name() to translate a token value into its string representation. Parameter Liste source The PHP source to parse. Rückgabewerte An array of token identifiers. Each ...
- PHP Manual
- [ token_get_all php.net ]
- PHP Funktion
- Rückgabewerte ( phplist Code 12% Relevanz )
- Rubrik
- Funktionen
- Kurzform
- -----
- Vorschau
- ...Rückgabewerte PHP Handbuch Kapitel 17. Funktionen Rückgabewerte Sie können Werte mit dem optionalen Befehl "return" geben. Es können Variablen jedes Typs gegeben werden, auch Listen oder Objekte. Die beendet sofort die Funktion, und die Kontrolle wird wieder an die aufrufende Zeile gegeben. e Informationen finden Sie unter return() . function quadrat ($zahl) { return $zahl * $zahl; } echo quadrat (4...
- PHP Manual
- [ Rückgabewerte php.net ]
- PHP Funktion
- New Functions ( phplist Code 12% Relevanz )
- Rubrik
- Migrating from PHP 4 to PHP 5
- Kurzform
- -----
- Vorschau
- ...New Functions PHP Handbuch Anhang B. Migrating from PHP 4 to PHP 5 New Functions In PHP 5 there are some new functions. Here is the list of them: Arrays : array_combine() - Creates an array by using one array for keys and another for its values array_diff_uassoc() - Computes the difference of arrays with additional index check which is performed by a user...
- PHP Manual
- [ New Functions php.net ]
- PHP Funktion
- DOM Functions ( phplist Code 12% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... URI of the node based on the prefix DOMNode->lookupPrefix() - Returns name space prefix of the node based on namespaceURI DOMNode->normalize() - Normalizes the node DOMNode->removeChild() - Removes child from list of children DOMNode->replaceChild() - Replaces a child Eigenschaften Tabelle 8. Name Type Read-only Description nodeName string yes Returns the most accurate name for the current node type nodeValue string no The value...
- PHP Manual
- [ DOM Functions php.net ]
- PHP Funktion
- IMAP POP3 und NNTP Funktionen ( phplist Code 12% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... imap_headers -- Liefert eine Zusammenfassung aller Nachrichtenköpfe eines Postfachs imap_last_error -- Diese Funktion liefert die zuletzt während dieses Seitenzugriffs aufgetretene Fehlermeldung (falls vorhanden) imap_list -- Read the list of mailboxes imap_listmailbox -- Liefert eine Liste der Postfach-Namen imap_listscan -- Read the list of mailboxes, takes a string to search for in the text of the mailbox imap_listsubscribed -- Liefert ...
- PHP Manual
- [ IMAP POP3 und NNTP Funktionen php.net ]
- PHP Funktion
- Rar Functions ( phplist Code 12% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... ( integer ) RAR_HOST_UNIX ( integer ) RAR_HOST_BEOS ( integer ) Beispiele Beispiel 2. Rar extension overview example <?php $rar_file = rar_open ( 'example.rar' ) or die( "Can't open Rar archive" ); $entries = rar_list ( $rar_file ); foreach ( $entries as $entry ) { echo 'Filename: ' . $entry -> getName () . "\n" ; echo 'Packed size: ' . $entry -> getPackedSize () . "\n" ; echo 'Unpacked size: ' . $entry -> getUnpackedSize...
- PHP Manual
- [ Rar Functions php.net ]
- PHP Funktion
- RPM Header Reading Funktionen ( phplist Code 12% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... work. Vordefinierte Konstanten Folgende Konstanten werden von dieserErung definiert und stehen nur zur Verfügung, wenn die Erung entwederstatisch in PHP kompiliert oder dynamisch zur Laufzeit geladen wurde. The following list of constants are used to obtain information using the rpm_get_tag() function. These constants represent the tag number to be retrieved from the RPM file's header section. Descriptions are given below as to what data the ...
- PHP Manual
- [ RPM Header Reading Funktionen php.net ]
- PHP Funktion
- apc_cache_info ( phplist Code 11% Relevanz )
- Rubrik
- Alternative PHP Cache
- Kurzform
- apc_cache_info -- Retrieves cached information (and meta-data) from APC's data store
- Vorschau
- ...Rückgabewerte Array of cached data (and meta-data), or FALSE on failure Anmerkung: apc_cache_info() will raise a warning if it is unable to retrieve APC cache data. This typically occurs when APC is not enabled. Parameter Liste cache_type If cache_type is " user ", information about the user cache will be returned; otherwise, information about the system cache (cached files) will be returned. limited If limited is TRUE , the return value will...
- PHP Manual
- [ apc_cache_info php.net ]
- PHP Funktion
- mb_detect_order ( phplist Code 11% Relevanz )
- Rubrik
- Multibyte String Functions
- Kurzform
- mb_detect_order -- Set/Get character encoding detection order
- Vorschau
- ...mb_detect_order mb_detect_order (PHP 4 >= 4.0.6, PHP 5) mb_detect_order -- Set/Get character encoding detection order Description mixed mb_detect_order ( [mixed encoding_list] ) mb_detect_order() sets automatic character encoding detection order to encoding_list . It returns TRUE for success, FALSE for failure. encoding_list is array or comma separated list of character encoding. ("auto" is ...
- PHP Manual
- [ mb_detect_order php.net ]
- PHP Funktion
- odbc_procedures ( phplist Code 11% Relevanz )
- Rubrik
- ODBC Funktionen
- Kurzform
- odbc_procedures -- Get the list of procedures stored in a specific data source
- Vorschau
- ...odbc_procedures odbc_procedures (PHP 4, PHP 5) odbc_procedures -- Get the list of procedures stored in a specific data source Description resource odbc_procedures ( resource connection_id [, string qualifier, string owner, string name] ) Lists all procedures in the requested range. Returns an ODBC ...
- PHP Manual
- [ odbc_procedures php.net ]
- PHP Funktion
- Other problems ( phplist Code 11% Relevanz )
- Rubrik
- Problems?
- Kurzform
- -----
- Vorschau
- ...Other problems PHP Handbuch Kapitel 8. Problems? Other problems If you are still stuck, someone on the PHP installation mailing list may be able to help you. You should check out the archive first, in case someone already answered someone else who had the same problem as you. The archives are available from the support page on http://www.php.net/support...
- PHP Manual
- [ Other problems php.net ]
- PHP Funktion
- Sambar Server on Microsoft Windows ( phplist Code 11% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ...6. Installation on Windows systems Sambar Server on Microsoft Windows This section contains notes and hints specific to the Sambar Server for Windows. Anmerkung: You should read the manual installation steps first! This list describes how to set up the ISAPI module to work with the Sambar server on Windows. Find the file called mappings.ini (in the config directory) in the Sambar install directory. Open mappings.ini and add the following ...
- PHP Manual
- [ Sambar Server on Microsoft Windows php.net ]
- PHP Funktion
- Extending PHP 3 ( phplist Code 11% Relevanz )
- Rubrik
- PHP und Zend Engine Interna
- Kurzform
- -----
- Vorschau
- ..." is: if you efree() something which was not emalloc()'ed nor estrdup()'ed you might get a segmentation fault. So please take care and free all of your wasted memory. If you compile with "-DDEBUG", PHP will print out a list of all memory that was allocated using emalloc() and estrdup() but never freed with efree() when it is done running the specified script. Setting Variables in the Symbol Table A number of macros are available which make ...
- PHP Manual
- [ Extending PHP 3 php.net ]
- PHP Funktion
- File Alteration Monitor Functions ( phplist Code 11% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... Monitor Functions Einführung FAM monitors files and directories, notifying interested applications of changes. More information about FAM is available at http://oss.sgi.com/projects/fam/ . A PHP script may specify a list of files for FAM to monitor using the functions provided by this extension. The FAM process is started when the first connection from any application to it is opened. It exits after all connections to it have been closed...
- PHP Manual
- [ File Alteration Monitor Functions php.net ]
- PHP Funktion
- HTTP Funktionen ( phplist Code 11% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... output handler ob_inflatehandler -- Inflate output handler http_parse_cookie -- Parse HTTP cookie http_parse_headers -- Parse HTTP headers http_parse_message -- Parse the HTTP message http_parse_params -- Parse parameter list http_get -- Perform GET request http_head -- Perform HEAD request http_post_data -- Perform POST request with pre-encoded data http_post_fields -- Perform POST request with data to be encoded http_put_data -- Perform PUT ...
- PHP Manual
- [ HTTP Funktionen php.net ]
- PHP Funktion
- ODBC Funktionen ( phplist Code 11% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...-Verhalten odbc_binmode -- Die Behandlung von Binärdaten odbc_close_all -- Beendet alle ODBC-Verbindungen odbc_close -- Beendet eine ODBC-Verbindung odbc_columnprivileges -- Liefert eine Ergebnis-Resource , die eine Liste von Spalten und damit verbundenen Rechten enthält. odbc_columns -- Lists the column names in specified tables odbc_commit -- Führt eine ODBC-Transaktion aus odbc_connect -- Baut die Verbindung zu einer ODBC-Datenquelle ...
- PHP Manual
- [ ODBC Funktionen php.net ]
- PHP Funktion
- xattr Functions ( phplist Code 11% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... ( integer ) Function will fail if extended attribute already exists. XATTR_REPLACE ( integer ) Function will fail if extended attribute doesn't exist. Inhaltsverzeichnis xattr_get -- Get an extended attribute xattr_list -- Get a list of extended attributes xattr_remove -- Remove an extended attribute xattr_set -- Set an extended attribute xattr_supported -- Check if filesystem supports extended attributes win32_stop_service xattr_get...
- PHP Manual
- [ xattr Functions php.net ]
- PHP Funktion
- Data (RFC 2397) ( phplist Code 11% Relevanz )
- Rubrik
- List of Supported Protocols/Wrappers
- Kurzform
- -----
- Vorschau
- ...Data (RFC 2397) PHP Handbuch Anhang M. List of Supported Protocols/Wrappers Data (RFC 2397) The data: ( RFC 2397 ) stream wrapper is available since PHP 5.2.0. Beispiel M-4. Print data:// contents <?php // prints "I love PHP" echo file_get_contents ( 'data://...
- PHP Manual
- [ Data (RFC 2397) php.net ]
- PHP Funktion
- HTTP and HTTPS ( phplist Code 11% Relevanz )
- Rubrik
- List of Supported Protocols/Wrappers
- Kurzform
- -----
- Vorschau
- ...HTTP and HTTPS PHP Handbuch Anhang M. List of Supported Protocols/Wrappers HTTP and HTTPS PHP 3, PHP 4, PHP 5. 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 ...
- PHP Manual
- [ HTTP and HTTPS php.net ]
- PHP Funktion
- Secure Shell 2 ( phplist Code 11% Relevanz )
- Rubrik
- List of Supported Protocols/Wrappers
- Kurzform
- -----
- Vorschau
- ...Secure Shell 2 PHP Handbuch Anhang M. List of Supported Protocols/Wrappers Secure Shell 2 ssh2.shell:// ssh2.exec:// ssh2.tunnel:// ssh2.sftp:// ssh2.scp:// PHP 4.3.0 and up (PECL) ssh2.shell://user:pass@example.com:22/xterm ssh2.exec://user:pass@example.com:22/...
- PHP Manual
- [ Secure Shell 2 php.net ]
- PHP Funktion
- DOMImplementation->hasFeature() ( phplist Code 10% Relevanz )
- Rubrik
- DOM Functions
- Kurzform
- DOMImplementation->hasFeature() -- Test if the DOM implementation implements a specific feature
- Vorschau
- ... DOM implementation implements a specific feature Beschreibung class DOMImplementation { bool hasFeature ( string feature, string version ) } Test if the DOM implementation implements a specific feature . You can find a list of all features in the Conformance section of the DOM specification. Parameter Liste feature The feature to test. version The version number of the feature to test. In level 2, this can be either 2.0 or 1.0 . Rü...
- PHP Manual
- [ DOMImplementation->hasFeature() php.net ]
- PHP Funktion
- http_build_cookie ( phplist Code 10% Relevanz )
- Rubrik
- HTTP Funktionen
- Kurzform
- http_build_cookie -- Build cookie string
- Vorschau
- ..., might be only in CVS) http_build_cookie -- Build cookie string Beschreibung string http_build_cookie ( array cookie ) Build a cookie string from an array/object like returned by http_parse_cookie() . Parameter Liste cookie a cookie list like returned from http_parse_cookie() Rückgabewerte Returns the cookie(s) as string. http_match_request_header http_negotiate_charset...
- PHP Manual
- [ http_build_cookie php.net ]
- PHP Funktion
- http_parse_params ( phplist Code 10% Relevanz )
- Rubrik
- HTTP Funktionen
- Kurzform
- http_parse_params -- Parse parameter list
- Vorschau
- ...http_parse_params http_parse_params (no version information, might be only in CVS) http_parse_params -- Parse parameter list Beschreibung object http_parse_params ( [string param [, int flags = HTTP_PARAMS_DEFAULT]] ) Parse parameter list. See the params parsing constants table for possible values of the flags argument. Parameter Liste param...
- PHP Manual
- [ http_parse_params php.net ]
- PHP Funktion
- odbc_data_source ( phplist Code 10% Relevanz )
- Rubrik
- ODBC Funktionen
- Kurzform
- odbc_data_source -- Returns information about a current connection
- Vorschau
- ... -- Returns information about a current connection Description array odbc_data_source ( resource connection_id, int fetch_type ) Returns FALSE on error, and an array upon success. This function will return the list of available DNS (after calling it several times). The connection_id is required to be a valid ODBC connection. The fetch_type can be one of two constant types: SQL_FETCH_FIRST, SQL_FETCH_NEXT. Use SQL_FETCH_FIRST the ...
- PHP Manual
- [ odbc_data_source php.net ]
- PHP Funktion
- SDO_DAS_ChangeSummary::getOldValues ( phplist Code 10% Relevanz )
- Rubrik
- SDO Functions
- Kurzform
- SDO_DAS_ChangeSummary::getOldValues -- Get the old values for a given changed SDO_DataObject
- Vorschau
- ...::getOldValues SDO_DAS_ChangeSummary::getOldValues (no version information, might be only in CVS) SDO_DAS_ChangeSummary::getOldValues -- Get the old values for a given changed SDO_DataObject Beschreibung SDO_List SDO_DAS_ChangeSummary::getOldValues ( SDO_DataObject data_object ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-...
- PHP Manual
- [ SDO_DAS_ChangeSummary::getOldValues php.net ]
- PHP Funktion
- Array Funktionen ( phplist Code 10% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...gehören zum Grundbestand von PHP. Laufzeit Konfiguration Diese Erung definiert keine Konfigurationseinstellungen in der php.ini . Resource Typen Diese Erung definiert keine Resource-Typen. Vordefinierte Konstanten Die aufgelisteten Konstantenstehen immer zur Verfügung, da sie zum Grundbestand von PHP gehören. CASE_LOWER ( integer ) CASE_LOWER wird benützt mit array_change_key_case() , um die Schlüssel von Arrays in Kleinbuchstaben umzuwandeln. ...
- PHP Manual
- [ Array Funktionen php.net ]
- PHP Funktion
- enchant Functions ( phplist Code 10% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...Usage Example <?php $tag = 'en_US' ; $r = enchant_broker_init (); $bprovides = enchant_broker_describe ( $r ); echo "Current broker provides the following backend(s):\n" ; print_r ( $bprovides ); $dicts = enchant_broker_list_dicts ( $r ); print_r ( $dicts ); if ( enchant_broker_dict_exists ( $r , $tag )) { $d = enchant_broker_request_dict ( $r , $tag ); $dprovides = enchant_dict_describe ( $d ); echo "dictionary $tag provides: \n " ; $...
- PHP Manual
- [ enchant Functions php.net ]
- PHP Funktion
- SDO XML Data Access Service Functions ( phplist Code 10% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... is implemented by the XMLHelper. With SDO for PHP, this mapping is implemented by the XML Data Access Service. The XML DAS implements the mapping described in the SDO 2.0 specification with some restrictions. A detailed list is of the limitations is: XML Simple Types Simple Type with sdoJava:instanceClass - no PHP equivalent provided. Simple Type with sdoJava:extendedInstanceClass - no PHP equivalent provided. Simple Type with list of ...
- PHP Manual
- [ SDO XML Data Access Service Functions php.net ]
- PHP Funktion
- Encryption Filters ( phplist Code 9% Relevanz )
- Rubrik
- List of Available Filters
- Kurzform
- -----
- Vorschau
- ...Encryption Filters PHP Handbuch Anhang N. List of Available Filters Encryption Filters mcrypt.* and mdecrypt.* provide symmetric encryption and decryption using libmcrypt. Both sets of filters support the same algorithms available to mcrypt extension in the form of ...
- PHP Manual
- [ Encryption Filters php.net ]
- PHP Funktion
- mb_detect_encoding ( phplist Code 9% Relevanz )
- Rubrik
- Multibyte String Functions
- Kurzform
- mb_detect_encoding -- Detect character encoding
- Vorschau
- ...mb_detect_encoding mb_detect_encoding (PHP 4 >= 4.0.6, PHP 5) mb_detect_encoding -- Detect character encoding Description string mb_detect_encoding ( string str [, mixed encoding_list [, bool strict]] ) mb_detect_encoding() detects character encoding in string str . It returns detected character encoding. encoding_list is list of character encoding. Encoding order may be specified by array or comma ...
- PHP Manual
- [ mb_detect_encoding php.net ]
- PHP Funktion
- SDO_DAS_Relational::executePreparedQuery ( phplist Code 9% Relevanz )
- Rubrik
- SDO Relational Data Access Service Functions
- Kurzform
- SDO_DAS_Relational::executePreparedQuery -- Executes an SQL query passed as a prepared statement with a list of values to substitute for placeholders and return the results as a normalised data graph.
- Vorschau
- ...::executePreparedQuery SDO_DAS_Relational::executePreparedQuery (no version information, might be only in CVS) SDO_DAS_Relational::executePreparedQuery -- Executes an SQL query passed as a prepared statement, with a list of values to substitute for placeholders, and return the results as a normalised data graph. Beschreibung SDODataObject SDO_DAS_Relational::executePreparedQuery ( PDO database_handle, PDOStatement prepared_statement, array...
- PHP Manual
- [ SDO_DAS_Relational::executePreparedQuery php.net ]
- PHP Funktion
- Hyperwave Functions ( phplist Code 9% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... of documents. A document can be any possible piece of data that may as well be stored in file. Each document is accompanied by its object record. The object record contains meta data for the document. The meta data is a list of attributes which can be extended by the user. Certain attributes are always set by the Hyperwave server, other may be modified by the user. An attribute is a name/value pair of the form name=value. The complete object ...
- PHP Manual
- [ Hyperwave Functions php.net ]
- PHP Funktion
- Mohawk Software Session Handler Funktionen ( phplist Code 9% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... msession_get_array -- Gibt ein Array mit ... ? msession_get_data -- Get data session unstructured data msession_get -- Gibt einen Wert aus der Session msession_inc -- Erhöht einen Wert innerhalb einer Session msession_list -- List ... ? msession_listvar -- Listet Sessions mit Variablen auf msession_lock -- Sperrt eine Session msession_plugin -- Ruft eine Escape-Funktion innerhalb des msession peronality plugins auf. msession_randstr -- Gibt ...
- PHP Manual
- [ Mohawk Software Session Handler Funktionen php.net ]
- PHP Funktion
- Accepting Arguments ( phplist Code 9% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ... case. In previous versions of PHP, this macro retrieved the number of arguments with which the function has been called based on the function's hash table entry, ht , which is passed in the INTERNAL_FUNCTION_PARAMETERS list. As ht itself now contains the number of arguments that have been passed to the function, ZEND_NUM_ARGS has been stripped down to a dummy macro (see its definition in zend_API.h ). But it's still good practice to use it, ...
- PHP Manual
- [ Accepting Arguments php.net ]
- PHP Funktion
- Creating Extensions ( phplist Code 9% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ... as parameter. Beispiel 46-2 shows the source. Beispiel 46-2. A simple extension. /* include standard header */#include "php.h" /* declaration of functions to be exported */ZEND_FUNCTION(first_module); /* compiled function list so Zend knows what's in this module */zend_function_entry firstmod_functions[] ={ ZEND_FE(first_module, NULL) {NULL, NULL, NULL}}; /* compiled module information */zend_module_entry firstmod_module_entry ={ ...
- PHP Manual
- [ Creating Extensions php.net ]
- PHP Funktion
- Creating Variables ( phplist Code 9% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ... are a special kind of data type in PHP. The term resources doesn't really refer to any special kind of data, but to an abstraction method for maintaining any kind of information. Resources are kept in a special resource list within Zend. Each entry in the list has a correspondending type definition that denotes the kind of resource to which it refers. Zend then internally manages all references to this resource. Access to a resource is never ...
- PHP Manual
- [ Creating Variables php.net ]
- PHP Funktion
- oci_bind_array_by_name ( phplist Code 8% Relevanz )
- Rubrik
- Oracle 8 Funktionen
- Kurzform
- oci_bind_array_by_name -- Binds PHP array to Oracle PL/SQL array by name
- Vorschau
- ... or equals to -1, oci_bind_array_by_name() will use find the longest element in the incoming array and will use it as maximum length for array items. type parameter should be used to set the type of PL/SQL array items. See list of available types below. SQLT_NUM - for arrays of NUMBER. SQLT_INT - for arrays of INTEGER (Note: INTEGER it is actually a synonym for NUMBER(38), but SQLT_NUM type won't work in this case even though they are synonyms...
- PHP Manual
- [ oci_bind_array_by_name php.net ]
- PHP Funktion
- swfmovie->remove ( phplist Code 8% Relevanz )
- Rubrik
- Ming functions for Flash
- Kurzform
- swfmovie->remove -- Removes the object instance from the display list
- Vorschau
- ..."HREF="function.swfmovie.output.html"> save"HREF="function.swfmovie.save.html"> swfmovie->remove (no version information, might be only in CVS) swfmovie->remove -- Removes the object instance from the display list Description void swfmovie->remove ( resource instance ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ...
- PHP Manual
- [ swfmovie->remove php.net ]
- PHP Funktion
- SWFShape->addFill ( phplist Code 8% Relevanz )
- Rubrik
- Ming functions for Flash
- Kurzform
- SWFShape->addFill -- Adds a solid fill to the shape
- Vorschau
- ... was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. SWFShape->addFill() adds a solid fill to the shape's list of fill styles. SWFShape->addFill() accepts three different types of arguments. red , green , blue is a color (RGB mode). Last parameter a is optional. The bitmap argument is an SWFBitmap() object. The flags argument...
- PHP Manual
- [ SWFShape->addFill php.net ]
- PHP Funktion
- PHP bytecode Compiler ( phplist Code 8% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...install on PHP 4.3 and later at the unix command prompt type pear install bcompiler To install on Windows, until the binary package distribution mechanism is finished please search the archives of the pear-general mailing list for pre-built packages. (or send an email to it if you could not find a reference) To install on older versions you need to make some slight changes to the build. untar the bcompiler.tgz archive into php4/ext .(Get it ...
- PHP Manual
- [ PHP bytecode Compiler php.net ]
- PHP Funktion
- dba Datenbank (dbm-style) Abstraktions-Funktionen ( phplist Code 8% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... Zeitpunkt der PHP-Generierung die Unterstützung für einen der folgenden Handler verfügbar zu machen, fügen Sie bitte den jeweils angegebenen --with-XXXX Compilerschalter in ihren PHP-Konfigurations-Aufruf ein.) Tabelle 1. Liste der DBA-Handler Handler Hinweise dbm Dbm ist der ursprüngliche und älteste Typ der "Berkeley DB" Datenbanken. Sie sollten diesen Typ wenn möglich vermeiden. Die in DB2 und gdbm enthaltenen dbm-Kompatibilitätsfunktionen ...
- PHP Manual
- [ dba Datenbank (dbm-style) Abstraktions-Funktionen php.net ]
- PHP Funktion
- FrontBase Funktionen ( phplist Code 8% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...frei fbsql_get_autostart_info -- No description given yet fbsql_hostname -- Ermittelt oder setzt den mit einer Verbindung benutzten Hostnamen fbsql_insert_id -- Get the id generated from the previous INSERT operation fbsql_list_dbs -- List databases available on a FrontBase server fbsql_list_fields -- List FrontBase result fields fbsql_list_tables -- List tables in a FrontBase database fbsql_next_result -- Setzt den internen ...
- PHP Manual
- [ FrontBase Funktionen php.net ]
- PHP Funktion
- SDO Relational Data Access Service Functions ( phplist Code 8% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... step might be to call the executeQuery() or executePreparedQuery() methods on the Relational DAS, passing either a literal SQL statement for the DAS to prepare and execute, or a prepared statement with placeholders and a list of values to be inserted. You may also need to specify a small amount of metadata about the query itself, so that the Relational DAS knows exactly what columns will be returned from the database and in what order. You will...
- PHP Manual
- [ SDO Relational Data Access Service Functions php.net ]
- PHP Funktion
- Userland Naming Guide ( phplist Code 8% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ... with your symbols. Global Namespace Here is an overview of code constructs that go into the global namespace: functions classes interfaces constants (not class constants) variables defined outside of functions/methods List of Parser Tokens Rules...
- PHP Manual
- [ Userland Naming Guide php.net ]
- PHP Funktion
- date_default_timezone_set ( phplist Code 7% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- date_default_timezone_set -- Sets the default timezone used by all date/time functions in a script
- Vorschau
- ...if using the system settings or the TZ environment variable. Instead of using this function to set the default timezone in your script, you can also use the INI setting date.timezone to set the default timezone. Parameter Liste timezone_identifier The timezone identifier, like UTC or Europe/Lisbon . The list of valid identifiers is available in the Anhang H . Rückgabewerte This function returns FALSE if the timezone_identifier isn't valid, or...
- PHP Manual
- [ date_default_timezone_set php.net ]
- PHP Funktion
- DOMNode->appendChild() ( phplist Code 7% Relevanz )
- Rubrik
- DOM Functions
- Kurzform
- DOMNode->appendChild() -- Adds new child at the end of the children
- Vorschau
- ..., might be only in CVS) DOMNode->appendChild() -- Adds new child at the end of the children Beschreibung class DOMNode { DOMNode appendChild ( DOMNode newnode ) } This functions appends a child to an existing list of children or creates a new list of children. The child can be created with e.g. DOMDocument->createElement() , DOMDocument->createTextNode() etc. or simply by using any other node. Parameter Liste newnode The ...
- PHP Manual
- [ DOMNode->appendChild() php.net ]
- PHP Funktion
- DOMNode->removeChild() ( phplist Code 7% Relevanz )
- Rubrik
- DOM Functions
- Kurzform
- DOMNode->removeChild() -- Removes child from list of children
- Vorschau
- ....dom-domnode-normalize.html"> replaceChild()"HREF="function.dom-domnode-replacechild.html"> DOMNode->removeChild() (no version information, might be only in CVS) DOMNode->removeChild() -- Removes child from list of children Beschreibung class DOMNode { DOMNode removeChild ( DOMNode oldnode ) } This functions removes a child from a list of children. Parameter Liste oldnode The removed child. Rückgabewerte If the child could be ...
- PHP Manual
- [ DOMNode->removeChild() php.net ]
- PHP Funktion
- DomNode->append_child ( phplist Code 7% Relevanz )
- Rubrik
- DOM XML Funktionen
- Kurzform
- DomNode->append_child -- Adds a new child at the end of the children
- Vorschau
- ..., might be only in CVS) DomNode->append_child -- Adds a new child at the end of the children Beschreibung class DOMNode { DOMNode append_child ( DOMNode newnode ) } This functions appends a child to an existing list of children or creates a new list of children. Parameter Liste newnode The node being appended. It can be created with e.g. DomDocument->create_element , DomDocument->create_text_node etc. or simply by using any ...
- PHP Manual
- [ DomNode->append_child php.net ]
- PHP Funktion
- DomNode->attributes ( phplist Code 7% Relevanz )
- Rubrik
- DOM XML Funktionen
- Kurzform
- DomNode->attributes -- Returns list of attributes
- Vorschau
- ... append_sibling"HREF="function.domnode-append-sibling.html"> child_nodes"HREF="function.domnode-child-nodes.html"> DomNode->attributes (no version information, might be only in CVS) DomNode->attributes -- Returns list of attributes Beschreibung array DomNode->attributes ( void ) This function only returns an array of attributes if the node is of type XML_ELEMENT_NODE. (PHP >= 4.3 only) If no attributes are found, NULL is ...
- PHP Manual
- [ DomNode->attributes php.net ]
- PHP Funktion
- DomNode->remove_child ( phplist Code 7% Relevanz )
- Rubrik
- DOM XML Funktionen
- Kurzform
- DomNode->remove_child -- Removes child from list of children
- Vorschau
- ...="function.domnode-previous-sibling.html"> replace_child"HREF="function.domnode-replace-child.html"> DomNode->remove_child (no version information, might be only in CVS) DomNode->remove_child -- Removes child from list of children Beschreibung domtext DomNode->remove_child ( domtext oldchild ) This functions removes a child from a list of children. If child cannot be removed or is not a child the function will return FALSE . If the ...
- PHP Manual
- [ DomNode->remove_child php.net ]
- PHP Funktion
- enchant_broker_describe ( phplist Code 7% Relevanz )
- Rubrik
- enchant Functions
- Kurzform
- enchant_broker_describe -- Enumerates the Enchant providers
- Vorschau
- ... providers Beschreibung array enchant_broker_describe ( resource broker ) Enumerates the Enchant providers and tells you some rudimentary information about them. The same info is provided through phpinfo(). Parameter Liste broker Broker resource Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. List the backends provided by the given broker <?php $r = enchant_broker_init (); $bprovides = ...
- PHP Manual
- [ enchant_broker_describe php.net ]
- PHP Funktion
- Unix Domain: Unix and UDG ( phplist Code 7% Relevanz )
- Rubrik
- List of Supported Socket Transports
- Kurzform
- -----
- Vorschau
- ...Unix Domain: Unix and UDG PHP Handbuch Anhang O. List of Supported Socket Transports Unix Domain: Unix and UDG unix:// since PHP 3, udg:// since PHP 5 unix:///tmp/mysock udg:///tmp/mysock unix:// provides access to a socket stream connection in the Unix domain. udg:// ...
- PHP Manual
- [ Unix Domain: Unix and UDG php.net ]
- PHP Funktion
- DomDocumentType->entities() ( phplist Code 6% Relevanz )
- Rubrik
- DOM XML Funktionen
- Kurzform
- DomDocumentType->entities() -- Returns list of entities
- Vorschau
- ...domdocument-xinclude.html"> internal_subset()"HREF="function.domdocumenttype-internal-subset.html"> DomDocumentType->entities() (no version information, might be only in CVS) DomDocumentType->entities() -- Returns list of entities Beschreibung class DomDocumentType { array entities ( void ) } Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. Migrating to PHP 5 Use the entities ...
- PHP Manual
- [ DomDocumentType->entities() php.net ]
- PHP Funktion
- DomDocumentType->notations() ( phplist Code 6% Relevanz )
- Rubrik
- DOM XML Funktionen
- Kurzform
- DomDocumentType->notations() -- Returns list of notations
- Vorschau
- ...function.domdocumenttype-name.html"> public_id()"HREF="function.domdocumenttype-public-id.html"> DomDocumentType->notations() (no version information, might be only in CVS) DomDocumentType->notations() -- Returns list of notations Beschreibung class DomDocumentType { array notations ( void ) } Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. Migrating to PHP 5 Use the ...
- PHP Manual
- [ DomDocumentType->notations() php.net ]
- PHP Funktion
- enchant_broker_set_ordering ( phplist Code 6% Relevanz )
- Rubrik
- enchant Functions
- Kurzform
- enchant_broker_set_ordering -- Declares a preference of dictionaries to use for the language
- Vorschau
- ... bool enchant_broker_set_ordering ( resource broker, string tag, string ordering ) Declares a preference of dictionaries to use for the language described/referred to by 'tag'. The ordering is a comma delimited list of provider names. As a special exception, the "*" tag can be used as a language tag to declare a default ordering for any language that does not explicitly declare an ordering. Parameter Liste broker Broker resource tag...
- PHP Manual
- [ enchant_broker_set_ordering php.net ]
- PHP Funktion
- enchant_dict_add_to_personal ( phplist Code 6% Relevanz )
- Rubrik
- enchant Functions
- Kurzform
- enchant_dict_add_to_personal -- add a word to personal word list
- Vorschau
- ...enchant_dict_add_to_personal enchant_dict_add_to_personal (PECL) enchant_dict_add_to_personal -- add a word to personal word list Beschreibung void enchant_dict_add_to_personal ( resource dict, string word ) Add a word to personal word list of the given dictionary. Parameter Liste dict Dictionary resource word The word to add Rückgabewerte Gibt ...
- PHP Manual
- [ enchant_dict_add_to_personal php.net ]
- PHP Funktion
- PHP Optionen & Informationen ( phplist Code 6% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... auf on steht, werden einzelne Anführungszeichen mit einem einzelnen Anführungszeichen statt einem Backslash geschützt. Resource Typen Diese Erung definiert keine Resource-Typen. Vordefinierte Konstanten Die aufgelisteten Konstantenstehen immer zur Verfügung, da sie zum Grundbestand von PHP gehören. Tabelle 2. Vordefinierte Konstanten für phpcredits() Konstante Wert Beschreibung CREDITS_GROUP 1 Eine Liste der Kernentwickler ...
- PHP Manual
- [ PHP Optionen & Informationen php.net ]
- PHP Funktion
- Mcrypt Encryption Functions ( phplist Code 6% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... wurde. Mcrypt can operate in four block cipher modes (CBC, OFB, CFB, and ECB). If linked against libmcrypt-2.4.x or higher the functions can also operate in the block cipher mode nOFB and in STREAM mode. Below you find a list with all supported encryption modes together with the constants that are defines for the encryption mode. For a more complete reference and discussion see Applied Cryptography by Schneier (ISBN 0-471-11709-9). ...
- PHP Manual
- [ Mcrypt Encryption Functions php.net ]
- PHP Funktion
- Anhang ( phplist Code 0% Relevanz )
- Rubrik
- -----
- Kurzform
- -----
- Vorschau
- ...Die Geschichte von PHP und verwandten Projekten B. Migrating from PHP 4 to PHP 5 C. Migrating from PHP 3 to PHP 4 D. Migration von PHP/FI 2.0 zu PHP 3.0 E. Der PHP-Debugger F. Configure options G. php.ini Einstellungen H. List of Supported Timezones I. Extension Kategorisierung J. Liste der Funktion Aliase K. Reservierte Wörter in PHP L. Liste von Ressourcentypen M. List of Supported Protocols/Wrappers N. List of Available Filters O. List of ...
- PHP Manual
- [ Anhang php.net ]
- PHP Funktion
- hw_Who ( phplist Code 0% Relevanz )
- Rubrik
- Hyperwave Functions
- Kurzform
- hw_Who -- List of currently logged in users
- Vorschau
- ...hw_Who hw_Who (PHP 3 >= 3.0.3, PHP 4, PECL) hw_Who -- List of currently logged in users Description array hw_who ( int connection ) Returns an array of users currently logged into the Hyperwave server. Each entry in this array is an array itself containing the elements id, name, ...
- PHP Manual
- [ hw_Who php.net ]
- PHP Funktion
- maxdb_prepare ( phplist Code 0% Relevanz )
- Rubrik
- MaxDB PHP Extension
- Kurzform
- maxdb_prepare (no version information might be only in CVS)maxdb->prepare -- Prepare a SQL statement for execution
- Vorschau
- ... in the SQL statement by embedding question mark ( ? ) characters at the appropriate positions. Anmerkung: The markers are legal only in certain places in SQL statements. For example, they are allowed in the VALUES() list of an INSERT statement (to specify column values for a row), or in a comparison with a column in a WHERE clause to specify a comparison value. However, they are not allowed for identifiers (such as table or column names...
- PHP Manual
- [ maxdb_prepare php.net ]
- PHP Funktion
- yaz_record ( phplist Code 0% Relevanz )
- Rubrik
- YAZ Functions
- Kurzform
- yaz_record -- Returns a record
- Vorschau
- ... -- Returns a record Beschreibung string yaz_record ( resource id, int pos, string type ) The yaz_record() function inspects a record in the current result set at the position specified by parameter pos . Parameter Liste id The connection resource returned by yaz_connect() . pos The record position. Records positions in a result set are numbered 1, 2, ... $hits where $hits is the count returned by yaz_hits() . type The type specifies ...
- PHP Manual
- [ yaz_record php.net ]
- PHP Funktion
- PHP Handbuch ( phplist Code 0% Relevanz )
- Rubrik
- -----
- Kurzform
- -----
- Vorschau
- ... Interna 44. Streams API for PHP Extension Authors 45. PDO Driver How-To 46. Zend API: Hacking the Core of PHP 47. TSRM API 48. Extending PHP 3 VIII. FAQ: Frequently Asked Questions 49. Allgemeine Informationen 50. Mailing-Listen 51. PHP beziehen 52. PHP und Datenbanken 53. Installation FAQ 54. Probleme bei der Compilierung 55. PHP benutzen 56. PHP und HTML 57. PHP and COM 58. PHP und andere Sprachen 59. Von PHP 2 auf PHP 3 umsteigen 60. Von PHP ...
- PHP Manual
- [ PHP Handbuch php.net ]