each PHP Funktionen : PHP Übersicht : PHP Manual

each

PHP Function each / PHP Funktion each

phplist » Webkatalog Script - Link Script » PHP Function Coder » each
PHP Funktion
each ( phplist Code 100% Relevanz )
Rubrik
Array Funktionen
Kurzform
each -- Liefert das aktuelle Paar (Schlüssel und Wert) eines Arrays und rückt den Array Cursor vor
Vorschau
...each each (PHP 3, PHP 4, PHP 5) each -- Liefert das aktuelle Paar (Schlüssel und Wert) eines Arrays und rückt den Array Cursor vor Beschreibung array each ( array &array ) Liefert das aktuelle Schlüssel- Wertepaar des Arrays array , und erhöht den Array Cursor. Dieses Paar wird als Array mit 4 Elementen gegeben, und zwar mit den Schlüsseln 0 , 1 , key , und value . Die ...
PHP Manual
[ each php.net ]

PHP Funktion
foreach ( phplist Code 73% Relevanz )
Rubrik
Kontroll-Strukturen
Kurzform
-----
Vorschau
...foreach PHP Handbuch Kapitel 16. Kontroll-Strukturen foreach PHP 4 (nicht PHP 3) enthält ein foreach Konstrukt, genau wie Perl und einige andere Sprachen. Diese ermöglicht es, auf einfache Weise ein Array zu durchlaufen. foreach funktioniert nur in Verbindung mit Arrays. Wenn Sie versuchen foreach mit Variablen eines ...
PHP Manual
[ foreach php.net ]

PHP Funktion
break ( phplist Code 44% Relevanz )
Rubrik
Kontroll-Strukturen
Kurzform
-----
Vorschau
...break PHP Handbuch Kapitel 16. Kontroll-Strukturen break break bricht die Ausführung der aktuellen for , foreach while , do..while Schleife oder einer switch Anweisungssequenz ab. Einem break kann optional ein numerisches Argument angehängt werden, das die Anzahl der abzubrechenden Befehlssequenzen enthält. <?php $arr = array( '...
PHP Manual
[ break php.net ]

PHP Funktion
dbx_fetch_row ( phplist Code 35% Relevanz )
Rubrik
dbx Funktionen
Kurzform
dbx_fetch_row -- Fetches rows from a query-result that had the DBX_RESULT_UNBUFFERED flag set
Vorschau
... is not set in the query, dbx_fetch_row() will fail as all rows have already been fetched into the results data property. As a side effect, the rows property of the query-result object is incremented for each successful call to dbx_fetch_row() . Parameter Liste result_identifier A result set returned by dbx_query() . Rückgabewerte Returns an object on success that contains the same information as any row would have in the ...
PHP Manual
[ dbx_fetch_row php.net ]

PHP Funktion
Memcache::addServer ( phplist Code 35% Relevanz )
Rubrik
Memcache Functions
Kurzform
Memcache::addServer -- Add a memcached server to connection pool
Vorschau
... server will be retried, the default value is 15 seconds. Setting this parameter to -1 disables automatic retry. Neither this nor the persistent parameter has any effect when the extension is loaded dynamically via dl() . Each failed connection struct has its own timeout and before it has expired the struct will be skipped when selecting backends to serve a request. Once expired the connection will be successfully reconnected or marked as failed...
PHP Manual
[ Memcache::addServer php.net ]

PHP Funktion
px_get_schema ( phplist Code 35% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_get_schema -- Returns the database schema
Vorschau
...or upper case. If mode is 0 or not passed at all, then the key name will be identical to the field name. Rückgabewerte Returns the schema of a database file as an associated array. The key name is equal to the field name. Each array element is itself an associated array containing the two fields type and size . type is one of the constants in table Constants for field types . size is the number of bytes this field consumes in the record. The ...
PHP Manual
[ px_get_schema php.net ]

PHP Funktion
apc_cache_info ( phplist Code 33% Relevanz )
Rubrik
Alternative PHP Cache
Kurzform
apc_cache_info -- Retrieves cached information (and meta-data) from APC's data store
Vorschau
...; file [num_hits] => 1 [mtime] => 1123960686 [creation_time] => 1123960696 [deletion_time] => 0 [access_time] => 1123962864 [ref_count] => 1 [mem_size] => 677 ) [1] => Array (...iterates for each cached file)) Siehe auch APC configuration directives Alternative PHP Cache apc_clear_cache...
PHP Manual
[ apc_cache_info php.net ]

PHP Funktion
yaz_scan ( phplist Code 33% Relevanz )
Rubrik
YAZ Functions
Kurzform
yaz_scan -- Prepares for a scan
Vorschau
... scan_titles ( $id , $startterm ) { yaz_scan ( $id , "rpn" , "@attr 1=4 " . $startterm ); yaz_wait (); $errno = yaz_errno ( $id ); if ( $errno == 0 ) { $ar = yaz_scan_result ( $id , & $options ); echo 'Scan ok; ' ; foreach ( $options as $key => $val ) { echo "$key = $val &nbsp;" ; } echo '<br /><table>' ; while (list( $key , list( $k , $term , $tcount )) = each ( $ar )) { if (empty( $k )) continue; echo "<tr><td&...
PHP Manual
[ yaz_scan php.net ]

PHP Funktion
hw_GetChildColl ( phplist Code 32% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_GetChildColl -- Object ids of child collections
Vorschau
...hw_GetChildColl hw_GetChildColl (PHP 3 >= 3.0.3, PHP 4, PECL) hw_GetChildColl -- Object ids of child collections Description array hw_getchildcoll ( int connection, int objectID ) Returns an array of object ids. Each object ID belongs to a child collection of the collection with ID objectID . The function will not return child documents. See also hw_children() , and hw_getchilddoccoll() . hw_GetAndLock hw_GetChildCollObj...
PHP Manual
[ hw_GetChildColl php.net ]

PHP Funktion
maxdb_fetch_row ( phplist Code 32% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_fetch_row (no version information might be only in CVS)result->fetch_row -- Get a result row as an enumerated array
Vorschau
...Returns an array that corresponds to the fetched row, or NULL if there are no more rows. maxdb_fetch_row() fetches one row of data from the result set represented by result and returns it as an enumerated array, where each column is stored in an array offset starting from 0 (zero). Each subsequent call to the maxdb_fetch_row() function will return the next row within the result set, or FALSE if there are no more rows. Return values ...
PHP Manual
[ maxdb_fetch_row php.net ]

PHP Funktion
spl_object_hash ( phplist Code 32% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
spl_object_hash -- Return hash id for given object
Vorschau
...function returns an unique identifier for the object. This id can be used as a hash key for storing objects or for identifying an object. Parameter Liste class Any object. Rückgabewerte Returns string that is unique for each object and is always the same for the same object. Beispiele Beispiel 1. A spl_object_hash() example <?php $id = spl_object_hash ( $object ); $storage [ $id ] = $object ; ?> spl_classes SQLite...
PHP Manual
[ spl_object_hash php.net ]

PHP Funktion
Alternative PHP Cache ( phplist Code 32% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... segments to allocate for the compiler cache. If APC is running out of shared memory but you have already set apc.shm_size as high as your system allows, you can try raising this value. apc.shm_size integer The size of each shared memory segment in MB. By default, some systems (including most BSD variants) have very low limits on the size of a shared memory segment. apc.optimization integer The optimization level. Zero disables the optimizer...
PHP Manual
[ Alternative PHP Cache php.net ]

PHP Funktion
SWFAction ( phplist Code 31% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFAction -- Creates a new Action
Vorschau
...1200 ); $s -> drawLine (- 1200 , 0 ); $s -> drawLine ( 0 , - 1200 ); // need to make this a sprite so we can multColor it $p = new SWFSprite (); $p -> add ( $s ); $p -> nextFrame (); // put the shape in here, each frame a different color $q = new SWFSprite (); $q -> add (new SWFAction ( "gotoFrame(random(7)+1); stop();" )); $i = $q -> add ( $p ); $i -> multColor ( 1.0 , 1.0 , 1.0 ); $q -> nextFrame (); $i -> multColor...
PHP Manual
[ SWFAction php.net ]

PHP Funktion
db2_fetch_object ( phplist Code 30% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_fetch_object -- Returns an object with properties representing columns in the fetched row
Vorschau
... db2_fetch_object (PECL) db2_fetch_object -- Returns an object with properties representing columns in the fetched row Beschreibung object db2_fetch_object ( resource stmt [, int row_number] ) Returns an object in which each property represents a column returned in the row fetched from a result set. Parameter Liste stmt A valid stmt resource containing a result set. row_number Requests a specific 1-indexed row from the result set. Passing ...
PHP Manual
[ db2_fetch_object php.net ]

PHP Funktion
mysqli_fetch_row ( phplist Code 30% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_fetch_row (no version information might be only in CVS)result->fetch_row -- Get a result row as an enumerated array
Vorschau
...Returns an array that corresponds to the fetched row, or NULL if there are no more rows. mysqli_fetch_row() fetches one row of data from the result set represented by result and returns it as an enumerated array, where each column is stored in an array offset starting from 0 (zero). Each subsequent call to the mysqli_fetch_row() function will return the next row within the result set, or NULL if there are no more rows. Rückgabewerte ...
PHP Manual
[ mysqli_fetch_row php.net ]

PHP Funktion
sqlite_fetch_all ( phplist Code 30% Relevanz )
Rubrik
SQLite
Kurzform
sqlite_fetch_all (no version information might be only in CVS)SQLiteResult->fetchAll (no version information might be only in CVS)SQLiteUnbuffered->fetchAll -- Fetches all rows from a result set as an array of arrays
Vorschau
... [, bool decode_binary]] ) } sqlite_fetch_all() returns an array of the entire result set from the result resource. It is similar to calling sqlite_query() (or sqlite_unbuffered_query() ) and then sqlite_fetch_array() for each row in the result set. Parameter Liste result The SQLite result resource. This parameter is not required when using the object-oriented method. result_type The optional result_type parameter accepts a constant and ...
PHP Manual
[ sqlite_fetch_all php.net ]

PHP Funktion
sybase_fetch_row ( phplist Code 30% Relevanz )
Rubrik
Sybase Funktionen
Kurzform
sybase_fetch_row -- Get a result row as an enumerated array
Vorschau
... array that corresponds to the fetched row, or FALSE if there are no more rows. sybase_fetch_row() fetches one row of data from the result associated with the specified result identifier. The row is returned as an array. Each result column is stored in an array offset, starting at offset 0. Subsequent call to sybase_fetch_row() would return the next row in the result set, or FALSE if there are no more rows. Tabelle 1. Data types PHP Sybase ...
PHP Manual
[ sybase_fetch_row php.net ]

PHP Funktion
ZipArchive::open ( phplist Code 30% Relevanz )
Rubrik
ZIP Funktionen (Lesezugriff)
Kurzform
ZipArchive::open -- Open a ZIP file archive
Vorschau
...::ER_INCONS ZIPARCHIVE::ER_INVAL ZIPARCHIVE::ER_MEMORY ZIPARCHIVE::ER_NOENT ZIPARCHIVE::ER_NOZIP ZIPARCHIVE::ER_OPEN ZIPARCHIVE::ER_READ ZIPARCHIVE::ER_SEEK Beispiele This example opens a ZIP file archive, reads each file in the archive and prints out its contents. The test2.zip archive used in this example is one of the test archives in the ZZIPlib source distribution. Beispiel 1. Open and extract <?php $zip = new ZipArchive ; $res...
PHP Manual
[ ZipArchive::open php.net ]

PHP Funktion
end ( phplist Code 29% Relevanz )
Rubrik
Array Funktionen
Kurzform
end -- Positioniert den internen Zeiger eines Arrays auf dessen letztes Element
Vorschau
...zum letzten Element vor, und gibt dessen Wert . Beispiel 1. Ein einfaches end() Beispiel <?php $fruits = array( 'Apfel' , 'Banane' , 'Preiselbeere' ); echo end ( $fruits ); // Preiselbeere ?> Siehe auch current() , each() , prev() , next() und reset() . each extract...
PHP Manual
[ end php.net ]

PHP Funktion
maxdb_fetch_assoc ( phplist Code 29% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_fetch_assoc (no version information might be only in CVS)maxdb->fetch_assoc -- Fetch a result row as an associative array
Vorschau
... fetched row or NULL if there are no more rows. The maxdb_fetch_assoc() function is used to return an associative array representing the next row in the result set for the result represented by the result parameter, where each key in the array represents the name of one of the result set's columns. If two or more columns of the result have the same field names, the last column will take precedence. To access the other column(s) of the same name...
PHP Manual
[ maxdb_fetch_assoc php.net ]

PHP Funktion
yaz_record ( phplist Code 29% Relevanz )
Rubrik
YAZ Functions
Kurzform
yaz_record -- Returns a record
Vorschau
...the GRS-1 structure. This type is suitable for MARC and GRS-1. XML, SUTRS are not supported and if the actual record is XML or SUTRS an empty string will be returned. The array returned consists of a list corresponding to each leaf/internal node of GRS-1. Each list item consists a sub list with first element path and data (if data is available). The path which is a string holds a list of each tree component (of the structured GRS-1 record) from...
PHP Manual
[ yaz_record php.net ]

PHP Funktion
db2_prepare ( phplist Code 27% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_prepare -- Prepares an SQL statement to be executed
Vorschau
... every statement you issue. Security : when you prepare a statement, you can include parameter markers for input values. When you execute a prepared statement with input values for placeholders, the database server checks each input value to ensure that the type matches the column definition or parameter definition. Advanced functionality : Parameter markers not only enable you to pass input values to prepared SQL statements, they also enable ...
PHP Manual
[ db2_prepare php.net ]

PHP Funktion
hw_Children ( phplist Code 27% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_Children -- Object ids of children
Vorschau
...hw_Children hw_Children (PHP 3 >= 3.0.3, PHP 4, PECL) hw_Children -- Object ids of children Description array hw_children ( int connection, int objectID ) Returns an array of object ids. Each id belongs to a child of the collection with ID objectID . The array contains all children both documents and collections. hw_changeobject hw_ChildrenObj...
PHP Manual
[ hw_Children php.net ]

PHP Funktion
hw_GetChildCollObj ( phplist Code 27% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_GetChildCollObj -- Object records of child collections
Vorschau
... hw_GetChildCollObj (PHP 3 >= 3.0.3, PHP 4, PECL) hw_GetChildCollObj -- Object records of child collections Description array hw_getchildcollobj ( int connection, int objectID ) Returns an array of object records. Each object records belongs to a child collection of the collection with ID objectID . The function will not return child documents. See also hw_childrenobj() , and hw_getchilddoccollobj() . hw_GetChildColl ...
PHP Manual
[ hw_GetChildCollObj php.net ]

PHP Funktion
maxdb_fetch_fields ( phplist Code 27% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_fetch_fields (no version information might be only in CVS)result->fetch_fields -- Returns an array of resources representing the fields in a result set
Vorschau
... style (method): class result { mixed fetch_fields ( void ) } This function serves an identical purpose to the maxdb_fetch_field() function with the single difference that, instead of returning one resource at a time for each field, the columns are returned as an array of resources. Return values Returns an array of resources which contains field definition informations or FALSE if no field information is available. Tabelle 1. Object ...
PHP Manual
[ maxdb_fetch_fields php.net ]

PHP Funktion
mysqli_fetch_assoc ( phplist Code 27% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_fetch_assoc (no version information might be only in CVS)mysqli->fetch_assoc -- Fetch a result row as an associative array
Vorschau
...fetched row or NULL if there are no more rows. The mysqli_fetch_assoc() function is used to return an associative array representing the next row in the result set for the result represented by the result parameter, where each key in the array represents the name of one of the result set's columns. If two or more columns of the result have the same field names, the last column will take precedence. To access the other column(s) of the same name...
PHP Manual
[ mysqli_fetch_assoc php.net ]

PHP Funktion
stream_socket_pair ( phplist Code 27% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_socket_pair -- Creates a pair of connected indistinguishable socket streams
Vorschau
... protocol The protocol to be used: STREAM_IPPROTO_ICMP , STREAM_IPPROTO_IP , STREAM_IPPROTO_RAW , STREAM_IPPROTO_TCP or STREAM_IPPROTO_UDP Anmerkung: Please consult the Streams constant list for further details on each constant. Rückgabewerte Returns an array with the two socket resources on success, or FALSE on failure. Beispiele Beispiel 1. A stream_socket_pair() example This example shows the basic usage of stream_socket_pair() in ...
PHP Manual
[ stream_socket_pair php.net ]

PHP Funktion
sybase_fetch_array ( phplist Code 27% Relevanz )
Rubrik
Sybase Funktionen
Kurzform
sybase_fetch_array -- Fetch row as array
Vorschau
... ( 'SELECT * FROM p, a WHERE p.person_id= a.person_id' ); var_dump ( sybase_fetch_array ( $q )); sybase_close ( $dbh ); ?> The above example would produce the following output (assuming the two tables only have each one column called "person_id"): array(4) { [0]=> int(1) ["person_id"]=> int(1) [1]=> int(1) ["person_id1"]=> int(1)} See also sybase_fetch_row() , sybase_fetch_assoc() and sybase_fetch_object() . ...
PHP Manual
[ sybase_fetch_array php.net ]

PHP Funktion
utf8_encode ( phplist Code 27% Relevanz )
Rubrik
XML Parser Functions
Kurzform
utf8_encode -- Encodes an ISO-8859-1 string to UTF-8
Vorschau
....PHP encodes UTF-8 characters in up to four bytes, like this: Tabelle 1. UTF-8 encoding bytes bits representation 1 7 0bbbbbbb 2 11 110bbbbb 10bbbbbb 3 16 1110bbbb 10bbbbbb 10bbbbbb 4 21 11110bbb 10bbbbbb 10bbbbbb 10bbbbbb Each b represents a bit that can be used to store character data. utf8_decode xml_error_string...
PHP Manual
[ utf8_encode php.net ]

PHP Funktion
fbsql_fetch_lengths ( phplist Code 26% Relevanz )
Rubrik
FrontBase Funktionen
Kurzform
fbsql_fetch_lengths -- Get the length of each output in a result
Vorschau
...fbsql_fetch_lengths fbsql_fetch_lengths (PHP 4 >= 4.0.6, PHP 5) fbsql_fetch_lengths -- Get the length of each output in a result Beschreibung array fbsql_fetch_lengths ( resource result ) Returns: An array that corresponds to the lengths of each field in the last row fetched by fbsql_fetch_row() , or FALSE on error. ...
PHP Manual
[ fbsql_fetch_lengths php.net ]

PHP Funktion
imap_fetch_overview ( phplist Code 26% Relevanz )
Rubrik
IMAP POP3 und NNTP Funktionen
Kurzform
imap_fetch_overview -- Liefert einen Auszug aus den Header-Feldern von Nachrichten
Vorschau
...your.imap.host:143}", "username", "password") || die ("can't connect: " . imap_last_error()); $overview = imap_fetch_overview ($mbox, "2,4:6", 0); if (is_array ($overview )) { reset ($overview); while (list ($key, $val) = each ($overview)) { print $val->msgno . " - " . $val->date . " - " . $val->subject . "\n"; } } imap_close ($mbox); imap_expunge imap_fetchbody...
PHP Manual
[ imap_fetch_overview php.net ]

PHP Funktion
maxdb_fetch_lengths ( phplist Code 26% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_fetch_lengths (no version information might be only in CVS)result->lengths -- Returns the lengths of the columns of the current row in the result set
Vorschau
...() function returns an array containing the lengths of every column of the current row within the result set represented by the result parameter. If successful, a numerically indexed array representing the lengths of each column is returned or FALSE on failure. Return values An array of integers representing the size of each column (not including any terminating null characters). FALSE if an error occurred. maxdb_fetch_lengths() is valid ...
PHP Manual
[ maxdb_fetch_lengths php.net ]

PHP Funktion
mysqli_fetch_fields ( phplist Code 26% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_fetch_fields (no version information might be only in CVS)result->fetch_fields -- Returns an array of objects representing the fields in a result set
Vorschau
... (method): class mysqli_result { array fetch_fields ( void ) } This function serves an identical purpose to the mysqli_fetch_field() function with the single difference that, instead of returning one object at a time for each field, the columns are returned as an array of objects. Rückgabewerte Returns an array of objects which contains field definition information or FALSE if no field information is available. Tabelle 1. Object properties ...
PHP Manual
[ mysqli_fetch_fields php.net ]

PHP Funktion
XMLReader functions ( phplist Code 26% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... close()"HREF="function.xmlreader-close.html"> CLXXV. XMLReader functions Einführung The XMLReader extension is an XML Pull parser. The reader acts as a cursor going forward on the document stream and stopping at each node on the way. Installation The XMLReader extension is available in PECL for PHP 5.0 and is included and enabled in PHP 5.1 by default. It can be enabled by adding the argument --enable-xmlreader (or --with-xmlreader ...
PHP Manual
[ XMLReader functions php.net ]

PHP Funktion
hw_getremotechildren ( phplist Code 25% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_getremotechildren -- Gets children of remote document
Vorschau
.... If the number of children is 1 the function will return the document itself formatted by the Hyperwave Gateway Interface (HGI). If the number of children is greater than 1 it will return an array of object record with each maybe the input value for another call to hw_getremotechildren() . Those object records are virtual and do not exist in the Hyperwave server, therefore they do not have a valid object ID. How exactly such an object record ...
PHP Manual
[ hw_getremotechildren php.net ]

PHP Funktion
mb_send_mail ( phplist Code 25% Relevanz )
Rubrik
Multibyte String Functions
Kurzform
mb_send_mail -- Send encoded mail
Vorschau
... and encoded according to mb_language() setting. mb_send_mail() is wrapper function of mail() . See mail() for details. to is mail addresses send to. Multiple recipients can be specified by putting a comma between each address in to. This parameter is not automatically encoded. subject is subject of mail. message is mail message. additional_headers is inserted at the end of the header. This is typically used to add extra headers. ...
PHP Manual
[ mb_send_mail php.net ]

PHP Funktion
mysqli_fetch_lengths ( phplist Code 25% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_fetch_lengths (no version information might be only in CVS)result->lengths -- Returns the lengths of the columns of the current row in the result set
Vorschau
...() function returns an array containing the lengths of every column of the current row within the result set represented by the result parameter. If successful, a numerically indexed array representing the lengths of each column is returned or FALSE on failure. Rückgabewerte An array of integers representing the size of each column (not including any terminating null characters). FALSE if an error occurred. mysqli_fetch_lengths() is valid...
PHP Manual
[ mysqli_fetch_lengths php.net ]

PHP Funktion
ps_get_value ( phplist Code 25% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_get_value -- Gets certain values
Vorschau
...a word. parindent Indention of the first n line in a paragraph. numindentlines Number of line in a paragraph to indent if parindent != 0.0. parskip Distance between paragraphs. linenumberspace Overall space in front of each line for the line number. linenumbersep Space between the line and the line number. major The major version number of pslib. minor The minor version number of pslib. subminor , revision The subminor version number of ...
PHP Manual
[ ps_get_value php.net ]

PHP Funktion
px_create_fp ( phplist Code 25% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_create_fp -- Create a new paradox database
Vorschau
...but your milage may vary. Parameter Liste pxdoc Resource identifier of the paradox database as returned by px_new() . file File handle as returned by fopen() . fielddesc fielddesc is an array containing one element for each field specification. A field specification is an array itself with either two or three elements.The first element is always a string value used as the name of the field. It may not be larger than ten characters. The second...
PHP Manual
[ px_create_fp php.net ]

PHP Funktion
radius_close ( phplist Code 25% Relevanz )
Rubrik
Radius
Kurzform
radius_close -- Frees all ressources
Vorschau
...radius_close radius_close (PECL) radius_close -- Frees all ressources Beschreibung bool radius_close ( resource radius_handle ) It is not needed to call this function because php frees all resources at the end of each request. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . radius_auth_open radius_config...
PHP Manual
[ radius_close php.net ]

PHP Funktion
yaz_ccl_conf ( phplist Code 25% Relevanz )
Rubrik
YAZ Functions
Kurzform
yaz_ccl_conf -- Configure CCL parser
Vorschau
...) and their mapping to RPN. To map a specific CCL query to RPN afterwards call the yaz_ccl_parse() function. Parameter Liste id The connection resource returned by yaz_connect() . config An array of configuration. Each key of the array is the name of a CCL field and the corresponding value holds a string that specifies a mapping to RPN. The mapping is a sequence of attribute-type, attribute-value pairs. Attribute-type and attribute-...
PHP Manual
[ yaz_ccl_conf php.net ]

PHP Funktion
ibase_execute ( phplist Code 24% Relevanz )
Rubrik
InterBase-Funktionen
Kurzform
ibase_execute -- Ausführen einer vorbereiteten Abfrage
Vorschau
... sich immer nur einige Parameter ändern. <?php $updates = array( 1 => 'Erik' , 5 => 'Phillip' , 7 => 'Ludwig' ); $query = ibase_prepare ( "UPDATE FOO SET BAR = ? WHERE BAZ = ?" ); while (list( $baz , $bar ) = each ( $updates )) { ibase_execute ( $query , $bar , $baz ); } ?> ibase_errmsg ibase_fetch_assoc...
PHP Manual
[ ibase_execute php.net ]

PHP Funktion
ob_get_status ( phplist Code 24% Relevanz )
Rubrik
Funktionen zur Ausgabesteuerung
Kurzform
ob_get_status -- Get status of output buffers
Vorschau
... (2) Key: name Value: Name of active output handler or ' default output handler' if none is set Key: del Value: Erase-flag as set by ob_start() If called with full_status = TRUE an array with one element for each active output buffer level is returned. The output level is used as key of the top level array and each array element itself is another array holding status information on one active output level. Beispiel 2. Full ...
PHP Manual
[ ob_get_status php.net ]

PHP Funktion
ps_begin_page ( phplist Code 24% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_begin_page -- Start a new page
Vorschau
... (PECL) ps_begin_page -- Start a new page Beschreibung bool ps_begin_page ( resource psdoc, float width, float height ) Starts a new page. Although the parameters width and height imply a different page size for each page, this is not possible in PostScript. The first call of ps_begin_page() will set the page size for the whole document. Consecutive calls will have no effect, except for creating a new page. The situation is different ...
PHP Manual
[ ps_begin_page php.net ]

PHP Funktion
ps_open_image ( phplist Code 24% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_open_image -- Reads an image for later placement
Vorschau
...which is already available in memory. The parameter source is currently not evaluated and assumed to be memory . The image data is a sequence of pixels starting in th upper left corner and ending in the lower right corner. Each pixel consists of components color components, and each component has bpc bits. Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . type The type of the image. Possible values are ...
PHP Manual
[ ps_open_image php.net ]

PHP Funktion
token_get_all ( phplist Code 24% Relevanz )
Rubrik
Tokenizer Functions
Kurzform
token_get_all -- Split given source into PHP tokens
Vorschau
.... 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 individual token identifier is either a single character (i.e.: ; , . , > , ! , etc...), or a two element array containing the token index in element 0, and the string content of the original token in element 1. ...
PHP Manual
[ token_get_all php.net ]

PHP Funktion
xslt_set_sax_handlers ( phplist Code 24% Relevanz )
Rubrik
XSLT Funktionen
Kurzform
xslt_set_sax_handlers -- Set the SAX handlers to be called when the XML document gets processed
Vorschau
... handler functions. Anmerkung: The given array does not need to contain all of the different sax handler elements (although it can), but it only needs to conform to "handler" => "function" format described above. Each of the individual SAX handler functions are in the format below: start_doc ( resource processor ) end_doc ( resource processor ) start_element ( resource processor, string name, array attributes ) end_element ( ...
PHP Manual
[ xslt_set_sax_handlers php.net ]

PHP Funktion
ZipArchive::extractTo ( phplist Code 24% Relevanz )
Rubrik
ZIP Funktionen (Lesezugriff)
Kurzform
ZipArchive::extractTo -- Extract the archive contents
Vorschau
... the files. entries The entries to extract. It accepts either a single entry name or an array of names. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele This example opens a ZIP file archive, reads each file in the archive and prints out its contents. The test2.zip archive used in this example is one of the test archives in the ZZIPlib source distribution. Beispiel 1. Extract all entries <?php $zip = new ZipArchive ; ...
PHP Manual
[ ZipArchive::extractTo php.net ]

PHP Funktion
II. COPYRIGHT ( phplist Code 24% Relevanz )
Rubrik
Open Publication License
Kurzform
-----
Vorschau
...II. COPYRIGHT PHP Handbuch Anhang T. Open Publication License II. COPYRIGHT The copyright to each Open Publication is owned by its author(s) or designee. Open Publication License III. SCOPE OF LICENSE...
PHP Manual
[ II. COPYRIGHT php.net ]

PHP Funktion
Advanced PHP debugger ( phplist Code 24% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
....00 0.00 0.00 10 0.0000 0.0000 0 str_replace The -R option used in this example sorts the profile table by the amount of real time the script spent executing a given function. The "cumm call" column reveals how many times each function was called, and the "s/call" column reveals how many seconds each call to the function required, on average. To generate a calltree file that you can import into the KCacheGrind profile analysis application, ...
PHP Manual
[ Advanced PHP debugger php.net ]

PHP Funktion
Rar Functions ( phplist Code 24% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... ( 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 () . "\n" ; $entry -> ...
PHP Manual
[ Rar Functions php.net ]

PHP Funktion
iis_get_server_by_path ( phplist Code 23% Relevanz )
Rubrik
IIS Administration Functions
Kurzform
iis_get_server_by_path -- Return the instance number associated with the Path
Vorschau
...iis_get_server_by_path iis_get_server_by_path (PECL) iis_get_server_by_path -- Return the instance number associated with the Path Description int iis_get_server_by_path ( string path ) Each virtual server in IIS is associated with an instance number. iis_get_server_by_path() Finds the instance number from the actual path to the root directory. iis_get_server_by_comment iis_get_server_rights...
PHP Manual
[ iis_get_server_by_path 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
..., array &addtl]] ) Anmerkung: This function is not implemented on Windows platforms, nor does it (currently) work on *BSD systems. Try the PEAR class Net_DNS . This function returns an array of associative arrays. Each associative array contains at minimum the following keys: Tabelle 1. Basic DNS attributes Attribute Meaning host The record in the DNS namespace to which the rest of the associated data refers. class dns_get_record() ...
PHP Manual
[ dns_get_record php.net ]

PHP Funktion
expect_expectl ( phplist Code 22% Relevanz )
Rubrik
Expect Functions
Kurzform
expect_expectl -- Waits until the output from a process matches one of the patterns a specified time period has passed or an EOF is seen
Vorschau
... pattern can be found in match[1] , match[2] , and so on, up to match[9] (the limitation of libexpect). Parameter Liste expect An Expect stream, previously opened with expect_popen() . cases An array of expect cases. Each expect case is an indexed array, as described in the following table: Tabelle 1. Expect Case Array Index Key Value Type Description Is Mandatory Default Value 0 string pattern, that will be matched against the output from ...
PHP Manual
[ expect_expectl php.net ]

PHP Funktion
hw_ChildrenObj ( phplist Code 22% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_ChildrenObj -- Object records of children
Vorschau
...hw_ChildrenObj hw_ChildrenObj (PHP 3 >= 3.0.3, PHP 4, PECL) hw_ChildrenObj -- Object records of children Description array hw_childrenobj ( int connection, int objectID ) Returns an array of object records. Each object record belongs to a child of the collection with ID objectID . The array contains all children both documents and collections. hw_Children hw_Close...
PHP Manual
[ hw_ChildrenObj php.net ]

PHP Funktion
ps_place_image ( phplist Code 22% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_place_image -- Places image on the page
Vorschau
...() . x x-coordinate of the lower left corner of the image. y y-coordinate of the lower left corner of the image. scale The scaling factor for the image. A scale of 1.0 will result in a resolution of 72 dpi, because each pixel is equivalent to 1 point. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Siehe auch ps_open_image() ps_open_image_file() ps_open_image ps_rect...
PHP Manual
[ ps_place_image php.net ]

PHP Funktion
New Directives ( phplist Code 22% Relevanz )
Rubrik
Migrating from PHP 4 to PHP 5
Kurzform
-----
Vorschau
... register_long_arrays - allow/disallow PHP to register the deprecated long $HTTP_*_VARS session.hash_function - select a hash function (MD5 or SHA-1) session.hash_bits_per_character - define how many bits are stored in each character when converting the binary hash data to something readable (from 4 to 6) zend.ze1_compatibility_mode - Enable compatibility mode with Zend Engine 1 (PHP 4) New Functions Databases...
PHP Manual
[ New Directives php.net ]

PHP Funktion
fdf_enum_values ( phplist Code 21% Relevanz )
Rubrik
Forms Data Format Funktionen
Kurzform
fdf_enum_values -- Call a user defined function for each document value
Vorschau
...fdf_enum_values fdf_enum_values (PHP 4 >= 4.3.0, PHP 5) fdf_enum_values -- Call a user defined function for each document value Description bool fdf_enum_values ( resource fdfdoc, callback function [, mixed userdata] ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ...
PHP Manual
[ fdf_enum_values php.net ]

PHP Funktion
tidy_get_config ( phplist Code 21% Relevanz )
Rubrik
Tidy Functions
Kurzform
tidy_get_config -- Get current Tidy configuration
Vorschau
...array tidy_get_config ( tidy object ) Object oriented style: array tidy->getConfig ( void ) tidy_get_config() returns an array with the configuration options in use by the given tidy object . For an explanation about each option, visit http://tidy.sourceforge.net/docs/quickref.html . Beispiel 1. tidy_get_config() example <?php $html = '<p>test</p>' ; $config = array( 'indent' => TRUE , 'output-xhtml' => TRUE , 'wrap...
PHP Manual
[ tidy_get_config php.net ]

PHP Funktion
yaz_scan_result ( phplist Code 21% Relevanz )
Rubrik
YAZ Functions
Kurzform
yaz_scan_result -- Returns Scan Response result
Vorschau
... taken from the Scan Response: number - Number of entries returned stepsize - Step size position - Position of term status - Scan status Rückgabewerte Returns an array (0..n-1) where n is the number of terms returned. Each value is a pair where the first item is the term, and the second item is the result-count. yaz_record yaz_scan...
PHP Manual
[ yaz_scan_result php.net ]

PHP Funktion
Extending PHP 3 ( phplist Code 21% Relevanz )
Rubrik
PHP und Zend Engine Interna
Kurzform
-----
Vorschau
...arg2, *arg3;int arg_count = ARG_COUNT(ht); if (arg_count < 2 || arg_count > 3 || getParameters(ht,arg_count,&arg1,&arg2,&arg3)==FAILURE) { WRONG_PARAM_COUNT;} Using the Function Arguments The type of each argument is stored in the pval type field. This type can be any of the following: Tabelle 48-1. PHP Internal Types IS_STRING String IS_DOUBLE Double-precision floating point IS_LONG Long integer IS_ARRAY Array IS_EMPTY ...
PHP Manual
[ Extending PHP 3 php.net ]

PHP Funktion
hw_Who ( phplist Code 20% 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, system, onSinceDate, onSinceTime, TotalTime and self. 'self' is 1 if this entry belongs to the user who initiated the request. hw_Unlock ...
PHP Manual
[ hw_Who php.net ]

PHP Funktion
ps_get_parameter ( phplist Code 20% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_get_parameter -- Gets certain parameters
Vorschau
... to dissolve the ligature, then `f|f' will result in two `f' instead of the ligature `ff'. imageencoding The encoding used for encoding images. Can be either hex or 85 . hex encoding uses two bytes in the postscript file each byte in the image. 85 stand for Ascii85 encoding. linenumbermode Set to paragraph if lines are numbered within a paragraph or box if they are numbered within the surrounding box. linebreak Only used if text is output ...
PHP Manual
[ ps_get_parameter php.net ]

PHP Funktion
yaz_es ( phplist Code 20% Relevanz )
Rubrik
YAZ Functions
Kurzform
yaz_es -- Prepares for an Extended Service Request
Vorschau
...() . type A string which represents the type of the Extended Service: itemorder (Item Order), create (Create Database), drop (Drop Database), commit (Commit Operation), update (Update Record), xmlupdate (XML Update). Each type is specified in the following section. args An array with extended service options plus package specific options. The options are identical to those offered in the C API of ZOOM C. Refer to the ZOOM Extended Services...
PHP Manual
[ yaz_es php.net ]

PHP Funktion
yp_all ( phplist Code 20% Relevanz )
Rubrik
YP/NIS Funktionen
Kurzform
yp_all -- Traverse the map and call a function on each entry
Vorschau
...yp_all yp_all (PHP 4 >= 4.0.6, PHP 5 <= 5.0.4) yp_all -- Traverse the map and call a function on each entry Description void yp_all ( string domain, string map, string callback ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. YP/NIS Funktionen yp_cat...
PHP Manual
[ yp_all php.net ]

PHP Funktion
Filter Functions ( phplist Code 20% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...validating and filtering data coming usually from some insecure source such as user input. The following filters currently exist, be sure to read the Filter Constants section for information that describes the behavior of each constant: Tabelle 1. Existing filters ID Name Options Flags Description FILTER_VALIDATE_INT "int" min_range , max_range FILTER_FLAG_ALLOW_OCTAL , FILTER_FLAG_ALLOW_HEX Validates value as integer, optionally from the ...
PHP Manual
[ Filter Functions php.net ]

PHP Funktion
PDOStatement->fetchAll() ( phplist Code 19% Relevanz )
Rubrik
PDO-Funktionen
Kurzform
PDOStatement->fetchAll() -- Returns an array containing all of the result set rows
Vorschau
...-indexed column when the value of fetch_style is PDO::FETCH_COLUMN . Defaults to 0 . Rückgabewerte PDOStatement->fetchAll() returns an array containing all of the remaining rows in the result set. The array represents each row as either an array of column values or an object with properties corresponding to each column name. Using this method to fetch large result sets will result in a heavy demand on system and possibly network resources. ...
PHP Manual
[ PDOStatement->fetchAll() php.net ]

PHP Funktion
SWFMovie->add ( phplist Code 19% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFMovie->add -- Adds any type of data to a movie
Vorschau
...For displayable types (shape, text, button, sprite), this returns an swfdisplayitem() , a handle to the object in a display list. Thus, you can add the same shape to a movie multiple times and get separate handles back for each separate instance. See also all other objects (adding this later), and swfmovie->remove() See examples in : swfdisplayitem->rotateto() and swfshape->addfill() . SWFMorph SWFMovie->nextframe...
PHP Manual
[ SWFMovie->add php.net ]

PHP Funktion
Preparation and Housekeeping ( phplist Code 19% Relevanz )
Rubrik
PDO Driver How-To
Kurzform
-----
Vorschau
... compiler variable is set. This variable should be tested for and if set, the file config.h should be included in the compilation unit. PHP Headers The following standard public php headers should be included in each source module: php.h php_ini.h ext/standard/info.h PDO Interface Headers The following standard public PDO header files are also included in each source module: pdo/php_pdo.h This header file contains definitions of the ...
PHP Manual
[ Preparation and Housekeeping php.net ]

PHP Funktion
current ( phplist Code 18% Relevanz )
Rubrik
Array Funktionen
Kurzform
current -- Liefert das aktuelle Element eines Arrays
Vorschau
...üfen. Anmerkung: Es ist nicht möglich, das Ende eines Arrays von einem boolean FALSE -Wert zu unterscheiden. Um ein Array, das FALSE -Elemente beinhalten könnte, korrekt zu durchlaufen werfen Sie bitte einen Blick auf die each() - Funktion. Beispiel 1. Beispiel für die Verwendung von current() und anderen <?php $transport = array( 'zu Fußfoot' , 'Fahhrad' , 'Auto' , 'Flugzeug' ); $mode = current ( $transport ); // $mode = 'zu Fuß'; $mode = ...
PHP Manual
[ current php.net ]

PHP Funktion
PDO->prepare() ( phplist Code 18% Relevanz )
Rubrik
PDO-Funktionen
Kurzform
PDO->prepare() -- Prepares a statement for execution and returns a statement object
Vorschau
... when the statement is executed. You cannot use both named and question mark parameter markers within the same SQL statement; pick one or the other parameter style. You must include a unique parameter marker for each value you wish to pass in to the statement when you call PDOStatement->execute() . You cannot use a named parameter marker of the same name twice in a prepared statement. You cannot bind multiple values to a single ...
PHP Manual
[ PDO->prepare() php.net ]

PHP Funktion
px_retrieve_record ( phplist Code 18% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_retrieve_record -- Returns record of paradox database
Vorschau
...Beschreibung array px_retrieve_record ( resource pxdoc, int num [, int mode] ) This function is very similar to px_get_record() but uses internally a different approach to retrieve the data. It relies on pxlib for reading each single field value, which usually results in support for more field types. Anmerkung: This function is only available if pxlib >= 0.6.0 is used. Parameter Liste pxdoc Resource identifier of the paradox database as ...
PHP Manual
[ px_retrieve_record php.net ]

PHP Funktion
SimpleXMLElement->xpath() ( phplist Code 18% Relevanz )
Rubrik
SimpleXML Funktionen
Kurzform
SimpleXMLElement->xpath() -- Führt ein XPath Query auf XML-Daten aus
Vorschau
...lt;/b> <d> <c>code</c> </d> </a> XML; $xml = new SimpleXMLElement ( $string ); /* Suche nach <a><b><c> */ $result = $xml -> xpath ( '/a/b/c' ); while(list( , $node ) = each ( $result )) { echo '/a/b/c: ' , $node , "\n" ; } /* Relative Pfade funktionieren ebenfalls ... */ $result = $xml -> xpath ( 'b/c' ); while(list( , $node ) = each ( $result )) { echo 'b/c: ' , $node , "\n" ; } ?> ...
PHP Manual
[ SimpleXMLElement->xpath() php.net ]

PHP Funktion
php_stream_readdir ( phplist Code 18% Relevanz )
Rubrik
Streams Dir API Reference
Kurzform
-----
Vorschau
... entry from dirstream and stores it into ent . If the function succeeds, the return value is ent . If the function fails, the return value is NULL. See php_stream_dirent for more details about the information returned for each directory entry. php_stream_opendir php_stream_rewinddir...
PHP Manual
[ php_stream_readdir php.net ]

PHP Funktion
Creating Variables ( phplist Code 18% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... 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 possible directly...
PHP Manual
[ Creating Variables php.net ]

PHP Funktion
continue ( phplist Code 17% Relevanz )
Rubrik
Kontroll-Strukturen
Kurzform
-----
Vorschau
... PHP Handbuch Kapitel 16. Kontroll-Strukturen continue continue wird innerhalb von Schleifen verwendet. Die Schleife wird an der aktuellen Stelle abgebrochen und es wird der nächste Durchlauf begonnen. Anmerkung: Beachten Sie, dass in PHP die switch Anweisung als Schleifenstruktur zum Zweck von continue angesehen wird. Bei continue können Sie ein optionales numerisches Argument mitgeben, das angibt, wie viele Ebenen von enhaltenen ...
PHP Manual
[ continue php.net ]

PHP Funktion
http_get ( phplist Code 17% Relevanz )
Rubrik
HTTP Funktionen
Kurzform
http_get -- Perform GET request
Vorschau
... a file where cookies are/will be stored cookiesession bool don't load session cookies from cookiestore if TRUE resume int byte offset to start the download from; if the server supports ranges range array array of arrays, each containing two integers, specifying the ranges to download if server support is given; only recognized if the resume option is empty maxfilesize int maximum file size that should be downloaded; has no effect, if the size ...
PHP Manual
[ http_get php.net ]

PHP Funktion
mailparse Functions ( phplist Code 17% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- Parse addresses and returns a hash containing that data mailparse_stream_encode -- Streams data from source file pointer, apply encoding and write to destfp mailparse_uudecode_all -- Scans the data from fp and extract each embedded uuencoded file mail mailparse_determine_best_xfer_encoding...
PHP Manual
[ mailparse Functions php.net ]

PHP Funktion
Statistics Functions ( phplist Code 17% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...the probability of an event (0 < p < 1)). stats_rand_gen_ibinomial -- Generates a single random deviate from a binomial distribution whose number of trials is "n" (n >= 0) and whose probability of an event in each trial is "pp" ([0;1]). Method : algorithm BTPE stats_rand_gen_int -- Generates random integer between 1 and 2147483562 stats_rand_gen_ipoisson -- Generates a single random deviate from a Poisson distribution with mean "mu...
PHP Manual
[ Statistics Functions php.net ]

PHP Funktion
XML Parser Functions ( phplist Code 17% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
.... It supports three source character encodings also provided by PHP: US-ASCII , ISO-8859-1 and UTF-8 . UTF-16 is not supported. This extension lets you create XML parsers and then define handlers for different XML events. Each XML parser also has a few parameters you can adjust. Anforderungen This extension uses an expat compat layer by default. It can use also expat , which can be found at http://www.jclark.com/xml/expat.html . The Makefile ...
PHP Manual
[ XML Parser Functions php.net ]

PHP Funktion
Accepting Arguments ( phplist Code 17% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... conversion could not be performed. Here are some sample error messages: Warning - ini_get_all() requires at most 1 parameter, 2 given Warning - wddx_deserialize() expects parameter 1 to be string, array given Of course each error message is accompanied by the filename and line number on which it occurs. Here is the full list of type specifiers: l - long d - double s - string (with possible null bytes) and its length b - boolean r - resource...
PHP Manual
[ Accepting Arguments php.net ]

PHP Funktion
dbase_get_header_info ( phplist Code 16% Relevanz )
Rubrik
dBase Funktionen
Kurzform
dbase_get_header_info -- Gets the header info of a database
Vorschau
...on the column structure of the given database link identifier. Parameter Liste dbase_identifier The database link identifier, returned by dbase_open() or dbase_create() . Rückgabewerte An indexed array with an entry for each column in the database. The array index starts at 0. Each array element contains an associative array of column information, as described here: name The name of the column type The human-readable name for the dbase type...
PHP Manual
[ dbase_get_header_info php.net ]

PHP Funktion
xml_parse_into_struct ( phplist Code 16% Relevanz )
Rubrik
XML Parser Functions
Kurzform
xml_parse_into_struct -- Parse XML data into an array structure
Vorschau
... of molecular objects <?php class AminoAcid { var $name ; // aa name var $symbol ; // three letter symbol var $code ; // one letter code var $type ; // hydrophobic, charged or neutral function AminoAcid ( $aa ) { foreach ( $aa as $k => $v ) $this -> $k = $aa [ $k ]; } } function readDatabase ( $filename ) { // read the XML database of aminoacids $data = implode ( "" , file ( $filename )); $parser = xml_parser_create (); ...
PHP Manual
[ xml_parse_into_struct php.net ]

PHP Funktion
imap_open ( phplist Code 15% Relevanz )
Rubrik
IMAP POP3 und NNTP Funktionen
Kurzform
imap_open -- Öffnet eine Verbindung zu einem Postfach auf einem POP- IMAP- oder NNTP-Server
Vorschau
...password"); echo "<p><h1>Mailboxes</h1>\n";$folders = imap_listmailbox ($mbox, "{your.imap.host:143}", "*");if ($folders == false) echo "Call failed<br>\n";else while (list ($key, $val) = each ($folders)) echo $val . "<br>\n"; echo "<p><h1>Headers in INBOX</h1>\n";$headers = imap_headers ($mbox);if ($headers == false) echo "Call failed<br>\n";else while (list ($key, $val...
PHP Manual
[ imap_open php.net ]

PHP Funktion
mailparse_uudecode_all ( phplist Code 15% Relevanz )
Rubrik
mailparse Functions
Kurzform
mailparse_uudecode_all -- Scans the data from fp and extract each embedded uuencoded file
Vorschau
...mailparse_uudecode_all mailparse_uudecode_all (PECL) mailparse_uudecode_all -- Scans the data from fp and extract each embedded uuencoded file Beschreibung array mailparse_uudecode_all ( resource fp ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukü...
PHP Manual
[ mailparse_uudecode_all php.net ]

PHP Funktion
register_tick_function ( phplist Code 15% Relevanz )
Rubrik
Function Handling functions
Kurzform
register_tick_function -- Register a function for execution on each tick
Vorschau
...register_tick_function register_tick_function (PHP 4 >= 4.0.3, PHP 5) register_tick_function -- Register a function for execution on each tick Description bool register_tick_function ( callback function [, mixed arg [, mixed ...]] ) Registers the function named by func to be executed when a tick is called. Also, you may pass an array consisting of an object...
PHP Manual
[ register_tick_function php.net ]

PHP Funktion
sqlite_create_aggregate ( phplist Code 15% Relevanz )
Rubrik
SQLite
Kurzform
sqlite_create_aggregate (no version information might be only in CVS)SQLiteDatabase->createAggregate -- Register an aggregating UDF for use in SQL statements
Vorschau
... to calculate a result aggregated across all the rows of a query. The key difference between this function and sqlite_create_function() is that two functions are required to manage the aggregate; step_func is called for each row of the result set. Your PHP function should accumulate the result and store it into the aggregation context. Once all the rows have been processed, finalize_func will be called and it should then take the data from the...
PHP Manual
[ sqlite_create_aggregate php.net ]

PHP Funktion
stream_filter_register ( phplist Code 15% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_filter_register -- Register a stream filter implemented as a PHP class derived from php_user_filter
Vorschau
...consumed , which must always be declared by reference, should be incremented by the length of the data which your filter reads in and alters. In most cases this means you will increment consumed by $bucket->datalen for each $bucket. If the stream is in the process of closing (and therefore this is the last pass through the filterchain), the closing parameter will be set to TRUE The filter method must return one of three values upon completion...
PHP Manual
[ stream_filter_register php.net ]

PHP Funktion
stream_set_write_buffer ( phplist Code 15% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_set_write_buffer -- Sets file buffering on the given stream
Vorschau
... Description int stream_set_write_buffer ( resource stream, int buffer ) Output using fwrite() is normally buffered at 8K. This means that if there are two processes wanting to write to the same output stream (a file), each is paused after 8K of data to allow the other to write. stream_set_write_buffer() sets the buffering for write operations on the given filepointer stream to buffer bytes. If buffer is 0 then write operations are unbuffered...
PHP Manual
[ stream_set_write_buffer php.net ]

PHP Funktion
yaz_errno ( phplist Code 15% Relevanz )
Rubrik
YAZ Functions
Kurzform
yaz_errno -- Returns error number
Vorschau
...4.0.1, PECL) yaz_errno -- Returns error number Beschreibung int yaz_errno ( resource id ) Returns an error number for the server (last request) identified by id . yaz_errno() should be called after network activity for each server - (after yaz_wait() returns) to determine the success or failure of the last operation (e.g. search). Parameter Liste id The connection resource returned by yaz_connect() . Rückgabewerte Returns an error code. ...
PHP Manual
[ yaz_errno php.net ]

PHP Funktion
dbplus_tcl ( phplist Code 14% Relevanz )
Rubrik
DB++ Functions
Kurzform
dbplus_tcl -- Execute TCL code on server side
Vorschau
... 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. A db++ server will prepare a TCL interpreter for each client connection. This interpreter will enable the server to execute TCL code provided by the client as a sort of stored procedures to improve the performance of database operations by avoiding client/server data ...
PHP Manual
[ dbplus_tcl php.net ]

PHP Funktion
hw_Connect ( phplist Code 14% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_Connect -- Opens a connection
Vorschau
... Description int hw_connect ( string host, int port [, string username, string password] ) Opens a connection to a Hyperwave server and returns a connection index on success, or FALSE if the connection could not be made. Each of the arguments should be a quoted string, except for the port number. The username and password arguments are optional and can be left out. In such a case no identification with the server will be done. It is similar to ...
PHP Manual
[ hw_Connect php.net ]

PHP Funktion
iconv_mime_decode_headers ( phplist Code 14% Relevanz )
Rubrik
iconv Funktionen
Kurzform
iconv_mime_decode_headers -- Decodes multiple MIME header fields at once
Vorschau
...string encoded_headers [, int mode [, string charset]] ) Returns an associative array that holds a whole set of MIME header fields specified by encoded_headers on success, or FALSE if an error occurs during the decoding. Each key of the return value represents an individual field name and the corresponding element represents a field value. If more than one field of the same name are present, iconv_mime_decode_headers() automatically ...
PHP Manual
[ iconv_mime_decode_headers php.net ]

PHP Funktion
imap_rfc822_parse_adrlist ( phplist Code 14% Relevanz )
Rubrik
IMAP POP3 und NNTP Funktionen
Kurzform
imap_rfc822_parse_adrlist -- Parsen eines Adress-Strings
Vorschau
...@somedomain.net, root"; $address_array = imap_rfc822_parse_adrlist ($address_string, "somedomain.net"); if (! is_array ($address_array)) die ("somethings wrong\n"); reset ($address_array); while (list( $key, $val) = each ($address_array)) { print "mailbox : " . $val->mailbox . "<br>\n"; print "host : " . $val->host . "<br>\n"; print "personal: " . $val->personal . "<br>\n"; print "adl : " . $val->adl . "<p&...
PHP Manual
[ imap_rfc822_parse_adrlist php.net ]

PHP Funktion
localeconv ( phplist Code 14% Relevanz )
Rubrik
String-Funktionen
Kurzform
localeconv -- Get numeric formatting information
Vorschau
... and currency_symbol 3 - The sign string immediately precedes the currency_symbol 4 - The sign string immediately succeeds the currency_symbol The n_sign_posn , and n_sign_posn contain a string of formatting options. Each number representing one of the above listed conditions. The grouping fields contain arrays that define the way numbers should be grouped. For example, the monetary grouping field for the nl_NL locale (in UTF-8 mode with ...
PHP Manual
[ localeconv php.net ]

PHP Funktion
ps_shading ( phplist Code 14% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_shading -- Creates a shading for later use
Vorschau
...The color of the shading can be in any color space except for pattern . Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . type The type of shading can be either radial or axial . Each shading starts with the current fill color and ends with the given color values passed in the parameters c1 to c4 (see ps_setcolor() for their meaning). x0, x1, y0, y1 The coordinates x0 , y0 , x1 , y1 are the start and ...
PHP Manual
[ ps_shading php.net ]

PHP Funktion
unregister_tick_function ( phplist Code 14% Relevanz )
Rubrik
Function Handling functions
Kurzform
unregister_tick_function -- De-register a function for execution on each tick
Vorschau
...unregister_tick_function unregister_tick_function (PHP 4 >= 4.0.3, PHP 5) unregister_tick_function -- De-register a function for execution on each tick Description void unregister_tick_function ( string function_name ) De-registers the function named by function_name so it is no longer executed when a tick is called. register_tick_function GeoIP Functions...
PHP Manual
[ unregister_tick_function php.net ]

PHP Funktion
SESAM Datenbankfunktionen ( phplist Code 14% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... erfolgreichen Laden dieses Katalogs eine Meldung, die an die error_logfile von Apache geschickt wird. Da BS2000 z. Zt. ein Unterdrücken dieser Meldung nicht erlaubt, wird das logfile langsam damit vollgeschrieben. Bitte beachten: die SESAM-OML (PLAM-Bibliothek) und die SESAM-Konfigurationsdatei müssen für die Benutzerkennung, unter der der Webserver läuft, lesbar sein! Andernfalls kann der Server den Treiber nicht laden, womit die SESAM-...
PHP Manual
[ SESAM Datenbankfunktionen php.net ]

PHP Funktion
get_browser ( phplist Code 13% Relevanz )
Rubrik
Sonstige Funktionen
Kurzform
get_browser -- Ermittelt die Möglichkeiten des Browsers eines Benutzers
Vorschau
... Beispiel zeigt, wie man alle verfügbaren Informationen zu einem gerade benutzten Browser anzeigen könnte: Beispiel 1. get_browser() -Beispiel: <?php function list_array ( $array ) { while (list ( $key , $value ) = each ( $array )) { $str .= "<b>$key:</b> $value<br> \n " ; } return $str ; } echo "$HTTP_USER_AGENT<hr> \n " ; $browser = get_browser (); echo list_array ((array) $browser ); ?> Die Ausgabe des ...
PHP Manual
[ get_browser php.net ]

PHP Funktion
hw_pConnect ( phplist Code 13% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_pConnect -- Make a persistent database connection
Vorschau
... int hw_pconnect ( string host, int port [, string username, string password] ) Returns a connection index on success, or FALSE if the connection could not be made. Opens a persistent connection to a Hyperwave server. Each of the arguments should be a quoted string, except for the port number. The username and password arguments are optional and can be left out. In such a case no identification with the server will be done. It is similar to ...
PHP Manual
[ hw_pConnect php.net ]

PHP Funktion
imagefilter ( phplist Code 13% Relevanz )
Rubrik
Grafik-Funktionen
Kurzform
imagefilter -- Applies a filter to an image
Vorschau
... contrast of the image. Use arg1 to set the level of contrast. IMG_FILTER_COLORIZE : Like IMG_FILTER_GRAYSCALE , except you can specify the color. Use arg1 , arg2 and arg3 in the form of red , blue , green . The range for each color is 0 to 255. IMG_FILTER_EDGEDETECT : Uses edge detection to highlight the edges in the image. IMG_FILTER_EMBOSS : Embosses the image. IMG_FILTER_GAUSSIAN_BLUR : Blurs the image using the Gaussian method. ...
PHP Manual
[ imagefilter php.net ]

PHP Funktion
maxdb_debug ( phplist Code 13% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_debug -- Performs debugging operations
Vorschau
... the size of the traced object to the specified number of bytes, or 1000 if no size is specified. TRACE SQL ON|OFF - Enables/disables high level api trace. TRACE TIMESTAMP ON|OFF - Enables/disables a timestamp prefix on each line that is traced. TRACE SIZE <size> - Limits the size of the trace file to <size> bytes, at least 8192 bytes are required. Return values maxdb_debug() doesn't return any value. Example Beispiel 1. ...
PHP Manual
[ maxdb_debug php.net ]

PHP Funktion
oci_connect ( phplist Code 13% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
oci_connect -- Establishes a connection to the Oracle server
Vorschau
... queries issued against one handle are also applied to the other handles, because they are the same handle. This behaviour is demonstrated in Example 1 below. If you require two handles to be transactionally isolated from each other, you should use oci_new_connect() instead. Wenn Sie den Oracle Server in der Version 9.2 oderhöher benutzen, können Sie den Zeichensatz, der für eine neue Verbindunggenutzt werden soll, mit dem charset Parameter ...
PHP Manual
[ oci_connect php.net ]

PHP Funktion
oci_pconnect ( phplist Code 13% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
oci_pconnect -- Connect to an Oracle database using a persistent connection
Vorschau
... [, string charset [, int session_mode]]] ) oci_pconnect() creates a persistent connection to an Oracle server and logs on. Persistent connections are cached and re-used between requests, resulting in reduced overhead on each page load; a typical PHP application will have a single persistent connection open against an Oracle server per Apache child process (or PHP FastCGI/CGI process). See the Persistent Database Connections section for more ...
PHP Manual
[ oci_pconnect 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
... a list of valid table types for the data source. (All columns except the TABLE_TYPE column contain NULLs.) If table_type is not an empty string, it must contain a list of comma-separated values for the types of interest; each value may be enclosed in single quotes (') or unquoted. For example, "'TABLE','VIEW'" or "TABLE, VIEW". If the data source does not support a specified table type, odbc_tables() does not return any results for that type. ...
PHP Manual
[ odbc_tables php.net ]

PHP Funktion
PDO::sqliteCreateAggregate ( phplist Code 13% Relevanz )
Rubrik
SQLite Functions (PDO_SQLITE)
Kurzform
PDO::sqliteCreateAggregate -- Registers an aggregating User Defined Function for use in SQL statements
Vorschau
...to calculate a result aggregated across all the rows of a query. The key difference between this function and PDO::sqliteCreateFunction() is that two functions are required to manage the aggregate; step_func is called for each row of the result set. Your PHP function should accumulate the result and store it into the aggregation context. Once all the rows have been processed, finalize_func will be called and it should then take the data from the...
PHP Manual
[ PDO::sqliteCreateAggregate php.net ]

PHP Funktion
ps_hyphenate ( phplist Code 13% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_hyphenate -- Hyphenates a word
Vorschau
... Liste psdoc Resource identifier of the postscript file as returned by ps_new() . text text should not contain any non alpha characters. Possible positions for breaks are returned in an array of interger numbers. Each number is the position of the char in text after which a hyphenation can take place. Rückgabewerte An array of integers indicating the position of possible breaks in the text or FALSE in case of an error. Beispiele ...
PHP Manual
[ ps_hyphenate php.net ]

PHP Funktion
px_get_info ( phplist Code 13% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_get_info -- Return lots of information about a paradox file
Vorschau
... file without the extension. numrecords Number of records in this table. numfields Number of fields in this table. headersize Number of bytes used for the header. This is usually 0x800. recordsize Number of bytes used for each record. This is the sum of all field sizes (available since version 1.4.2). maxtablesize This value multiplied by 0x400 is the size of a data block in bytes. The maximum number of records in a datablock is the integer ...
PHP Manual
[ px_get_info php.net ]

PHP Funktion
sqlite_popen ( phplist Code 13% Relevanz )
Rubrik
SQLite
Kurzform
sqlite_popen -- Opens a persistent handle to an SQLite database. Will create the database if it does not exist
Vorschau
... one, it returns that handle to your script, otherwise it opens a fresh handle to the database. The benefit of this approach is that you don't incurr the performance cost of re-reading the database and index schema on each page hit served by persistent web server SAPI's (any SAPI except for regular CGI or CLI). Anmerkung: If you use persistent handles and have the database updated by a background process (perhaps via a crontab), and that ...
PHP Manual
[ sqlite_popen 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
...: 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><head>...
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
... -- 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' , FALSE...
PHP Manual
[ tidy_setopt php.net ]

PHP Funktion
variant_eqv ( phplist Code 13% Relevanz )
Rubrik
COM Support Funktionen für Windows
Kurzform
variant_eqv -- Performs a bitwise equivalence on two variants
Vorschau
...variant_eqv variant_eqv (PHP 5) variant_eqv -- Performs a bitwise equivalence on two variants Description mixed variant_eqv ( mixed left, mixed right ) If each bit in left is equal to the corresponding bit in right then TRUE is returned, otherwise FALSE is returned. Anmerkung: As with all the variant arithmetic functions, the parameters for this function can be either a PHP ...
PHP Manual
[ variant_eqv php.net ]

PHP Funktion
OpenBSD installation notes ( phplist Code 13% Relevanz )
Rubrik
Installation auf Unix-Systemen
Kurzform
-----
Vorschau
... specific to installing PHP on OpenBSD 3.6 . Using Binary Packages Using binary packages to install PHP on OpenBSD is the recommended and simplest method. The core package has been separated from the various modules, and each can be installed and removed independently from the others. The files you need can be found on your OpenBSD CD or on the FTP site. The main package you need to install is php4-core-4.3.8.tgz , which contains the basic ...
PHP Manual
[ OpenBSD installation notes php.net ]

PHP Funktion
Fleshing out your skeleton ( phplist Code 13% Relevanz )
Rubrik
PDO Driver How-To
Kurzform
-----
Vorschau
... handle object. It also contains the error fetching routines. All of these functions will typically need to access the global variable pool. Therefore, it is necessary to use the Zend macro TSRMLS_DC macro at the end of each of these statements. Consult the Zend programmer documentation for more information on this macro. pdo_SKEL_error static int pdo_SKEL_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line TSRMLS_DC) The ...
PHP Manual
[ Fleshing out your skeleton php.net ]

PHP Funktion
Function Handling functions ( phplist Code 13% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- Liefert ein Array aller definierten Funktionen register_shutdown_function -- Registriert eine Funktion zur Ausführung beim Skript-Abschluss register_tick_function -- Register a function for execution on each tick unregister_tick_function -- De-register a function for execution on each tick ftp_systype call_user_func_array...
PHP Manual
[ Function Handling functions php.net ]

PHP Funktion
Multibyte String Functions ( phplist Code 13% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... mapping to an 8-bit value, there are also several languages which require so many characters for written communication that they cannot be contained within the range a mere byte can code (A byte is made up of eight bits. Each bit can contain only two distinct values, one or zero. Because of this, a byte can only represent 256 unique values (two to the power of eight)). Multibyte character encoding schemes were developed to express more than 256...
PHP Manual
[ Multibyte String Functions php.net ]

PHP Funktion
PostScript document creation ( phplist Code 13% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... document creation Einführung This module allows to create PostScript documents. It has many similarities with the pdf extension. Actually the API is almost identical and one can in many cases just replace the prefix of each function from pdf_ to ps_. This also works for functions which has no meaning in the PostScript document (like adding hyperlinks) but will have an effect if the document is converted to PDF. Documents created by this ...
PHP Manual
[ PostScript document creation php.net ]

PHP Funktion
SDO Relational Data Access Service Functions ( phplist Code 13% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...and the shape of the data graph; it ultimately determines how the data from the database is to be normalised into a graph. Database metadata The first argument to the constructor describes the target relational database. Each table is described by an associative array with up to four keys. Key Value name The name of the table. columns An array listing the names of the columns, in any order. PK The name of the column containing the primary key...
PHP Manual
[ SDO Relational Data Access Service Functions php.net ]

PHP Funktion
Probleme bei der Compilierung ( phplist Code 12% Relevanz )
Rubrik
FAQ: Frequently Asked Questions
Kurzform
-----
Vorschau
...Paket installiert haben, damit das configure-Script aus configure.in generiert werden kann. Mittels ./buildconf im Hauptverzeichnis des vom CVS-Server gezogenen Source-Trees wird das configure -Script generiert. Es ist zu beachten, dass das configure-Script bei einer geänderten configure.in nicht neu generiert wird, es sei denn, configure wird mit dem Parameter --enable-maintainer-mode aufgerufen. Es sollte also darauf geachtet werden, dass das ...
PHP Manual
[ Probleme bei der Compilierung php.net ]

PHP Funktion
http_throttle ( phplist Code 12% Relevanz )
Rubrik
HTTP Funktionen
Kurzform
http_throttle -- HTTP throttling
Vorschau
... size for use with http_send() API. Provides a basic throttling mechanism, which will yield the current process resp. thread until the entity has been completely sent, though. Parameter Liste sec seconds to sleep after each chunk sent bytes the chunk size in bytes Beispiele Beispiel 1. A http_throttle() example Send file with approximately 20 kbyte/s. <?php // ~ 20 kbyte/s # http_throttle(1, 20000); # http_throttle(0.5, 10000); # ...
PHP Manual
[ http_throttle php.net ]

PHP Funktion
hw_GetParents ( phplist Code 12% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_GetParents -- Object ids of parents
Vorschau
...hw_GetParents hw_GetParents (PHP 3 >= 3.0.3, PHP 4, PECL) hw_GetParents -- Object ids of parents Description array hw_getparents ( int connection, int objectID ) Returns an indexed array of object ids. Each object id belongs to a parent of the object with ID objectID . hw_GetObjectByQueryObj hw_GetParentsObj...
PHP Manual
[ hw_GetParents php.net ]

PHP Funktion
PDOStatement->bindColumn() ( phplist Code 12% Relevanz )
Rubrik
PDO-Funktionen
Kurzform
PDOStatement->bindColumn() -- Bind a column to a PHP variable
Vorschau
... class PDOStatement { bool bindColumn ( mixed column, mixed &param [, int type] ) } PDOStatement->bindColumn() arranges to have a particular variable bound to a given column in the result-set from a query. Each call to PDOStatement->fetch() or PDOStatement->fetchAll() will update all the variables that are bound to columns. Anmerkung: Since information about the columns is not always available to PDO until the statement ...
PHP Manual
[ PDOStatement->bindColumn() php.net ]

PHP Funktion
ps_show_boxed ( phplist Code 12% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_show_boxed -- Output text in a box
Vorschau
... in a second box. In both case one would set this to 1. linenumbermode (parameter) Set how lines are to be numbered. Possible values are "box" for numbering lines in the whole box or "paragraph" to number lines within each paragraph. linenumberspace (value) The space for the column left of the numbered line containing the line number. The line number will be right justified into this column. Defaults to 20. linenumbersep (value) The space ...
PHP Manual
[ ps_show_boxed php.net ]

PHP Funktion
SimpleXMLElement->asXML() ( phplist Code 12% Relevanz )
Rubrik
SimpleXML Funktionen
Kurzform
SimpleXMLElement->asXML() -- Gibt einen wohlgeformten XML String zurück der auf einem SimpleXML-Element basiert
Vorschau
... anwenden: Beispiel 2. Anwendung von asXML() auf Xpath -Ergebnisse <?php // Fortsetzung des obigen Beispiels /* Suche nach <a><b><c> */ $result = $xml -> xpath ( '/a/b/c' ); while(list( , $node ) = each ( $result )) { echo $node -> asXML (); // <c>text</c> and <c>zeugs</c> } ?> SimpleXMLElement->addChild() SimpleXMLElement->attributes...
PHP Manual
[ SimpleXMLElement->asXML() php.net ]

PHP Funktion
DOM Functions ( phplist Code 12% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... this document supports the "XML" feature, the value is "1.0". DOMDocumentFragment Extends DOMNode . Methoden DOMDocumentFragment->appendXML() - Append raw XML data (not DOM standard) DOMDocumentType Extends DOMNode Each DOMDocument has a doctype attribute whose value is either NULL or a DOMDocumentType object. Eigenschaften Tabelle 4. Name Type Read-only Description publicId string yes The public identifier of the external subset. ...
PHP Manual
[ DOM Functions php.net ]

PHP Funktion
SDO Functions ( phplist Code 12% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...Functions CXXXVIII. SDO Functions Einführung Service Data Objects (SDOs) enable PHP applications to work with data from different sources (like a database query, an XML file, and a spreadsheet) using a single interface. Each different kind of data source requires a Data Access Service (DAS) to provide access to the data in the data source. In your PHP application, you use a DAS to create an SDO instance that represents some data in the data ...
PHP Manual
[ SDO Functions php.net ]

PHP Funktion
Source Layout ( phplist Code 12% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... the Zend executor, the PHP initialization file support, and such. After reading these files, take the time to navigate around the package a little to see the interdependencies of all files and modules - how they relate to each other and especially how they make use of each other. This also helps you to adapt to the coding style in which PHP is authored. To extend PHP, you should quickly adapt to this style. Extension Conventions Zend is built ...
PHP Manual
[ Source Layout php.net ]

PHP Funktion
aggregate_info ( phplist Code 11% Relevanz )
Rubrik
Object Aggregation/Composition Functions
Kurzform
aggregate_info -- Returns an associative array of the methods and properties from each class that has been aggregated to the object
Vorschau
...aggregate_info aggregate_info (no version information, might be only in CVS) aggregate_info -- Returns an associative array of the methods and properties from each class that has been aggregated to the object Description array aggregate_info ( object object ) Will return the aggregation information for a particular object as an associative array of arrays of methods and properties. ...
PHP Manual
[ aggregate_info php.net ]

PHP Funktion
gopher_parsedir ( phplist Code 11% Relevanz )
Rubrik
Net_Gopher
Kurzform
gopher_parsedir -- Translate a gopher formatted directory entry into an associative array.
Vorschau
...a gopher formatted directory entry into an associative array. While gopher returns text/plain documents for actual document requests. A request to a directory (such as /) will return specially encoded series of lines with each line being one directory entry or information line. Parameter Liste dirent The directory entry. Rückgabewerte Returns an associative array whose components are: type - One of the GOPHER_XXX constants. title - The name...
PHP Manual
[ gopher_parsedir php.net ]

PHP Funktion
hw_Modifyobject ( phplist Code 11% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_Modifyobject -- Modifies object record
Vorschau
... of the objects cannot be modified they will be skipped without notice. hw_error() may not indicate an error though some of the objects could not be modified. The keys of both arrays are the attributes name. The value of each array element can either be an array, a string or anything else. If it is an array each attribute value is constructed by the key of each element plus a colon and the value of each element. If it is a string it is taken as...
PHP Manual
[ hw_Modifyobject php.net ]

PHP Funktion
hw_objrec2array ( phplist Code 11% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_objrec2array -- Convert attributes from object record to object array
Vorschau
... the attributes 'Title', 'Description' and 'Keyword' are treated as language attributes and the attributes 'Group', 'Parent' and 'HtmlAttr' as non-prefixed multi-value attributes. By passing an array holding the type for each attribute you can alter this behaviour. The array is an associated array with the attribute name as its key and the value being one of HW_ATTR_LANG or HW_ATTR_NONE . See also hw_array2objrec() . hw_New_Document ...
PHP Manual
[ hw_objrec2array php.net ]

PHP Funktion
imap_get_quota ( phplist Code 11% Relevanz )
Rubrik
IMAP POP3 und NNTP Funktionen
Kurzform
imap_get_quota -- Retrieve the quota level settings and usage statics per mailbox
Vorschau
...As of PHP 4.3, the function more properly reflects the functionality as dictated by the RFC2087 . The array return value has changed to support an unlimited number of returned resources (i.e. messages, or sub-folders) with each named resource receiving an individual array key. Each key value then contains an another array with the usage and limit values within it. The example below shows the updated returned output. For backwards compatibility ...
PHP Manual
[ imap_get_quota php.net ]

PHP Funktion
ncurses_border ( phplist Code 11% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_border -- Draw a border around the screen using attributed characters
Vorschau
... ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. ncurses_border() draws the specified lines and corners around the main window. Each parameter expects 0 to draw a line and 1 to skip it. The corners are top left, top right, bottom left and bottom right. Use ncurses_wborder() for borders around subwindows! See also ncurses_wborder() . ncurses_bkgdset...
PHP Manual
[ ncurses_border php.net ]

PHP Funktion
ncurses_wborder ( phplist Code 11% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_wborder -- Draws a border around the window using attributed characters
Vorschau
... sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. ncurses_wborder() draws the specified lines and corners around the passed window window . Each parameter expects 0 to draw a line and 1 to skip it. The corners are top left, top right, bottom left and bottom right. Use ncurses_border() for borders around the main window. See also ncurses_border() . ...
PHP Manual
[ ncurses_wborder php.net ]

PHP Funktion
radius_get_attr ( phplist Code 11% Relevanz )
Rubrik
Radius
Kurzform
radius_get_attr -- Extracts an attribute
Vorschau
...radius_get_attr radius_get_attr (PECL) radius_get_attr -- Extracts an attribute Beschreibung mixed radius_get_attr ( resource radius_handle ) Like Radius requests, each response may contain zero or more attributes. After a response has been received successfully by radius_send_request() , its attributes can be extracted one by one using radius_get_attr() . Each time radius_get_attr() is ...
PHP Manual
[ radius_get_attr php.net ]

PHP Funktion
SDO_DAS_Relational::__construct ( phplist Code 11% Relevanz )
Rubrik
SDO Relational Data Access Service Functions
Kurzform
SDO_DAS_Relational::__construct -- Creates an instance of a Relational Data Access Service
Vorschau
... verwenden Sie diese Funktion aufeigenes Risiko. Constructs an instance of a Relational Data Access Service from the passed metadata. Parameter Liste database_metadata An array containing one or more table definitions, each of which is an associative array containing the keys name , columns , PK , and optionally, FK . For a full discussion of the metadata, see the metadata section in the general information about the Relational DAS. ...
PHP Manual
[ SDO_DAS_Relational::__construct php.net ]

PHP Funktion
SDO_DAS_Relational::executeQuery ( phplist Code 11% Relevanz )
Rubrik
SDO Relational Data Access Service Functions
Kurzform
SDO_DAS_Relational::executeQuery -- Executes a given SQL query against a relational database and returns the results as a normalised data graph.
Vorschau
... which column of that table it came from. In some circumstances it can find this information for itself, but sometimes it cannot. In these cases a column specifier is needed, which is an array that identifies the columns. Each entry in the array is simply a string in the form table-name.column_name . The column specifier is needed when there are duplicate column names in the database metadata. For example, in the database used within the ...
PHP Manual
[ SDO_DAS_Relational::executeQuery php.net ]

PHP Funktion
PDO-Funktionen ( phplist Code 11% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
..., konsistente Schnittstelle bereit, um mit PHP auf Datenbanken zuzugreifen. Jeder Datenbanktreiber, der die PDO-Schnittstelle implementiert, kann spezifische Features als reguläre Funktionen der Erung bereitstellen. Beachten Sie, dass Sie keine Funktionen der Datenbank mit PDO allein benutzen können. Sie müssen einen datenbankspezifischen PDO-Treiber benutzen, um auf eine Datenbank zuzugreifen. PDO bietet eine Abstraktionsschicht für den ...
PHP Manual
[ PDO-Funktionen php.net ]

PHP Funktion
Tidy Functions ( phplist Code 11% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... since PHP 5.1.0. 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. Each TIDY_TAG_XXX represents a HTML tag. For example, TIDY_TAG_A represents a <a href="XX">link</a> tag. Each TIDY_ATTR_XXX represents a HTML atribute. For example TIDY_ATTR_HREF would represent the href ...
PHP Manual
[ Tidy Functions php.net ]

PHP Funktion
ODBC Funktionen ( phplist Code 11% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... or columns that are automatically updated when any value in the row is updated by a transaction odbc_statistics -- Retrieve statistics about a table odbc_tableprivileges -- Lists tables and the privileges associated with each table odbc_tables -- Get the list of table names stored in a specific data source ociwritetemporarylob odbc_autocommit...
PHP Manual
[ ODBC Funktionen php.net ]

PHP Funktion
Pattern Syntax ( phplist Code 11% Relevanz )
Rubrik
Reguläre Ausdrücke Funktionen (Perl-kompatibel)
Kurzform
-----
Vorschau
... not. However, in both Perl and PCRE /^(a)?a/ matched against "a" leaves $1 unset. PCRE provides some extensions to the Perl regular expression facilities: Although lookbehind assertions must match fixed length strings, each alternative branch of a lookbehind assertion can match a different length of string. Perl 5.005 requires them all to have the same length. If PCRE_DOLLAR_ENDONLY is set and PCRE_MULTILINE is not set, the $ meta-character ...
PHP Manual
[ Pattern Syntax php.net ]

PHP Funktion
hw_GetParentsObj ( phplist Code 10% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_GetParentsObj -- Object records of parents
Vorschau
... ( int connection, int objectID ) Returns an indexed array of object records plus an associated array with statistical information about the object records. The associated array is the last entry of the returned array. Each object record belongs to a parent of the object with ID objectID . hw_GetParents hw_getrellink...
PHP Manual
[ hw_GetParentsObj php.net ]

PHP Funktion
hw_api->find ( phplist Code 10% Relevanz )
Rubrik
Hyperwave API Functions
Kurzform
hw_api->find -- Search for objects
Vorschau
... by an optional object query. They are sorted by their importance. The second search operation is relatively slow and its result can be limited to a certain number of hits. This allows to perform an incremental search, each returning just a subset of all found documents, starting at a given index. The parameter array contains the 'keyquery' or/and 'fulltextquery' depending on who you would like to search. Optional parameters are 'objectquery...
PHP Manual
[ hw_api->find php.net ]

PHP Funktion
iconv_mime_encode ( phplist Code 10% Relevanz )
Rubrik
iconv Funktionen
Kurzform
iconv_mime_encode -- Composes a MIME header field
Vorschau
... the value of this parameter, according to RFC2822 - Internet Message Format . If not given, the length will be limited to 76 characters. 76 996 line-break-chars string Specifies the sequence of characters to append to each line as an end-of-line sign when "folding" is performed on a long header field. If not given, this defaults to "\r\n" ( CR LF ). Note that this parameter is always treated as an ASCII string regardless of the value of ...
PHP Manual
[ iconv_mime_encode php.net ]

PHP Funktion
imap_getmailboxes ( phplist Code 10% Relevanz )
Rubrik
IMAP POP3 und NNTP Funktionen
Kurzform
imap_getmailboxes -- Liefert detailierte Informationen über eine Auswahl von Postfächern
Vorschau
....host}", "username", "password", OP_HALFOPEN) || die ("can't connect: " . imap_last_error()); $list = imap_getmailboxes ($mbox, "{your.imap.host}", "*"); if (is_array ($list)) { reset ($list); while (list( $key, $val) = each ($list)) { print "($key) "; print imap_utf7_decode ($val->name) . ","; print "'" . $val->delimiter . "',"; print $val->attributes . "<br>\n"; } } else { print "imap_getmailboxes failed: " . imap_last_error...
PHP Manual
[ imap_getmailboxes php.net ]

PHP Funktion
ocinewdescriptor ( phplist Code 10% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
ocinewdescriptor -- Initialize a new empty descriptor LOB/FILE (LOB is default)
Vorschau
... is designed to be called from a HTML form. * It expects $user, $password, $table, $where, and $commitsize * to be passed in from the form. The script then deletes * the selected rows using the ROWID and commits after each * set of $commitsize rows. (Use with care, there is no rollback) */ $conn = OCILogon($user, $password); $stmt = OCIParse($conn,"select rowid from $table $where"); $rowid = OCINewDescriptor($conn,OCI_D_ROWID); ...
PHP Manual
[ ocinewdescriptor php.net ]

PHP Funktion
radius_add_server ( phplist Code 10% Relevanz )
Rubrik
Radius
Kurzform
radius_add_server -- Adds a server
Vorschau
... multiple times, and it may be used together with radius_config() . At most 10 servers may be specified. When multiple servers are given, they are tried in round-robin fashion until a valid response is received, or until each server's max_tries limit has been reached. Parameter Liste radius_handle hostname The hostname parameter specifies the server host, either as a fully qualified domain name or as a dotted-quad IP address in text form. ...
PHP Manual
[ radius_add_server php.net ]

PHP Funktion
Windows Installer (PHP 5.2 and later) ( phplist Code 10% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
...along with any configuration details needed. You will then be prompted to select which features and extensions you wish to install and enable. By selecting "Will be installed on local hard drive" in the drop-down menu for each item you can trigger whether to install the feature or not. By selecting "Entire feature will be installed on local hard drive", you will be able to install all sub-features of the included feature ( for example by ...
PHP Manual
[ Windows Installer (PHP 5.2 and later) php.net ]

PHP Funktion
OmniHTTPd Server ( phplist Code 10% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
...php | actual = c:\php\php.exe (use php-cgi.exe if installing PHP 5), and use the Add button. On the Mime tab, enter: virtual = wwwserver/stdcgi | actual = .php , and use the Add button. Click OK Repeat steps 2 - 6 for each extension you want to associate with PHP. Anmerkung: Some OmniHTTPd packages come with built in PHP support. You can choose at setup time to do a custom setup, and uncheck the PHP component. We recommend you to use the ...
PHP Manual
[ OmniHTTPd Server php.net ]

PHP Funktion
Array Funktionen ( phplist Code 10% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... und behält die Indexverbindungen compact -- Erstellt ein Array mit Variablen und deren Werten count -- Zählt die Elemente einer Variable oder Attribute eines Objekts current -- Liefert das aktuelle Element eines Arrays each -- Liefert das aktuelle Paar (Schlüssel und Wert) eines Arrays und rückt den Array Cursor vor end -- Positioniert den internen Zeiger eines Arrays auf dessen letztes Element extract -- Importiert Variablen eines Arrays in ...
PHP Manual
[ Array Funktionen php.net ]

PHP Funktion
YP/NIS Funktionen ( phplist Code 10% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... NIS-Funktionen mit PHP nutzen zu können, muss PHP vor der Compilierung mit den Optionen --with-yp (PHP 3) oder --enable-yp (PHP 4) konfiguriert werden. Inhaltsverzeichnis yp_all -- Traverse the map and call a function on each entry yp_cat -- Return an array containing the entire map yp_err_string -- Returns the error string associated with the previous operation yp_errno -- Returns the error code of the previous operation yp_first -- Gibt das ...
PHP Manual
[ YP/NIS Funktionen php.net ]

PHP Funktion
SDO XML Data Access Service Functions ( phplist Code 10% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... the XML DAS is to move data between the application and an XML data source, which can be either a file or a URL. SDOs are always created and maintained according to a model which defines type names and what property names each type may have. For data which is from XML, this SDO model is built from a schema file written in XML schema language (an xsd file). This schema file is usually passed to the create method when the XMLDAS is initialised. ...
PHP Manual
[ SDO XML Data Access Service Functions php.net ]

PHP Funktion
Source Discussion ( phplist Code 10% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
...(first_module, NULL) {NULL, NULL, NULL}}; You can see that the last entry in the list always has to be {NULL, NULL, NULL} . This marker has to be set for Zend to know when the end of the list of exported functions is reached. Anmerkung: You cannot use the predefined macros for the end marker, as these would try to refer to a function named "NULL"! The macro ZEND_FE (short for 'Zend Function Entry') simply expands to a structure entry in ...
PHP Manual
[ Source Discussion php.net ]

PHP Funktion
Conversion Filters ( phplist Code 9% Relevanz )
Rubrik
List of Available Filters
Kurzform
-----
Vorschau
...() and base64_decode() functions respectively. convert.base64-encode supports parameters given as an associative array. If line-length is given, the base64 output will be split into chunks of line-length characters each. If line-break-chars is given, each chunk will be delimited by the characters given. These parameters give the same effect as using base64_encode() with chunk_split() . Beispiel N-5. convert.base64-encode & convert....
PHP Manual
[ Conversion Filters php.net ]

PHP Funktion
oci_new_descriptor ( phplist Code 9% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
oci_new_descriptor -- Initializes a new empty LOB or FILE descriptor
Vorschau
... is designed to be called from a HTML form. * It expects $user, $password, $table, $where, and $commitsize * to be passed in from the form. The script then deletes * the selected rows using the ROWID and commits after each * set of $commitsize rows. (Use with care, there is no rollback) */ $conn = oci_connect ( $user , $password ); $stmt = oci_parse ( $conn , "select rowid from $table $where" ); $rowid = oci_new_descriptor ( $conn , ...
PHP Manual
[ oci_new_descriptor php.net ]

PHP Funktion
odbc_specialcolumns ( phplist Code 9% Relevanz )
Rubrik
ODBC Funktionen
Kurzform
odbc_specialcolumns -- Returns either the optimal set of columns that uniquely identifies a row in the table or columns that are automatically updated when any value in the row is updated by a transaction
Vorschau
... connection_id, int type, string qualifier, string owner, string table, int scope, int nullable ) When the type argument is SQL_BEST_ROWID, odbc_specialcolumns() returns the column or columns that uniquely identify each row in the table. When the type argument is SQL_ROWVER, odbc_specialcolumns() returns the column or columns in the specified table, if any, that are automatically updated by the data source when any value in the row is ...
PHP Manual
[ odbc_specialcolumns 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
... which column of that table it came from. In some circumstances it can find this information for itself, but sometimes it cannot. In these cases a column specifier is needed, which is an array that identifies the columns. Each entry in the array is simply a string in the form table-name.column_name . The column specifier is needed when there are duplicate column names in the database metadata, For example, in the database used within the ...
PHP Manual
[ SDO_DAS_Relational::executePreparedQuery php.net ]

PHP Funktion
ssh2_publickey_list ( phplist Code 9% Relevanz )
Rubrik
Secure Shell2 Functions
Kurzform
ssh2_publickey_list -- List currently authorized publickeys
Vorschau
... to a remote systemusing publickey authentication, use the ssh2_auth_pubkey_file() function instead. Parameter Liste pkey Publickey Subsystem resource Rückgabewerte Returns a numerically indexed array of keys, each of which is an associative array containing: name, blob, and attrs elements. Tabelle 1. Publickey elements Array Key Meaning name Name of algorithm used by this publickey, for example: ssh-dss or ssh-rsa . blob Publickey ...
PHP Manual
[ ssh2_publickey_list php.net ]

PHP Funktion
Microsoft IIS / PWS ( phplist Code 9% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
...: From within the Documents tab, choose Add. Type in index.php and click OK. Adjust the order by choosing Move Up or Move Down. This is similar to setting DirectoryIndex with Apache. The steps above must be repeated for each extension that is to be associated with PHP scripts. .php is the most common although .php3 may be required for legacy applications. If you experience 100% CPU usage after some time, turn off the IIS setting Cache ISAPI ...
PHP Manual
[ Microsoft IIS / PWS php.net ]

PHP Funktion
Hyperwave Functions ( phplist Code 9% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... is an information system similar to a database ( HIS , Hyperwave Information Server). Its focus is the storage and management 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 ...
PHP Manual
[ Hyperwave Functions php.net ]

PHP Funktion
Object Aggregation/Composition Functions ( phplist Code 9% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... depending on the relationship between the composed elements: Association and Aggregation . An Association is a composition of independently constructed and externally visible parts. When we associate classes or objects, each one keeps a reference to the ones it is associated with. When we associate classes statically, one class will contain a reference to an instance of the other class. For example: Beispiel 1. Class association <?php class...
PHP Manual
[ Object Aggregation/Composition Functions php.net ]

PHP Funktion
odbc_tableprivileges ( phplist Code 8% Relevanz )
Rubrik
ODBC Funktionen
Kurzform
odbc_tableprivileges -- Lists tables and the privileges associated with each table
Vorschau
...odbc_tableprivileges odbc_tableprivileges (PHP 4, PHP 5) odbc_tableprivileges -- Lists tables and the privileges associated with each table Description resource odbc_tableprivileges ( resource connection_id, string qualifier, string owner, string name ) Lists tables in the requested range and the privileges associated with each table. Returns an ODBC ...
PHP Manual
[ odbc_tableprivileges php.net ]

PHP Funktion
php_ini_scanned_files ( phplist Code 8% Relevanz )
Rubrik
PHP Optionen & Informationen
Kurzform
php_ini_scanned_files -- Return a list of .ini files parsed from the additional ini dir
Vorschau
... also result. This PHP error will be seen both at compile time and while using php_ini_scanned_files() . The returned configuration files also include the path as declared in the --with-config-file-scan-dir option. Also, each comma is followed by a newline. Beispiel 1. A simple example to list the returned ini files <?php if ( $filelist = php_ini_scanned_files ()) { if ( strlen ( $filelist ) > 0 ) { $files = explode ( ',' , $filelist ); ...
PHP Manual
[ php_ini_scanned_files php.net ]

PHP Funktion
SDO_DAS_XML::saveFile ( phplist Code 8% Relevanz )
Rubrik
SDO XML Data Access Service Functions
Kurzform
SDO_DAS_XML::saveFile -- Saves the SDO_DAS_XML_Document object to a file
Vorschau
... object to a file. Parameter Liste xdoc SDO_DAS_XML_Document object. xml_file xml file. indent Optional argument to specify that the xml should be formatted. A non-negative integer is the amount to indent each level of the xml. So, the integer 2, for example, will indent the xml so that each contained element is two spaces further to the right than its containing element. The integer 0 will cause the xml to be completely left-...
PHP Manual
[ SDO_DAS_XML::saveFile php.net ]

PHP Funktion
pdo_dbh_t definition ( phplist Code 8% Relevanz )
Rubrik
PDO Driver How-To
Kurzform
-----
Vorschau
... *username, *password; /* if true, then data stored and pointed at by this handle must all be * persistently allocated */ unsigned is_persistent:1; /* if true, driver should act as though a COMMIT were executed between * each executed statement; otherwise, COMMIT must be carried out manually * */ unsigned auto_commit:1; /* if true, the driver requires that memory be allocated explicitly for * the columns that are returned */ unsigned ...
PHP Manual
[ pdo_dbh_t definition php.net ]

PHP Funktion
pdo_stmt_t definition ( phplist Code 8% Relevanz )
Rubrik
PDO Driver How-To
Kurzform
-----
Vorschau
.... Drivers that SKEL_stmt_next_rowset() should update the column count when a new rowset is available. PDO will allocate this field based on the value that you set for the column count. You are responsible for populating each column during SKEL_stmt_describe() . You must set the precision , maxlen , name , namelen and param_type members for each column. The name is expected to be allocated using emalloc() ; PDO will efree() at the appropriate ...
PHP Manual
[ pdo_stmt_t definition php.net ]

PHP Funktion
FrontBase Funktionen ( phplist Code 8% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
..., a numeric array, or both fbsql_fetch_assoc -- Fetch a result row as an associative array fbsql_fetch_field -- Liefert ein Objekt mit Feldinformationen aus einem Anfrageergebnis fbsql_fetch_lengths -- Get the length of each output in a result fbsql_fetch_object -- Fetch a result row as an object fbsql_fetch_row -- Liefert einen Datensatz als indiziertes Array fbsql_field_flags -- Get the flags associated with the specified field in a result ...
PHP Manual
[ FrontBase Funktionen php.net ]

PHP Funktion
Runkit_Sandbox_Parent ( phplist Code 8% Relevanz )
Rubrik
runkit Functions
Kurzform
Runkit_Sandbox_Parent -- Runkit Anti-Sandbox Class
Vorschau
..., a sandbox may access its parents functions providing that the proper settings have been enabled. Enabling parent_call will allow the sandbox to call all functions available to the parent scope. Language constructs are each controlled by their own setting: print() and echo() are enabled with parent_echo . die() and exit() are enabled with parent_die . eval() is enabled with parent_eval while include() , include_once() , require() , and ...
PHP Manual
[ Runkit_Sandbox_Parent php.net ]

PHP Funktion
List of Available Filters ( phplist Code 7% Relevanz )
Rubrik
Anhang
Kurzform
-----
Vorschau
... NOT be processed through that filter. It will instead wait until the next block of data is retrieved from the resource. For a list of filters installed in your version of PHP use stream_get_filters() . String Filters Each of these filters does precisely what their name implies and correspond to the behavior of a built-in php string handling function. For more information on a given filter, refer to the manual page for the corresponding ...
PHP Manual
[ List of Available Filters php.net ]

PHP Funktion
hw_api->insertdocument ( phplist Code 7% Relevanz )
Rubrik
Hyperwave API Functions
Kurzform
hw_api->insertdocument -- Inserts a new object of type document
Vorschau
... for a document. The parameter array contains the required elements 'object', 'parentIdentifier' and 'content' and the optional elements 'mode', 'parameter' and 'attributeSelector'. See hwapi_insert() for the meaning of each element. See also hwapi_insert() hwapi_insertanchor() , hwapi_insertcollection() . hw_api->insertcollection hw_api->link...
PHP Manual
[ hw_api->insertdocument php.net ]

PHP Funktion
SDO_DAS_XML::saveString ( phplist Code 7% Relevanz )
Rubrik
SDO XML Data Access Service Functions
Kurzform
SDO_DAS_XML::saveString -- Saves the SDO_DAS_XML_Document object to a string
Vorschau
.... Saves the SDO_DAS_XML_Document object to string. Parameter Liste xdoc SDO_DAS_XML_Document object. indent Optional argument to specify that the xml should be formatted. A non-negative integer is the amount to indent each level of the xml. So, the integer 2, for example, will indent the xml so that each contained element is two spaces further to the right than its containing element. The integer 0 will cause the xml to be completely left-...
PHP Manual
[ SDO_DAS_XML::saveString php.net ]

PHP Funktion
session_pgsql_get_error ( phplist Code 7% Relevanz )
Rubrik
PostgreSQL Session Save Handler
Kurzform
session_pgsql_get_error -- Returns number of errors and last error message
Vorschau
... message Beschreibung array session_pgsql_get_error ( [bool with_error_message] ) Get the number of errors and optional the error messages. Parameter Liste with_error_message Set to TRUE the literal error message for each error is also returned. Rückgabewerte The number of errors are returned as array . Siehe auch session_pgsql_add_error() session_pgsql_add_error session_pgsql_get_field...
PHP Manual
[ session_pgsql_get_error php.net ]

PHP Funktion
spl_autoload_extensions ( phplist Code 7% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
spl_autoload_extensions -- Register and return default file extensions for spl_autoload
Vorschau
...] ) 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. spl_autoload_call ...
PHP Manual
[ spl_autoload_extensions php.net ]

PHP Funktion
stats_rand_gen_ibinomial ( phplist Code 7% Relevanz )
Rubrik
Statistics Functions
Kurzform
stats_rand_gen_ibinomial -- Generates a single random deviate from a binomial distribution whose number of trials is "n" (n >= 0) and whose probability of an event in each trial is "pp" ([0;1]). Method : algorithm BTPE
Vorschau
... (no version information, might be only in CVS) stats_rand_gen_ibinomial -- Generates a single random deviate from a binomial distribution whose number of trials is "n" (n >= 0) and whose probability of an event in each trial is "pp" ([0;1]). Method : algorithm BTPE Beschreibung int stats_rand_gen_ibinomial ( int n, float pp ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ...
PHP Manual
[ stats_rand_gen_ibinomial php.net ]

PHP Funktion
Sun iPlanet and Netscape servers on Microsoft Windows ( phplist Code 7% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
... obj.conf and allow the web server to handle shellcgi scripts). In the Netscape Enterprise Administration Server create a new mime type (Category: type, Content-Type: magnus-internal/shellcgi, File Suffix:php). Do it for each web server instance you want PHP to run More details about setting up PHP as a CGI executable can be found here: http://benoit.noss.free.fr/php/install-php.html NSAPI setup on Sun, iPlanet and Netscape servers To install...
PHP Manual
[ Sun iPlanet and Netscape servers on Microsoft Windows php.net ]

PHP Funktion
Hyperwave API Functions ( phplist Code 7% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... is an information system similar to a database ( HIS , Hyperwave Information Server). Its focus is the storage and management 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 ...
PHP Manual
[ Hyperwave API Functions php.net ]

PHP Funktion
hw_api->insertcollection ( phplist Code 6% Relevanz )
Rubrik
Hyperwave API Functions
Kurzform
hw_api->insertcollection -- Inserts a new object of type collection
Vorschau
... attributes required for a collection. The parameter array contains the required elements 'object' and 'parentIdentifier' and the optional elements 'parameter' and 'attributeSelector'. See hwapi_insert() for the meaning of each element. See also hwapi_insertdocument() , hwapi_insertanchor() , hwapi_insert() . hw_api->insertanchor hw_api->insertdocument...
PHP Manual
[ hw_api->insertcollection php.net ]

PHP Funktion
PDOStatement->nextRowset() ( phplist Code 6% Relevanz )
Rubrik
PDO-Funktionen
Kurzform
PDOStatement->nextRowset() -- Advances to the next rowset in a multi-rowset statement handle
Vorschau
...servers support stored procedures that return more than one rowset (also known as a result set). PDOStatement->nextRowset() enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a different set of columns from the preceding rowset. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. Fetching multiple rowsets returned from a stored procedure The ...
PHP Manual
[ PDOStatement->nextRowset() php.net ]

PHP Funktion
SDO_Model_Type::getProperties ( phplist Code 6% Relevanz )
Rubrik
SDO Functions
Kurzform
SDO_Model_Type::getProperties -- Get the SDO_Model_Property objects defined for the type
Vorschau
... zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. Get an array of SDO_Model_Property objects describing the properties defined for the SDO_Model_Type. Each SDO_Model_Property holds information such as the property name, default value, and so on. Parameter Liste None. Rückgabewerte Returns an array of SDO_Model_Property objects. SDO_Model_Type::getNamespaceURI ...
PHP Manual
[ SDO_Model_Type::getProperties php.net ]

PHP Funktion
XMLWriter->setIndentString() ( phplist Code 6% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->setIndentString() -- Set string used for indenting
Vorschau
... oriented style: class XMLWriter { bool setIndentString ( string indentString ) } Procedural style: bool xmlwriter_set_indent_string ( resource xmlwriter, string indentString ) Sets the string which will be used to indent each element/attribute of the resulting xml. Parameter Liste xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_uri() or xmlwriter_open_memory...
PHP Manual
[ XMLWriter->setIndentString() php.net ]

PHP Funktion
Klassen- und Objekt-Funktionen ( phplist Code 6% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... der Variablen zu erhalten. Beispiel 2. test_script.php <pre> <?php include "classes.inc" ; // utility functions function zeige_vars ( $obj ) { $arr = get_object_vars ( $obj ); while (list( $prop , $val ) = each ( $arr )) echo " \t $prop = $val \n " ; } function zeige_methoden ( $obj ) { $arr = get_class_methods ( get_class ( $obj )); foreach ( $arr as $method ) echo " \t function $method() \n " ; } function klassen_abstammung ( $...
PHP Manual
[ Klassen- und Objekt-Funktionen php.net ]

PHP Funktion
Forms Data Format Funktionen ( phplist Code 6% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... in ein FDF Dokument ein. fdf_add_template -- Fügt dem FDF Dokument ein Template hinzu fdf_close -- Schließt ein FDF Dokument fdf_create -- Erzeugt ein neues FDF Dokument fdf_enum_values -- Call a user defined function for each document value fdf_errno -- Return error code for last fdf operation fdf_error -- Return error description for fdf error code fdf_get_ap -- Get the appearance of a field fdf_get_attachment -- Extracts uploaded file ...
PHP Manual
[ Forms Data Format Funktionen php.net ]

PHP Funktion
PHP's Automatic Build System ( phplist Code 6% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
...46. Zend API: Hacking the Core of PHP PHP's Automatic Build System PHP 4 features an automatic build system that's very flexible. All modules reside in a subdirectory of the ext directory. In addition to its own sources, each module consists of a config.m4 file, for extension configuration. (for example, see http://www.gnu.org/software/m4/manual/m4.html ) All these stub files are generated automatically, along with .cvsignore , by a little ...
PHP Manual
[ PHP's Automatic Build System php.net ]

PHP Funktion
Installation of extensions on Windows ( phplist Code 5% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
... from C:\php\dlls folder to the main C:\php folder. Don't forget to include C:\php in the system PATH (this process is explained in a separate FAQ entry ). Some of these DLLs are not bundled with the PHP distribution. See each extensions documentation page for details. Also, read the manual section titled Installation of PECL extensions for details on PECL . An increasingly large number of PHP extensions are found in PECL , and these extensions ...
PHP Manual
[ Installation of extensions on Windows php.net ]

PHP Funktion
dbplus_find ( phplist Code 0% Relevanz )
Rubrik
DB++ Functions
Kurzform
dbplus_find -- Set a constraint on a relation
Vorschau
... matching the given constraints. Constraints are triplets of strings containing of a domain name, a comparison operator and a comparison value. The constraints parameter array may consist of a collection of string arrays, each of which contains a domain, an operator and a value, or of a single string array containing a multiple of three elements. The comparison operator may be one of the following strings: '==', '>', '>=', '<', '&#...
PHP Manual
[ dbplus_find php.net ]

PHP Funktion
glob ( phplist Code 0% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
glob -- Find pathnames matching a pattern
Vorschau
... shells. No tilde expansion or parameter substitution is done. Returns an array containing the matched files/directories, an empty array if no file matched or FALSE on error. Valid flags: GLOB_MARK - Adds a slash to each item returned GLOB_NOSORT - Return files as they appear in the directory (no sorting) GLOB_NOCHECK - Return the search pattern if no files matching it were found GLOB_NOESCAPE - Backslashes do not quote metacharacters ...
PHP Manual
[ glob php.net ]

PHP Funktion
usort ( phplist Code 0% Relevanz )
Rubrik
Array Funktionen
Kurzform
usort -- Sortiert ein Array nach Werten mittels einer benutzerdefinierten Vergleichsfunktion.
Vorschau
... bei Erfolg TRUE , im Fehlerfall FALSE . Beispiel 1. usort() <?php function cmp ( $a , $b ) { if ( $a == $b ) { return 0 ; } return ( $a < $b ) ? - 1 : 1 ; } $a = array( 3 , 2 , 5 , 6 , 1 ); usort ( $a , "cmp" ); foreach ( $a as $key => $value ) { echo "$key: $value \n " ; } ?> Das oben gezeigte Beispiel erzeugt folgendeAusgabe: 0: 11: 22: 33: 54: 6 Anmerkung: Offensichtlich würde sort() für diesen einfachen Fall besser passen. ...
PHP Manual
[ usort php.net ]

PHP Funktion
Building ( phplist Code 0% Relevanz )
Rubrik
PDO Driver How-To
Kurzform
-----
Vorschau
... then need to customize them to fit the needs of your project. Once you've customized your config files, you can build your driver using the following sequence of commands: Before first build: $ sudo pear install PDO For each build: $ cd pdo_SKEL$ phpize$ ./configure$ make$ sudo make install The process can then be repeated as necessary during the development process. Fleshing out your skeleton Testing...
PHP Manual
[ Building php.net ]