current PHP Funktionen : PHP Übersicht : PHP Manual

current

PHP Function current / PHP Funktion current

phplist » Webkatalog Script - Link Script » PHP Function Coder » current
PHP Funktion
current ( phplist Code 100% Relevanz )
Rubrik
Array Funktionen
Kurzform
current -- Liefert das aktuelle Element eines Arrays
Vorschau
...current current (PHP 3, PHP 4, PHP 5) current -- Liefert das aktuelle Element eines Arrays Beschreibung mixed current ( array &array ) Jedes Array hat einen internen Zeiger auf sein "aktuelles" Element, welcher auf das erste in das Array eingefügte Element initialisiert wird. Die Funktion current() liefert den Wert des Array ...
PHP Manual
[ current php.net ]

PHP Funktion
count ( phplist Code 67% Relevanz )
Rubrik
Array Funktionen
Kurzform
count -- Zählt die Elemente einer Variable oder Attribute eines Objekts
Vorschau
...' , 'Kohl' , 'Erbse' )); // rekursiv zählen echo count ( $food , COUNT_RECURSIVE ); // gibt 8 aus // normales zählen echo count ( $food ); // gibt 2 aus ?> Siehe auch is_array() , isset() und strlen() . compact current...
PHP Manual
[ count php.net ]

PHP Funktion
ncurses_instr ( phplist Code 60% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_instr -- Reads string from terminal screen
Vorschau
... hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. ncurses_instr() returns the number of characters read from the current character position until end of line. buffer contains the characters. Attributes are stripped from the characters. ncurses_insstr ncurses_isendwin...
PHP Manual
[ ncurses_instr php.net ]

PHP Funktion
ps_curveto ( phplist Code 59% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_curveto -- Draws a curve
Vorschau
... -- Draws a curve Beschreibung bool ps_curveto ( resource psdoc, float x1, float y1, float x2, float y2, float x3, float y3 ) Add a section of a cubic Bézier curve described by the three given control points to the current path. Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . x1 x-coordinate of first control point. y1 y-coordinate of first control point. x2 x-coordinate of second control ...
PHP Manual
[ ps_curveto php.net ]

PHP Funktion
ncurses_insstr ( phplist Code 57% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_insstr -- Insert string at current position moving rest of line right
Vorschau
...ncurses_insstr ncurses_insstr (PHP 4 >= 4.2.0, PHP 5) ncurses_insstr -- Insert string at current position, moving rest of line right Description int ncurses_insstr ( string text ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukü...
PHP Manual
[ ncurses_insstr php.net ]

PHP Funktion
ncurses_addnstr ( phplist Code 55% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_addnstr -- Add string with specified length at current position
Vorschau
...ncurses_addnstr ncurses_addnstr (PHP 4 >= 4.2.0, PHP 5) ncurses_addnstr -- Add string with specified length at current position Description int ncurses_addnstr ( string s, int n ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ...
PHP Manual
[ ncurses_addnstr php.net ]

PHP Funktion
ncurses_inch ( phplist Code 53% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_inch -- Get character and attribute at current position
Vorschau
...ncurses_inch ncurses_inch (PHP 4 >= 4.1.0, PHP 5) ncurses_inch -- Get character and attribute at current position Description string ncurses_inch ( void ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkü...
PHP Manual
[ ncurses_inch php.net ]

PHP Funktion
ncurses_insertln ( phplist Code 52% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_insertln -- Insert a line move rest of screen down
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. ncurses_insertln() inserts a new line above the current line. The bottom line will be lost. ncurses_insdelln ncurses_insstr...
PHP Manual
[ ncurses_insertln php.net ]

PHP Funktion
ncurses_addchnstr ( phplist Code 50% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_addchnstr -- Add attributed string with specified length at current position
Vorschau
...ncurses_addchnstr ncurses_addchnstr (PHP 4 >= 4.2.0, PHP 5) ncurses_addchnstr -- Add attributed string with specified length at current position Description int ncurses_addchnstr ( string s, int n ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen...
PHP Manual
[ ncurses_addchnstr php.net ]

PHP Funktion
ncurses_getyx ( phplist Code 50% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_getyx -- Returns the current cursor position for a window
Vorschau
...ncurses_getyx ncurses_getyx (PHP 4 >= 4.3.0, PHP 5) ncurses_getyx -- Returns the current cursor position for a window Description void ncurses_getyx ( resource window, int &y, int &x ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ...
PHP Manual
[ ncurses_getyx php.net ]

PHP Funktion
ncurses_hline ( phplist Code 50% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_hline -- Draw a horizontal line at current position using an attributed character and max. n characters long
Vorschau
...ncurses_hline ncurses_hline (PHP 4 >= 4.2.0, PHP 5) ncurses_hline -- Draw a horizontal line at current position using an attributed character and max. n characters long Description int ncurses_hline ( int charattr, int n ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier...
PHP Manual
[ ncurses_hline php.net ]

PHP Funktion
ncurses_insch ( phplist Code 50% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_insch -- Insert character moving rest of line including character at current position
Vorschau
...ncurses_insch ncurses_insch (PHP 4 >= 4.1.0, PHP 5) ncurses_insch -- Insert character moving rest of line including character at current position Description int ncurses_insch ( int character ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ...
PHP Manual
[ ncurses_insch php.net ]

PHP Funktion
ncurses_vline ( phplist Code 50% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_vline -- Draw a vertical line at current position using an attributed character and max. n characters long
Vorschau
...ncurses_vline ncurses_vline (PHP 4 >= 4.2.0, PHP 5) ncurses_vline -- Draw a vertical line at current position using an attributed character and max. n characters long Description int ncurses_vline ( int charattr, int n ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier...
PHP Manual
[ ncurses_vline php.net ]

PHP Funktion
reset ( phplist Code 50% Relevanz )
Rubrik
Array Funktionen
Kurzform
reset -- Setzt den internen Zeiger eines Arrays auf sein erstes Element
Vorschau
... FALSE , wenn das Array leer ist, . Beispiel 1. reset() Beispiel <?php $array = array( 'Schritt eins' , 'Schritt zwei' , 'Schritt drei' , 'Schritt vier' ); // standardmäßig zeigt der Zeiger auf das erste Element echo current ( $array ) . "<br />\n" ; // "Schritt eins" // zwei Schritte überspringen next ( $array ); next ( $array ); echo current ( $array ) . "<br />\n" ; // "Schritt drei" // Zeiger setzen, wieder bei Schritt eins ...
PHP Manual
[ reset php.net ]

PHP Funktion
ArrayIterator::current ( phplist Code 48% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
ArrayIterator::current -- Return current array entry
Vorschau
...ArrayIterator::current ArrayIterator::current (no version information, might be only in CVS) ArrayIterator::current -- Return current array entry Description mixed ArrayIterator::current ( void ) This function returns the current array entry Beispiel 1. ArrayIterator::current() example <?php $array = array( '1' => 'one' , '2' => 'two' , '3' => 'three' ); $arrayobject = new ArrayObject ( $...
PHP Manual
[ ArrayIterator::current php.net ]

PHP Funktion
ncurses_addstr ( phplist Code 48% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_addstr -- Output text at current position
Vorschau
...ncurses_addstr ncurses_addstr (PHP 4 >= 4.2.0, PHP 5) ncurses_addstr -- Output text at current position Description int ncurses_addstr ( string text ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ...
PHP Manual
[ ncurses_addstr php.net ]

PHP Funktion
ncurses_whline ( phplist Code 48% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_whline -- Draws a horizontal line in a window at current position using an attributed character and max. n characters long
Vorschau
...ncurses_whline ncurses_whline (PHP 4 >= 4.3.0, PHP 5) ncurses_whline -- Draws a horizontal line in a window at current position using an attributed character and max. n characters long Description int ncurses_whline ( resource window, int charattr, int n ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste ...
PHP Manual
[ ncurses_whline php.net ]

PHP Funktion
ncurses_wvline ( phplist Code 48% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_wvline -- Draws a vertical line in a window at current position using an attributed character and max. n characters long
Vorschau
...ncurses_wvline ncurses_wvline (PHP 4 >= 4.3.0, PHP 5) ncurses_wvline -- Draws a vertical line in a window at current position using an attributed character and max. n characters long Description int ncurses_wvline ( resource window, int charattr, int n ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste ...
PHP Manual
[ ncurses_wvline php.net ]

PHP Funktion
openal_context_current ( phplist Code 48% Relevanz )
Rubrik
OpenAL Audio Bindings
Kurzform
openal_context_current -- Make the specified context current
Vorschau
...openal_context_current openal_context_current (PECL) openal_context_current -- Make the specified context current Beschreibung bool openal_context_current ( resource context ) Parameter Liste context An Open AL(Context) resource (previously created by openal_context_create() ). Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Siehe auch openal_context_create...
PHP Manual
[ openal_context_current php.net ]

PHP Funktion
FilterIterator::current ( phplist Code 47% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
FilterIterator::current -- Get the current element value
Vorschau
...FilterIterator::current FilterIterator::current (no version information, might be only in CVS) FilterIterator::current -- Get the current element value Description mixed FilterIterator::current ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. DirectoryIterator::valid FilterIterator::getInnerIterator...
PHP Manual
[ FilterIterator::current php.net ]

PHP Funktion
oci_result ( phplist Code 47% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
oci_result -- Returns field's value from the fetched row
Vorschau
...oci_result oci_result (PHP 5) oci_result -- Returns field's value from the fetched row Description mixed oci_result ( resource statement, mixed field ) oci_result() returns the data from the field field in the current row, fetched by oci_fetch() . oci_result() returns everything as strings except for abstract types (ROWIDs, LOBs and FILEs). oci_result() returns FALSE on error. You can either use the column number (1-based) or the ...
PHP Manual
[ oci_result php.net ]

PHP Funktion
ncurses_savetty ( phplist Code 45% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_savetty -- Saves terminal state
Vorschau
... und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. Function ncurses_savetty() saves the current terminal state. The saved terminal state can be restored with function ncurses_resetty() . ncurses_savetty() always returns FALSE . See also: ncurses_resetty() ncurses_resetty ncurses_scr_dump...
PHP Manual
[ ncurses_savetty php.net ]

PHP Funktion
ncurses_waddstr ( phplist Code 45% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_waddstr -- Outputs text at current postion in window
Vorschau
...ncurses_waddstr ncurses_waddstr (PHP 4 >= 4.2.0, PHP 5) ncurses_waddstr -- Outputs text at current postion in window Description int ncurses_waddstr ( resource window, string str [, int n] ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ncurses_waddch ...
PHP Manual
[ ncurses_waddstr php.net ]

PHP Funktion
dbplus_curr ( phplist Code 44% Relevanz )
Rubrik
DB++ Functions
Kurzform
dbplus_curr -- Get current tuple from relation
Vorschau
...dbplus_curr dbplus_curr (4.1.0 - 4.2.3 only, PECL) dbplus_curr -- Get current tuple from relation Description int dbplus_curr ( resource relation, array &tuple ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in ...
PHP Manual
[ dbplus_curr php.net ]

PHP Funktion
mcal_store_event ( phplist Code 43% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_store_event -- Modify an existing event in an MCAL calendar
Vorschau
...mcal_store_event (PHP 3 >= 3.0.13, PHP 4, PECL) mcal_store_event -- Modify an existing event in an MCAL calendar Description int mcal_store_event ( int mcal_stream ) mcal_store_event() Stores the modifications to the current global event for the given stream. Returns TRUE on success and FALSE on error. mcal_snooze mcal_time_valid...
PHP Manual
[ mcal_store_event php.net ]

PHP Funktion
ncurses_addchstr ( phplist Code 43% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_addchstr -- Add attributed string at current position
Vorschau
...ncurses_addchstr ncurses_addchstr (PHP 4 >= 4.2.0, PHP 5) ncurses_addchstr -- Add attributed string at current position Description int ncurses_addchstr ( string s ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnk...
PHP Manual
[ ncurses_addchstr php.net ]

PHP Funktion
ncurses_clrtobot ( phplist Code 43% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_clrtobot -- Clear screen from current position to bottom
Vorschau
...ncurses_clrtobot ncurses_clrtobot (PHP 4 >= 4.1.0, PHP 5) ncurses_clrtobot -- Clear screen from current position to bottom Description bool ncurses_clrtobot ( void ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ...
PHP Manual
[ ncurses_clrtobot php.net ]

PHP Funktion
ncurses_clrtoeol ( phplist Code 43% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_clrtoeol -- Clear screen from current position to end of line
Vorschau
...ncurses_clrtoeol ncurses_clrtoeol (PHP 4 >= 4.1.0, PHP 5) ncurses_clrtoeol -- Clear screen from current position to end of line Description bool ncurses_clrtoeol ( void ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-...
PHP Manual
[ ncurses_clrtoeol php.net ]

PHP Funktion
ncurses_deleteln ( phplist Code 43% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_deleteln -- Delete line at current position move rest of screen up
Vorschau
...ncurses_deleteln ncurses_deleteln (PHP 4 >= 4.1.0, PHP 5) ncurses_deleteln -- Delete line at current position, move rest of screen up Description bool ncurses_deleteln ( void ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen ...
PHP Manual
[ ncurses_deleteln php.net ]

PHP Funktion
ncurses_insdelln ( phplist Code 43% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_insdelln -- Insert lines before current line scrolling down (negative numbers delete and scroll up)
Vorschau
...ncurses_insdelln ncurses_insdelln (PHP 4 >= 4.1.0, PHP 5) ncurses_insdelln -- Insert lines before current line scrolling down (negative numbers delete and scroll up) Description int ncurses_insdelln ( int count ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert...
PHP Manual
[ ncurses_insdelln php.net ]

PHP Funktion
ncurses_slk_attr ( phplist Code 43% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_slk_attr -- Returns current soft label key attribute
Vorschau
...ncurses_slk_attr ncurses_slk_attr (PHP 4 >= 4.1.0, PHP 5) ncurses_slk_attr -- Returns current soft label key attribute Description bool ncurses_slk_attr ( void ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-...
PHP Manual
[ ncurses_slk_attr php.net ]

PHP Funktion
swf_shapecurveto ( phplist Code 43% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_shapecurveto -- Draw a quadratic bezier curve between two points
Vorschau
... x2, float y2 ) The swf_shapecurveto() function draws a quadratic bezier curve from the x coordinate given by x1 and the y coordinate given by y1 to the x coordinate given by x2 and the y coordinate given by y2 . The current position is then set to the x,y coordinates given by the x2 and y2 parameters swf_shapecurveto3 swf_shapefillbitmapclip...
PHP Manual
[ swf_shapecurveto php.net ]

PHP Funktion
ncurses_scrl ( phplist Code 42% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_scrl -- Scroll window content up or down without changing current position
Vorschau
...ncurses_scrl ncurses_scrl (PHP 4 >= 4.1.0, PHP 5) ncurses_scrl -- Scroll window content up or down without changing current position Description int ncurses_scrl ( int count ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkü...
PHP Manual
[ ncurses_scrl php.net ]

PHP Funktion
Rar::extract ( phplist Code 42% Relevanz )
Rubrik
Rar Functions
Kurzform
Rar::extract -- Extract entry from the archive
Vorschau
...home/foo/bar/" ; $rar_file = rar_open ( $filepath . $filename ); $list = rar_list ( $rar_file ); foreach( $list as $file ) { $entry = rar_entry_get ( $rar_file , $file ); $entry -> extract ( "." ); // extract to the current dir } rar_close ( $rar_file ); ?> Gibt bei Erfolg TRUE , im Fehlerfall FALSE . rar_entry_get Rar::getAttr...
PHP Manual
[ Rar::extract php.net ]

PHP Funktion
SimpleXMLIterator::current ( phplist Code 42% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
SimpleXMLIterator::current -- Return current SimpleXML entry
Vorschau
...SimpleXMLIterator::current SimpleXMLIterator::current (no version information, might be only in CVS) SimpleXMLIterator::current -- Return current SimpleXML entry Description mixed SimpleXMLIterator::current ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. RecursiveIteratorIterator::valid SimpleXMLIterator::getChildren...
PHP Manual
[ SimpleXMLIterator::current php.net ]

PHP Funktion
swf_shapecurveto3 ( phplist Code 42% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_shapecurveto3 -- Draw a cubic bezier curve
Vorschau
... ( float x1, float y1, float x2, float y2, float x3, float y3 ) Draw a cubic bezier curve using the x,y coordinate pairs x1 , y1 and x2 , y2 as off curve control points and the x,y coordinate x3 , y3 as an endpoint. The current position is then set to the x,y coordinate pair given by x3 , y3 . swf_shapearc swf_shapecurveto...
PHP Manual
[ swf_shapecurveto3 php.net ]

PHP Funktion
xml_get_current_byte_index ( phplist Code 42% Relevanz )
Rubrik
XML Parser Functions
Kurzform
xml_get_current_byte_index -- Get current byte index for an XML parser
Vorschau
...xml_get_current_byte_index xml_get_current_byte_index (PHP 3 >= 3.0.6, PHP 4, PHP 5) xml_get_current_byte_index -- Get current byte index for an XML parser Beschreibung int xml_get_current_byte_index ( resource parser ) Gets the current byte index of the given XML parser. Parameter Liste parser A reference to the XML parser to get byte index from. Rückgabewerte This function returns FALSE if parser ...
PHP Manual
[ xml_get_current_byte_index php.net ]

PHP Funktion
xml_get_current_line_number ( phplist Code 41% Relevanz )
Rubrik
XML Parser Functions
Kurzform
xml_get_current_line_number -- Get current line number for an XML parser
Vorschau
...xml_get_current_line_number xml_get_current_line_number (PHP 3 >= 3.0.6, PHP 4, PHP 5) xml_get_current_line_number -- Get current line number for an XML parser Beschreibung int xml_get_current_line_number ( resource parser ) Gets the current line number for the given XML parser. Parameter Liste parser A reference to the XML parser to get line number from. Rückgabewerte This function returns FALSE if parser...
PHP Manual
[ xml_get_current_line_number php.net ]

PHP Funktion
ncurses_addch ( phplist Code 40% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_addch -- Add character at current position and advance cursor
Vorschau
...ncurses_addch ncurses_addch (PHP 4 >= 4.1.0, PHP 5) ncurses_addch -- Add character at current position and advance cursor Description int ncurses_addch ( int ch ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-...
PHP Manual
[ ncurses_addch php.net ]

PHP Funktion
ncurses_clear ( phplist Code 40% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_clear -- Clear screen
Vorschau
... aufeigenes Risiko. ncurses_clear() clears the screen completely without setting blanks. Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Note: ncurses_clear() clears the screen without setting blanks, which have the current background rendition. To clear screen with blanks, use ncurses_erase() . See also ncurses_erase() . ncurses_cbreak ncurses_clrtobot...
PHP Manual
[ ncurses_clear php.net ]

PHP Funktion
ncurses_delch ( phplist Code 40% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_delch -- Delete character at current position move rest of line left
Vorschau
...ncurses_delch ncurses_delch (PHP 4 >= 4.1.0, PHP 5) ncurses_delch -- Delete character at current position, move rest of line left Description bool ncurses_delch ( void ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP...
PHP Manual
[ ncurses_delch php.net ]

PHP Funktion
ncurses_erase ( phplist Code 40% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_erase -- Erase terminal screen
Vorschau
... ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. ncurses_erase() fills the terminal screen with blanks. Created blanks have the current background rendition, set by ncurses_bkgd() . Gibt bei Erfolg TRUE , im Fehlerfall FALSE . See also ncurses_bkgd() , and ncurses_clear() ncurses_end ncurses_erasechar...
PHP Manual
[ ncurses_erase php.net ]

PHP Funktion
Source Layout ( phplist Code 40% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... for realloc() . emalloc() , estrdup() , estrndup() , ecalloc() , and erealloc() allocate internal memory; efree() frees these previously allocated blocks. Memory handled by the e*() functions is considered local to the current process and is discarded as soon as the script executed by this process is terminated. Warnung To allocate resident memory that survives termination of the current script, you can use malloc() and free() . This should ...
PHP Manual
[ Source Layout php.net ]

PHP Funktion
xml_get_current_column_number ( phplist Code 39% Relevanz )
Rubrik
XML Parser Functions
Kurzform
xml_get_current_column_number -- Get current column number for an XML parser
Vorschau
...xml_get_current_column_number xml_get_current_column_number (PHP 3 >= 3.0.6, PHP 4, PHP 5) xml_get_current_column_number -- Get current column number for an XML parser Beschreibung int xml_get_current_column_number ( resource parser ) Gets the current column number of the given XML parser. Parameter Liste parser A reference to the XML parser to get column number from. Rückgabewerte This function returns FALSE if ...
PHP Manual
[ xml_get_current_column_number php.net ]

PHP Funktion
Memcache::decrement ( phplist Code 38% Relevanz )
Rubrik
Memcache Functions
Kurzform
Memcache::decrement -- Decrement item's value
Vorschau
... in CVS) Memcache::decrement -- Decrement item's value Beschreibung int Memcache::decrement ( string key [, int value] ) Memcache::decrement() decrements value of the item by value . Similarly to Memcache::increment() , current value of the item is being converted to numerical and after that value is substracted. Anmerkung: New item's value will not be less than zero. Anmerkung: Do not use Memcache::decrement() with item, which was stored ...
PHP Manual
[ Memcache::decrement php.net ]

PHP Funktion
ncurses_waddch ( phplist Code 38% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_waddch -- Adds character at current position in a window and advance cursor
Vorschau
...ncurses_waddch ncurses_waddch (PHP 4 >= 4.3.0, PHP 5) ncurses_waddch -- Adds character at current position in a window and advance cursor Description int ncurses_waddch ( resource window, int ch ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ...
PHP Manual
[ ncurses_waddch php.net ]

PHP Funktion
proc_open ( phplist Code 38% Relevanz )
Rubrik
Funktionen zur Programmausführung
Kurzform
proc_open -- Execute a command and open file pointers for input/output
Vorschau
...to execute descriptorspec An indexed array where the key represents the descriptor number and the value represents how PHP will pass that descriptor to the child process. 0 is stdin, 1 is stdout, while 2 is stderr. The currently supported pipe types are file , pipe and pty . The file descriptor numbers are not limited to 0, 1 and 2 - you may specify any valid file descriptor number and it will be passed to the child process. This allows your ...
PHP Manual
[ proc_open php.net ]

PHP Funktion
Rar::getMethod ( phplist Code 38% Relevanz )
Rubrik
Rar Functions
Kurzform
Rar::getMethod -- Get pack method of the entry
Vorschau
... Rar::getMethod (no version information, might be only in CVS) Rar::getMethod -- Get pack method of the entry Description int Rar::getMethod ( void ) Rar::getMethod() returns number of the method used when adding current archive entry. Beispiel 1. Rar::getMethod() example <?php $rar_file = rar_open ( 'example.rar' ) or die( "Failed to open Rar archive" ); $entry = rar_entry_get ( $rar_file , 'Dir/file.txt' ) or die( "Failed to find ...
PHP Manual
[ Rar::getMethod php.net ]

PHP Funktion
Constants ( phplist Code 38% Relevanz )
Rubrik
PDO Driver How-To
Kurzform
-----
Vorschau
...LONG How long to wait for a db operation before timing out. PDO_ATTR_ERRMODE LONG Processed and handled by PDO PDO_ATTR_SERVER_VERSION STRING The ?human-readable? string representing the Server/Version this driver is currently connected to. PDO_ATTR_CLIENT_VERSION STRING The ?human-readable? string representing the Client/Version this driver supports. PDO_ATTR_SERVER_INFO STRING The ?human-readable? description of the Server. ...
PHP Manual
[ Constants php.net ]

PHP Funktion
mcal_fetch_current_stream_event ( phplist Code 37% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_fetch_current_stream_event -- Returns an object containing the current streams event structure
Vorschau
...mcal_fetch_current_stream_event mcal_fetch_current_stream_event (PHP 3 >= 3.0.13, PHP 4, PECL) mcal_fetch_current_stream_event -- Returns an object containing the current streams event structure Description int mcal_fetch_current_stream_event ( int stream ) mcal_event_fetch_current_stream_event() returns the current stream's event structure as an object containing: int id - ID of that ...
PHP Manual
[ mcal_fetch_current_stream_event php.net ]

PHP Funktion
db2_client_info ( phplist Code 36% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_client_info -- Returns an object with properties that describe the DB2 database client
Vorschau
... client. The following table lists the DB2 client properties: Tabelle 1. DB2 client properties Property name Return type Description APPL_CODEPAGE int The application code page. CONN_CODEPAGE int The code page for the current connection. DATA_SOURCE_NAME string The data source name (DSN) used to create the current connection to the database. DRIVER_NAME string The name of the library that implements the DB2 Call Level Interface (CLI) ...
PHP Manual
[ db2_client_info php.net ]

PHP Funktion
ncurses_mvaddch ( phplist Code 36% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_mvaddch -- Move current position and add character
Vorschau
...ncurses_mvaddch ncurses_mvaddch (PHP 4 >= 4.2.0, PHP 5) ncurses_mvaddch -- Move current position and add character Description int ncurses_mvaddch ( int y, int x, int c ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukü...
PHP Manual
[ ncurses_mvaddch php.net ]

PHP Funktion
next ( phplist Code 36% Relevanz )
Rubrik
Array Funktionen
Kurzform
next -- Rückt den internen Zeiger eines Arrays vor
Vorschau
... 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. next() verhält sich ähnlich wie current() , mit einem Unterschied. Der interne Zeiger wird um ein Element vorgerückt, bevor der Wert des Elements gegeben wird, d.h. es wird der Wert des nächsten Elements gegeben, und der interne Zeiger um eins erhöht. Zeigt ...
PHP Manual
[ next php.net ]

PHP Funktion
prev ( phplist Code 36% Relevanz )
Rubrik
Array Funktionen
Kurzform
prev -- Verkleinert den internen Zeiger eines Arrays
Vorschau
... interne Zeiger um eine Position , und nicht nach vorne gerückt wird. Beispiel 1. Beispiel für die Verwendung von prev() und anderen <?php $transport = array( 'zu Fußfoot' , 'Fahhrad' , 'Auto' , 'Flugzeug' ); $mode = current ( $transport ); // $mode = 'zu Fuß'; $mode = next ( $transport ); // $mode = 'Fahrrad'; $mode = next ( $transport ); // $mode = 'Auto'; $mode = prev ( $transport ); // $mode = 'Fahrrad'; $mode = end ( $transport ); // $...
PHP Manual
[ prev php.net ]

PHP Funktion
MCAL Funktionen ( phplist Code 36% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- Sets the start date and time of the streams global event structure mcal_event_set_title -- Sets the title of the streams global event structure mcal_expunge -- Deletes all events marked for being expunged mcal_fetch_current_stream_event -- Returns an object containing the current streams event structure mcal_fetch_event -- Holt ein Ereignis aus einem Kalender-Stream. mcal_is_leap_year -- Returns if the given year is a leap year or not ...
PHP Manual
[ MCAL Funktionen php.net ]

PHP Funktion
ODBC Funktionen ( phplist Code 36% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... tables odbc_commit -- Führt eine ODBC-Transaktion aus odbc_connect -- Baut die Verbindung zu einer ODBC-Datenquelle auf odbc_cursor -- Findet den Cursornamen heraus odbc_data_source -- Returns information about a current connection odbc_do -- Ein Synonym für odbc_exec() odbc_error -- Get the last error code odbc_errormsg -- Get the last error message odbc_exec -- Bereitet einen SQL-Befehl auf und führt ihn aus odbc_execute -- Führt ein ...
PHP Manual
[ ODBC Funktionen php.net ]

PHP Funktion
Runkit_Sandbox_Parent ( phplist Code 36% Relevanz )
Rubrik
runkit Functions
Kurzform
Runkit_Sandbox_Parent -- Runkit Anti-Sandbox Class
Vorschau
..., other scopes in the active call stack may be inspected instead. A value of 0 (Default) will direct variable access at the global scope. 1 will point variable access at whatever variable scope was active at the time the current block of sandbox code was executed. Higher values progress back through the functions that called the functions that led to the sandbox executing code that tried to access its own parent's variables. Beispiel 2. ...
PHP Manual
[ Runkit_Sandbox_Parent php.net ]

PHP Funktion
db2_result ( phplist Code 35% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_result -- Returns a single column from a row in the result set
Vorschau
... db2_result (PECL) db2_result -- Returns a single column from a row in the result set Beschreibung mixed db2_result ( resource stmt, mixed column ) Use db2_result() to return the value of a specified column in the current row of a result set. You must call db2_fetch_row() before calling db2_result() to set the location of the result set pointer. Parameter Liste stmt A valid stmt resource. column Either an integer mapping to the 0-...
PHP Manual
[ db2_result php.net ]

PHP Funktion
localeconv ( phplist Code 35% Relevanz )
Rubrik
String-Funktionen
Kurzform
localeconv -- Get numeric formatting information
Vorschau
... -- Get numeric formatting information Description array localeconv ( void ) Returns an associative array containing localized numeric and monetary formatting information. localeconv() returns data based upon the current locale as set by setlocale() . The associative array that is returned contains the following fields: Array element Description decimal_point Decimal point character thousands_sep Thousands separator grouping Array ...
PHP Manual
[ localeconv php.net ]

PHP Funktion
ncurses_killchar ( phplist Code 35% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_killchar -- Returns current line kill character
Vorschau
...ncurses_killchar ncurses_killchar (PHP 4 >= 4.1.0, PHP 5) ncurses_killchar -- Returns current line kill character Description string ncurses_killchar ( void ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-...
PHP Manual
[ ncurses_killchar php.net ]

PHP Funktion
odbc_data_source ( phplist Code 35% Relevanz )
Rubrik
ODBC Funktionen
Kurzform
odbc_data_source -- Returns information about a current connection
Vorschau
...odbc_data_source odbc_data_source (PHP 4 >= 4.3.0, PHP 5) odbc_data_source -- Returns information about a current connection Description array odbc_data_source ( resource connection_id, int fetch_type ) Returns FALSE on error, and an array upon success. This function will return the list of available DNS (after calling it several ...
PHP Manual
[ odbc_data_source php.net ]

PHP Funktion
Array Funktionen ( phplist Code 35% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... die Verbindung zum Index asort -- Sortiert ein Array 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 ...
PHP Manual
[ Array Funktionen php.net ]

PHP Funktion
Stream Functions ( phplist Code 35% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...() , or directly from an extension using the API Reference in Kapitel 44 . Because any variety of wrapper may be added to PHP, there is no set limit on what can be done with them. To access the list of currently registered wrappers, use stream_get_wrappers() . A stream is referenced as: scheme :// target scheme (string) - The name of the wrapper to be used. Examples include: file, http, https, ftp, ftps, compress.zlib, ...
PHP Manual
[ Stream Functions php.net ]

PHP Funktion
RecursiveIteratorIterator::current ( phplist Code 34% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
RecursiveIteratorIterator::current -- Access the current element value
Vorschau
...RecursiveIteratorIterator::current RecursiveIteratorIterator::current (no version information, might be only in CVS) RecursiveIteratorIterator::current -- Access the current element value Description mixed RecursiveIteratorIterator::current ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. RecursiveDirectoryIterator::...
PHP Manual
[ RecursiveIteratorIterator::current php.net ]

PHP Funktion
db2_connect ( phplist Code 33% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_connect -- Returns a connection to a database
Vorschau
... is the default cursor type and is supported on all database servers. Passing the DB2_SCROLLABLE value specifies a scrollable cursor for a statement resource. This mode enables random access to rows in a result set, but currently is supported only by IBM DB2 Universal Database. The following new i5/OS options are available as of ibm_db2 version 1.5.1. Note: prior versions of ibm_db2 do not support these new i5 options. i5_lib A character ...
PHP Manual
[ db2_connect php.net ]

PHP Funktion
dbplus_next ( phplist Code 33% Relevanz )
Rubrik
DB++ Functions
Kurzform
dbplus_next -- Get next tuple from relation
Vorschau
... in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. dbplus_curr() will read the data for the next tuple for the given relation , will make it the current tuple and will pass it back as an associative array in tuple . The function will return zero (aka. DBPLUS_ERR_NOERR) on success or a db++ error code on failure. See dbplus_errcode() or the introduction to this chapter ...
PHP Manual
[ dbplus_next php.net ]

PHP Funktion
dbplus_prev ( phplist Code 33% Relevanz )
Rubrik
DB++ Functions
Kurzform
dbplus_prev -- Get previous tuple from relation
Vorschau
... zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. dbplus_curr() will read the data for the previous tuple for the given relation , will make it the current tuple and will pass it back as an associative array in tuple . The function will return zero (aka. DBPLUS_ERR_NOERR) on success or a db++ error code on failure. See dbplus_errcode() or the introduction to this chapter ...
PHP Manual
[ dbplus_prev php.net ]

PHP Funktion
get_declared_interfaces ( phplist Code 33% Relevanz )
Rubrik
Klassen- und Objekt-Funktionen
Kurzform
get_declared_interfaces -- Returns an array of all declared interfaces
Vorschau
... (PHP 5) get_declared_interfaces -- Returns an array of all declared interfaces Description array get_declared_interfaces ( void ) This function returns an array of the names of the declared interfaces in the current script. Beispiel 1. get_declared_interfaces() example <?php print_r ( get_declared_interfaces ()); ?> Das oben gezeigte Beispiel erzeugteine ähnliche Ausgabe wie: Array( [0] => Traversable [1] => ...
PHP Manual
[ get_declared_interfaces php.net ]

PHP Funktion
hw_Identify ( phplist Code 33% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_Identify -- Identifies as user
Vorschau
...;= 3.0.3, PHP 4, PECL) hw_Identify -- Identifies as user Description string hw_identify ( int link, string username, string password ) Identifies as user with username and password . Identification is only valid for the current session. I do not think this function will be needed very often. In most cases it will be easier to identify with the opening of the connection. See also hw_connect() . hw_getusername hw_InCollections...
PHP Manual
[ hw_Identify php.net ]

PHP Funktion
ncurses_erasechar ( phplist Code 33% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_erasechar -- Returns current erase character
Vorschau
...ncurses_erasechar ncurses_erasechar (PHP 4 >= 4.1.0, PHP 5) ncurses_erasechar -- Returns current erase character Description string ncurses_erasechar ( void ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ...
PHP Manual
[ ncurses_erasechar php.net ]

PHP Funktion
rpm_version ( phplist Code 33% Relevanz )
Rubrik
RPM Header Reading Funktionen
Kurzform
rpm_version -- Returns a string representing the current version of the rpmreader extension
Vorschau
...rpm_version rpm_version (no version information, might be only in CVS) rpm_version -- Returns a string representing the current version of the rpmreader extension Beschreibung string rpm_version ( void ) rpm_version() will return the current version of the rpmreader extension. Rückgabewerte rpm_version() will return a string representing the ...
PHP Manual
[ rpm_version php.net ]

PHP Funktion
swf_setfont ( phplist Code 33% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_setfont -- Change the current font
Vorschau
...swf_setfont swf_setfont (PHP 4, PECL) swf_setfont -- Change the current font Description void swf_setfont ( int fontid ) The swf_setfont() sets the current font to the value given by the fontid parameter. swf_scale swf_setframe...
PHP Manual
[ swf_setfont php.net ]

PHP Funktion
XMLWriter->endDTD() ( phplist Code 33% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->endDTD() -- End current DTD
Vorschau
...()"HREF="function.xmlwriter-end-dtd-entity.html"> endElement()"HREF="function.xmlwriter-end-element.html"> XMLWriter->endDTD() (no version information, might be only in CVS) XMLWriter->endDTD() -- End current DTD Beschreibung Object oriented style: class XMLWriter { bool endDTD ( void ) } Procedural style: bool xmlwriter_end_dtd ( resource xmlwriter ) Ends the DTD of the document. Parameter Liste xmlwriter Only for ...
PHP Manual
[ XMLWriter->endDTD() php.net ]

PHP Funktion
dbplus_first ( phplist Code 32% Relevanz )
Rubrik
DB++ Functions
Kurzform
dbplus_first -- Get first tuple from relation
Vorschau
... sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. dbplus_curr() will read the data for the first tuple for the given relation , make it the current tuple and pass it back as an associative array in tuple . The function will return zero (aka. DBPLUS_ERR_NOERR) on success or a db++ error code on failure. See dbplus_errcode() or the introduction to this chapter for ...
PHP Manual
[ dbplus_first php.net ]

PHP Funktion
dbplus_rkeys ( phplist Code 32% Relevanz )
Rubrik
DB++ Functions
Kurzform
dbplus_rkeys -- Specify new primary key for a relation
Vorschau
... und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. dbplus_rkeys() will replace the current primary key for relation with the combination of domains specified by domlist . domlist may be passed as a single domain name string or as an array of domain names. Returns resource on success or DBPLUS_ERR_UNKNOWN on ...
PHP Manual
[ dbplus_rkeys php.net ]

PHP Funktion
notes_unread ( phplist Code 32% Relevanz )
Rubrik
Lotus Notes Functions
Kurzform
notes_unread -- Returns the unread note id's for the current User user_name
Vorschau
...notes_unread notes_unread (PHP 4 >= 4.0.5, PECL) notes_unread -- Returns the unread note id's for the current User user_name Beschreibung array notes_unread ( string database_name, string user_name ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich ...
PHP Manual
[ notes_unread php.net ]

PHP Funktion
ovrimos_fetch_into ( phplist Code 32% Relevanz )
Rubrik
Ovrimos SQL Functions
Kurzform
ovrimos_fetch_into -- Fetches a row from the result set
Vorschau
... result_array , which should be passed by reference. Which row is fetched is determined by the two last parameters. how is one of Next (default), Prev , First , Last , Absolute , corresponding to forward direction from current position, backward direction from current position, forward direction from the start, backward direction from the end and absolute position from the start (essentially equivalent to 'first' but needs 'rownumber'). Case ...
PHP Manual
[ ovrimos_fetch_into php.net ]

PHP Funktion
RecursiveDirectoryIterator::key ( phplist Code 32% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
RecursiveDirectoryIterator::key -- Return path and filename of current dir entry
Vorschau
...RecursiveDirectoryIterator::key RecursiveDirectoryIterator::key (no version information, might be only in CVS) RecursiveDirectoryIterator::key -- Return path and filename of current dir entry Description string RecursiveDirectoryIterator::key ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. RecursiveDirectoryIterator::hasChildren...
PHP Manual
[ RecursiveDirectoryIterator::key php.net ]

PHP Funktion
SWFText::getAscent ( phplist Code 32% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFText::getAscent -- Returns the ascent of the current font at its current size or 0 if not available
Vorschau
...SWFText::getAscent SWFText::getAscent (no version information, might be only in CVS) SWFText::getAscent -- Returns the ascent of the current font at its current size, or 0 if not available Beschreibung float SWFText::getAscent ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. SWFText::addUTF8String SWFText::...
PHP Manual
[ SWFText::getAscent php.net ]

PHP Funktion
Creating Variables ( phplist Code 32% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... if speed is not a crucial issue and you'd like to keep memory usage low. Note that ZEND_SET_SYMBOL makes use of the Zend executor globals via the macro EG . By specifying EG(active_symbol_table) , you get access to the currently active symbol table, dealing with the active, local scope. The local scope may differ depending on whether the function was invoked from within a function. If you need to optimize for speed and don't care about ...
PHP Manual
[ Creating Variables php.net ]

PHP Funktion
maxdb_fetch_lengths ( phplist Code 31% 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
...maxdb_fetch_lengths maxdb_fetch_lengths (PECL) 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 Description Procedural style: array maxdb_fetch_lengths ( resource result ) Object oriented style (property): class result { array lengths } The maxdb_fetch_lengths() function returns an array ...
PHP Manual
[ maxdb_fetch_lengths php.net ]

PHP Funktion
SWFShape->drawCurveTo ( phplist Code 31% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFShape->drawCurveTo -- Draws a curve
Vorschau
... hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swfshape->drawcurveto() draws a quadratic curve (using the current line style, set by swfshape->setline() ) from the current pen position to ( anchorx , anchory ) using ( controlx , controly ) as a control point. That is, head towards the control point, then smoothly turn to the ...
PHP Manual
[ SWFShape->drawCurveTo php.net ]

PHP Funktion
SWFText::getDescent ( phplist Code 31% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFText::getDescent -- Returns the descent of the current font at its current size or 0 if not available
Vorschau
...SWFText::getDescent SWFText::getDescent (no version information, might be only in CVS) SWFText::getDescent -- Returns the descent of the current font at its current size, or 0 if not available Beschreibung float SWFText::getDescent ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. SWFText::getAscent SWFText::...
PHP Manual
[ SWFText::getDescent php.net ]

PHP Funktion
XMLWriter->endCData() ( phplist Code 31% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->endCData() -- End current CDATA
Vorschau
...()"HREF="function.xmlwriter-end-attribute.html"> endComment()"HREF="function.xmlwriter-end-comment.html"> XMLWriter->endCData() (no version information, might be only in CVS) XMLWriter->endCData() -- End current CDATA Beschreibung Object oriented style: class XMLWriter { bool endCData ( void ) } Procedural style: bool xmlwriter_end_cdata ( resource xmlwriter ) Ends the current CDATA section. Parameter Liste xmlwriter Only for ...
PHP Manual
[ XMLWriter->endCData() php.net ]

PHP Funktion
XMLReader functions ( phplist Code 31% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... (or --with-xmlreader before 5.1) to your configure line. The libxml extension is required. Vordefinierte Klassen XMLReader Methoden XMLReader->close() - Close the XMLReader input XMLReader->expand() - Export current node to a DOM node XMLReader->getAttribute() - Get value of attribute by name XMLReader->getAttributeNo() - Get value of attribute by position XMLReader->getAttributeNS() - Get value of attribute by name and ...
PHP Manual
[ XMLReader functions php.net ]

PHP Funktion
mysqli_fetch_lengths ( phplist Code 30% 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
...mysqli_fetch_lengths mysqli_fetch_lengths (PHP 5) 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 Description Procedural style: array mysqli_fetch_lengths ( mysqli_result result ) Object oriented style (property): class mysqli_result { array lengths } The mysqli_fetch_lengths() function returns...
PHP Manual
[ mysqli_fetch_lengths php.net ]

PHP Funktion
newt_get_screen_size ( phplist Code 30% Relevanz )
Rubrik
Newt Functions
Kurzform
newt_get_screen_size -- Fills in the passed references with the current size of the terminal
Vorschau
...newt_get_screen_size newt_get_screen_size (PECL) newt_get_screen_size -- Fills in the passed references with the current size of the terminal Beschreibung void newt_get_screen_size ( int &cols, int &rows ) Fills in the passed references with the current size of the terminal. Parameter Liste cols Number of columns in the terminal...
PHP Manual
[ newt_get_screen_size php.net ]

PHP Funktion
px_put_record ( phplist Code 30% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_put_record -- Stores record into paradox database
Vorschau
...as returned by px_new() . record Associated or indexed array containing the field values as e.g. returned by px_retrieve_record() . recpos This optional parameter may be used to specify a record number greater than the current number of records in the database. The function will add as many empty records as needed. There is hardly any need for this parameter. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . px_open_fp ...
PHP Manual
[ px_put_record php.net ]

PHP Funktion
stream_select ( phplist Code 30% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_select -- Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec
Vorschau
...an upper bound on the amount of time that stream_select() will wait before it returns. If tv_sec and tv_usec are both set to 0 , stream_select() will not wait for data - instead it will return immediately, indicating the current status of the streams. If tv_sec is NULL stream_select() can block indefinitely, returning only when an event on one of the watched streams occurs (or if a signal interrupts the system call). On success stream_select() ...
PHP Manual
[ stream_select php.net ]

PHP Funktion
swf_endbutton ( phplist Code 30% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_endbutton -- End the definition of the current button
Vorschau
...swf_endbutton swf_endbutton (PHP 4, PECL) swf_endbutton -- End the definition of the current button Description void swf_endbutton ( void ) The swf_endButton() function ends the definition of the current button. swf_definetext swf_enddoaction...
PHP Manual
[ swf_endbutton php.net ]

PHP Funktion
win32_create_service ( phplist Code 30% Relevanz )
Rubrik
win32service Functions
Kurzform
win32_create_service -- Creates a new service entry in the SCM database
Vorschau
..., you must also provide a password. password The password that corresponds to the user . path The full path to the executable module that will be launched when the service is started. If omitted, the path to the current PHP process will be used. params Command line parameters to pass to the service when it starts. If you want to run a PHP script as the service, then the first parameter should be the full path to the PHP script that you...
PHP Manual
[ win32_create_service php.net ]

PHP Funktion
DOM Functions ( phplist Code 30% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...() - Searches for all elements with given tag name DOMDocument->getElementsByTagNameNS() - Searches for all elements with given tag name in specified namespace DOMDocument->importNode() - Import node into current document DOMDocument->load() - Load XML from a file DOMDocument->loadHTML() - Load HTML from a string DOMDocument->loadHTMLFile() - Load HTML from a file DOMDocument->loadXML() - Load XML from a string ...
PHP Manual
[ DOM Functions php.net ]

PHP Funktion
SDO Functions ( phplist Code 30% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...get values in the SDO instance using the standard SDO interface. Finally, you use a DAS to write the modified data back to a data source, typically the same one. See the list of Data Access Services for details on those currently available. In addition to the provided DASs, SDO also provides interfaces to enable others to be implemented (see the section on SDO Data Access Services Interface for more details). This extension is derived from ...
PHP Manual
[ SDO Functions php.net ]

PHP Funktion
XML Parser Functions ( phplist Code 30% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... encoding is capable of representing, it will return an error. If PHP encounters characters in the parsed XML document that can not be represented in the chosen target encoding, the problem characters will be "demoted". Currently, this means that such characters are replaced by a question mark. Beispiele Here are some example PHP scripts parsing XML documents. XML Element Structure Example This first example displays the structure of the ...
PHP Manual
[ XML Parser Functions php.net ]

PHP Funktion
dbplus_tremove ( phplist Code 29% Relevanz )
Rubrik
DB++ Functions
Kurzform
dbplus_tremove -- Remove tuple and return new current tuple
Vorschau
...dbplus_tremove dbplus_tremove (4.1.0 - 4.2.3 only, PECL) dbplus_tremove -- Remove tuple and return new current tuple Description int dbplus_tremove ( resource relation, array tuple [, array &current] ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie...
PHP Manual
[ dbplus_tremove php.net ]

PHP Funktion
DomNode->owner_document ( phplist Code 29% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
DomNode->owner_document -- Returns the document this node belongs to
Vorschau
...no version information, might be only in CVS) DomNode->owner_document -- Returns the document this node belongs to Beschreibung domdocument DomNode->owner_document ( void ) This function returns the document the current node belongs to. The following example will create two identical lists of children. Beispiel 1. Finding the document of a node <?php $doc = domxml_new_doc ( "1.0" ); $node = $doc -> create_element ( "para" ); $...
PHP Manual
[ DomNode->owner_document php.net ]

PHP Funktion
ncurses_def_prog_mode ( phplist Code 29% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_def_prog_mode -- Saves terminals (program) mode
Vorschau
... und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. ncurses_def_prog_mode() saves the current terminal modes for program (in curses) for use by ncurses_reset_prog_mode() . Returns FALSE on success, otherwise TRUE . See also: ncurses_reset_prog_mode() ncurses_curs_set ncurses_def_shell_mode...
PHP Manual
[ ncurses_def_prog_mode php.net ]

PHP Funktion
ps_arcn ( phplist Code 29% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_arcn -- Draws an arc clockwise
Vorschau
...Draws a portion of a circle with at middle point at ( x , y ). The arc starts at an angle of alpha and ends at an angle of beta . It is drawn clockwise (use ps_arc() to draw counterclockwise). The subpath added to the current path starts on the arc at angle beta and ends on the arc at angle alpha . Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . x The x-coordinate of the circle's middle point. y ...
PHP Manual
[ ps_arcn php.net ]

PHP Funktion
swf_definefont ( phplist Code 29% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_definefont -- Defines a font
Vorschau
... ( int fontid, string fontname ) The swf_definefont() function defines a font given by the fontname parameter and gives it the id specified by the fontid parameter. It then sets the font given by fontname to the current font. swf_definebitmap swf_defineline...
PHP Manual
[ swf_definefont php.net ]

PHP Funktion
swf_definetext ( phplist Code 29% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_definetext -- Define a text string
Vorschau
...swf_definetext swf_definetext (PHP 4, PECL) swf_definetext -- Define a text string Description void swf_definetext ( int objid, string str, int docenter ) Define a text string (the str parameter) using the current font and font size. The docenter is where the word is centered, if docenter is 1, then the word is centered in x. swf_definerect swf_endbutton...
PHP Manual
[ swf_definetext php.net ]

PHP Funktion
XMLWriter->endComment() ( phplist Code 29% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->endComment() -- Create end comment
Vorschau
... in CVS) XMLWriter->endComment() -- Create end comment Beschreibung Object oriented style: class XMLWriter { bool endComment ( void ) } Procedural style: bool xmlwriter_end_comment ( resource xmlwriter ) Ends the current comment. 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() . Rückgabewerte Gibt bei ...
PHP Manual
[ XMLWriter->endComment() php.net ]

PHP Funktion
XMLWriter->endDocument() ( phplist Code 29% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->endDocument() -- End current document
Vorschau
...HREF="function.xmlwriter-end-comment.html"> endDTDAttlist()"HREF="function.xmlwriter-end-dtd-attlist.html"> XMLWriter->endDocument() (no version information, might be only in CVS) XMLWriter->endDocument() -- End current document Beschreibung Object oriented style: class XMLWriter { bool endDocument ( void ) } Procedural style: bool xmlwriter_end_document ( resource xmlwriter ) Ends the current document. Parameter Liste xmlwriter Only ...
PHP Manual
[ XMLWriter->endDocument() php.net ]

PHP Funktion
XMLWriter->endElement() ( phplist Code 29% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->endElement() -- End current element
Vorschau
...;endElement() endDTD()"HREF="function.xmlwriter-end-dtd.html"> endPI()"HREF="function.xmlwriter-end-pi.html"> XMLWriter->endElement() (no version information, might be only in CVS) XMLWriter->endElement() -- End current element Beschreibung Object oriented style: class XMLWriter { bool endElement ( void ) } Procedural style: bool xmlwriter_end_element ( resource xmlwriter ) Ends the current element. Parameter Liste xmlwriter Only for ...
PHP Manual
[ XMLWriter->endElement() php.net ]

PHP Funktion
DB++ Functions ( phplist Code 29% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... of the library by an application programmer DBPLUS_ERR_UNKNOWN ( integer ) ERR_UNKNOWN Inhaltsverzeichnis dbplus_add -- Add a tuple to a relation dbplus_aql -- Perform AQL query dbplus_chdir -- Get/Set database virtual current directory dbplus_close -- Close a relation dbplus_curr -- Get current tuple from relation dbplus_errcode -- Get error string for given errorcode or last error dbplus_errno -- Get error code for last operation dbplus_find...
PHP Manual
[ DB++ Functions php.net ]

PHP Funktion
hash Functions ( phplist Code 29% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...wenn die Erung entwederstatisch in PHP kompiliert oder dynamisch zur Laufzeit geladen wurde. HASH_HMAC ( integer ) Optional flag for hash_init() . Indicates that the HMAC digest-keying algorithm should be applied to the current hashing context. Inhaltsverzeichnis hash_algos -- Return a list of registered hashing algorithms hash_file -- Generate a hash value using the contents of a given file hash_final -- Finalize an incremental hash and return...
PHP Manual
[ hash Functions php.net ]

PHP Funktion
Ncurses Terminal Screen Control Functions ( phplist Code 29% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... pressed during click NCURSES_BUTTON_ALT alt pressed during click NCURSES_ALL_MOUSE_EVENTS report all mouse events NCURSES_REPORT_MOUSE_POSITION report mouse position Inhaltsverzeichnis ncurses_addch -- Add character at current position and advance cursor ncurses_addchnstr -- Add attributed string with specified length at current position ncurses_addchstr -- Add attributed string at current position ncurses_addnstr -- Add string with specified ...
PHP Manual
[ Ncurses Terminal Screen Control Functions php.net ]

PHP Funktion
PDO-Funktionen ( phplist Code 29% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...::PARAM_STR ( integer ) Represents the SQL CHAR, VARCHAR, or other string data type. PDO::PARAM_LOB ( integer ) Represents the SQL large object data type. PDO::PARAM_STMT ( integer ) Represents a recordset type. Not currently supported by any drivers. PDO::PARAM_INPUT_OUTPUT ( integer ) Specifies that the parameter is an INOUT parameter for a stored procedure. You must bitwise-OR this value with an explicit PDO::PARAM_* data type. PDO::...
PHP Manual
[ PDO-Funktionen php.net ]

PHP Funktion
PostScript document creation ( phplist Code 29% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... Information If you have comments, bugfixes, enhancements for either this extension or pslib then please drop me a mail steinm@php.net . Any help is very welcome. Inhaltsverzeichnis ps_add_bookmark -- Add bookmark to current page ps_add_launchlink -- Adds link which launches file ps_add_locallink -- Adds link to a page in the same document ps_add_note -- Adds note to current page ps_add_pdflink -- Adds link to a page in a second pdf document...
PHP Manual
[ PostScript document creation php.net ]

PHP Funktion
Pattern Syntax ( phplist Code 29% Relevanz )
Rubrik
Reguläre Ausdrücke Funktionen (Perl-kompatibel)
Kurzform
-----
Vorschau
... PCRE regex syntax Description The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5, with just a few differences (see below). The current implementation corresponds to Perl 5.005. Differences From Perl The differences described here are with respect to Perl 5.005. By default, a whitespace character is any character that the C library function isspace() ...
PHP Manual
[ Pattern Syntax php.net ]

PHP Funktion
Runkit_Sandbox ( phplist Code 29% Relevanz )
Rubrik
runkit Functions
Kurzform
Runkit_Sandbox -- Runkit Sandbox Class -- PHP Virtual Machine
Vorschau
.... safe_mode_include_dir If the outer script which is instantiating the Runkit_Sandbox class is configured with a safe_mode_include_dir , then a new safe_mode_include_dir may be set for sandbox environments below the currently defined value. safe_mode_include_dir may also be cleared to indicate that the bypass feature is disabled. If safe_mode_include_dir was blank in the outer script, but safe_mode was not enabled, then any arbitrary ...
PHP Manual
[ Runkit_Sandbox php.net ]

PHP Funktion
apd_dump_persistent_resources ( phplist Code 28% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_dump_persistent_resources -- Return all persistent resources as an array
Vorschau
...apd_dump_persistent_resources -- Return all persistent resources as an array Beschreibung array apd_dump_persistent_resources ( void ) Return all persistent resources as an array. Rückgabewerte An array containing the current call stack. Beispiele Beispiel 1. apd_dump_persistent_resources() example <?php print_r ( apd_dump_persistent_resources ()); ?> Siehe auch apd_dump_regular() apd_dump_function_table apd_dump_regular_resources...
PHP Manual
[ apd_dump_persistent_resources php.net ]

PHP Funktion
DOMDocument->importNode() ( phplist Code 28% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMDocument->importNode() -- Import node into current document
Vorschau
...-domdocument-getelementsbytagnamens.html"> load()"HREF="function.dom-domdocument-load.html"> DOMDocument->importNode() (no version information, might be only in CVS) DOMDocument->importNode() -- Import node into current document Beschreibung class DOMDocument { DOMNode importNode ( DOMNode importedNode [, bool deep] ) } This function returns a copy of the node to import and associates it with the current document. Parameter Liste ...
PHP Manual
[ DOMDocument->importNode() php.net ]

PHP Funktion
ncurses_def_shell_mode ( phplist Code 28% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_def_shell_mode -- Saves terminals (shell) mode
Vorschau
... und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. ncurses_def_shell_mode() saves the current terminal modes for shell (not in curses) for use by ncurses_reset_shell_mode() . Returns FALSE on success, otherwise TRUE . See also: ncurses_reset_shell_mode() ncurses_def_prog_mode ncurses_define_key...
PHP Manual
[ ncurses_def_shell_mode php.net ]

PHP Funktion
runkit_function_rename ( phplist Code 28% Relevanz )
Rubrik
runkit Functions
Kurzform
runkit_function_rename -- Change a function's name
Vorschau
..., onlyuserspace functions may be removed, renamed, or modified. In order tooverride internal functions, you must enable the runkit.internal_override setting in the system-widephp.ini file. Parameter Liste funcname Current function name newname New function name Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Siehe auch runkit_function_add() runkit_function_copy() runkit_function_redefine() runkit_function_remove() ...
PHP Manual
[ runkit_function_rename php.net ]

PHP Funktion
XMLWriter->endAttribute() ( phplist Code 28% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->endAttribute() -- End attribute
Vorschau
... in CVS) XMLWriter->endAttribute() -- End attribute Beschreibung Object oriented style: class XMLWriter { bool endAttribute ( void ) } Procedural style: bool xmlwriter_end_attribute ( resource xmlwriter ) Ends the current attribute. 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() . Rückgabewerte Gibt bei...
PHP Manual
[ XMLWriter->endAttribute() php.net ]

PHP Funktion
XMLWriter->endDTDEntity() ( phplist Code 28% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->endDTDEntity() -- End current DTD Entity
Vorschau
...()"HREF="function.xmlwriter-end-dtd-element.html"> endDTD()"HREF="function.xmlwriter-end-dtd.html"> XMLWriter->endDTDEntity() (no version information, might be only in CVS) XMLWriter->endDTDEntity() -- End current DTD Entity Beschreibung Object oriented style: class XMLWriter { bool endDTDEntity ( void ) } Procedural style: bool xmlwriter_end_dtd_entity ( resource xmlwriter ) Ends the current DTD entity. Parameter Liste ...
PHP Manual
[ XMLWriter->endDTDEntity() php.net ]

PHP Funktion
XMLWriter->endPI() ( phplist Code 28% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->endPI() -- End current PI
Vorschau
...->endPI() endElement()"HREF="function.xmlwriter-end-element.html"> flush()"HREF="function.xmlwriter-flush.html"> XMLWriter->endPI() (no version information, might be only in CVS) XMLWriter->endPI() -- End current PI Beschreibung Object oriented style: class XMLWriter { bool endPI ( void ) } Procedural style: bool xmlwriter_end_pi ( resource xmlwriter ) Ends the current processing instruction. Parameter Liste xmlwriter Only for ...
PHP Manual
[ XMLWriter->endPI() php.net ]

PHP Funktion
RPM Header Reading Funktionen ( phplist Code 28% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- Closes an RPM file rpm_get_tag -- Retrieves a header tag from an RPM file rpm_is_valid -- Tests a filename for validity as an RPM file rpm_open -- Opens an RPM file rpm_version -- Returns a string representing the current version of the rpmreader extension recode rpm_close...
PHP Manual
[ RPM Header Reading Funktionen php.net ]

PHP Funktion
CachingRecursiveIterator::hasChildren ( phplist Code 27% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
CachingRecursiveIterator::hasChildren -- Check whether the current element of the inner iterator has children
Vorschau
...CachingRecursiveIterator::hasChildren CachingRecursiveIterator::hasChildren (no version information, might be only in CVS) CachingRecursiveIterator::hasChildren -- Check whether the current element of the inner iterator has children Description bolean CachingRecursiveIterator::hasChildren ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ...
PHP Manual
[ CachingRecursiveIterator::hasChildren php.net ]

PHP Funktion
getmygid ( phplist Code 27% Relevanz )
Rubrik
PHP Optionen & Informationen
Kurzform
getmygid -- Get PHP script owner's GID
Vorschau
...getmygid getmygid (PHP 4 >= 4.1.0, PHP 5) getmygid -- Get PHP script owner's GID Description int getmygid ( void ) Returns the group ID of the current script, or FALSE on error. See also getmyuid() , getmypid() , get_current_user() , getmyinode() , and getlastmod() . getlastmod getmyinode...
PHP Manual
[ getmygid php.net ]

PHP Funktion
msg_send ( phplist Code 27% Relevanz )
Rubrik
Semaphor und Shared Memory Funktionen
Kurzform
msg_send -- Send a message to a message queue
Vorschau
... compatible client. Upon successful completion the message queue data structure is updated as follows: msg_lspid is set to the process-ID of the calling process, msg_qnum is incremented by 1 and msg_stime is set to the current time. See also msg_remove_queue() , msg_receive() , msg_stat_queue() and msg_set_queue() . msg_remove_queue msg_set_queue...
PHP Manual
[ msg_send php.net ]

PHP Funktion
property_exists ( phplist Code 27% Relevanz )
Rubrik
Klassen- und Objekt-Funktionen
Kurzform
property_exists -- Checks if the object or class has a property
Vorschau
...Checks if the object or class has a property Beschreibung bool property_exists ( mixed class, string property ) This function checks if the given property exists in the specified class (and if it is accessible from the current scope). Anmerkung: As opposed with isset() , property_exists() returns TRUE even if the property has the value NULL . Parameter Liste class A string with the class name or an object of the class to test for property ...
PHP Manual
[ property_exists php.net ]

PHP Funktion
radius_get_attr ( phplist Code 27% Relevanz )
Rubrik
Radius
Kurzform
radius_get_attr -- Extracts an attribute
Vorschau
.... 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 called, it gets the next attribute from the current response. Rückgabewerte Returns an associative array containing the attribute-type and the data, or error number <= 0. Beispiele Beispiel 1. radius_get_attr() example <?php while ( $resa = radius_get_attr ( $res...
PHP Manual
[ radius_get_attr php.net ]

PHP Funktion
RecursiveIteratorIterator::key ( phplist Code 27% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
RecursiveIteratorIterator::key -- Access the current key
Vorschau
...RecursiveIteratorIterator::key RecursiveIteratorIterator::key (no version information, might be only in CVS) RecursiveIteratorIterator::key -- Access the current key Description mixed RecursiveIteratorIterator::key ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. RecursiveIteratorIterator::getSubIterator ...
PHP Manual
[ RecursiveIteratorIterator::key php.net ]

PHP Funktion
sqlite_create_aggregate ( phplist Code 27% 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
... is just like any other PHP variable and be set to hold an array or even an object value. In this example, we are simply using it to hold the maximum length we have seen so far; if the string has a length longer than the current maximum, we update the context to hold this new maximum length. After all of the rows have been processed, SQLite calls the max_len_finalize function to determine the aggregate result. Here, we could perform some kind ...
PHP Manual
[ sqlite_create_aggregate php.net ]

PHP Funktion
swf_enddoaction ( phplist Code 27% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_enddoaction -- End the current action
Vorschau
...swf_enddoaction swf_enddoaction (PHP 4, PECL) swf_enddoaction -- End the current action Description void swf_enddoaction ( void ) Ends the current action started by the swf_startdoaction() function. swf_endbutton swf_endshape...
PHP Manual
[ swf_enddoaction php.net ]

PHP Funktion
swf_placeobject ( phplist Code 27% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_placeobject -- Place an object onto the screen
Vorschau
...swf_placeobject swf_placeobject (PHP 4, PECL) swf_placeobject -- Place an object onto the screen Description void swf_placeobject ( int objid, int depth ) Places the object specified by objid in the current frame at a depth of depth . The objid parameter and the depth must be between 1 and 65535. This uses the current mulcolor (specified by swf_mulcolor() ) and the current addcolor (specified by swf_addcolor() ) to color ...
PHP Manual
[ swf_placeobject php.net ]

PHP Funktion
swf_shapelineto ( phplist Code 27% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_shapelineto -- Draw a line
Vorschau
... (PHP 4, PECL) swf_shapelineto -- Draw a line Description void swf_shapelineto ( float x, float y ) The swf_shapeLineTo() draws a line to the x,y coordinates given by the x parameter & the y parameter. The current position is then set to the x,y parameters. swf_shapelinesolid swf_shapemoveto...
PHP Manual
[ swf_shapelineto php.net ]

PHP Funktion
SWFShape->drawCurve ( phplist Code 27% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFShape->drawCurve -- Draws a curve (relative)
Vorschau
... hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swfshape->drawcurve() draws a quadratic curve (using the current line style,set by swfshape->setline() ) from the current pen position to the relative position ( anchorx , anchory ) using relative control point ( controlx , controly ). That is, head towards the control point, then...
PHP Manual
[ SWFShape->drawCurve php.net ]

PHP Funktion
version_compare ( phplist Code 27% Relevanz )
Rubrik
PHP Optionen & Informationen
Kurzform
version_compare -- Compares two "PHP-standardized" version number strings
Vorschau
...ge , == , = , eq , != , <> , ne respectively. Using this argument, the function will return TRUE if the relationship is the one specified by the operator, FALSE otherwise. Anmerkung: PHP_VERSION constant holds current PHP version. Beispiel 1. version_compare() example <?php // prints -1 echo version_compare ( "4.0.4" , "4.0.6" ); // these all print 1 echo version_compare ( "4.0.4" , "4.0.6" , "<" ); echo version_compare ( "4.0....
PHP Manual
[ version_compare php.net ]

PHP Funktion
XMLReader->moveToElement() ( phplist Code 27% Relevanz )
Rubrik
XMLReader functions
Kurzform
XMLReader->moveToElement() -- Position cursor on the parent Element of current Attribute
Vorschau
...()"HREF="function.xmlreader-movetofirstattribute.html"> XMLReader->moveToElement() (no version information, might be only in CVS) XMLReader->moveToElement() -- Position cursor on the parent Element of current Attribute Beschreibung class XMLReader { bool moveToElement ( void ) } Moves cursor to the parent Element of current Attribute. Returns TRUE if successful and FALSE if it fails or not positioned on Attribute when this ...
PHP Manual
[ XMLReader->moveToElement() php.net ]

PHP Funktion
XMLWriter->endDTDAttlist() ( phplist Code 27% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->endDTDAttlist() -- End current DTD AttList
Vorschau
...function.xmlwriter-end-document.html"> endDTDElement()"HREF="function.xmlwriter-end-dtd-element.html"> XMLWriter->endDTDAttlist() (no version information, might be only in CVS) XMLWriter->endDTDAttlist() -- End current DTD AttList Beschreibung Object oriented style: class XMLWriter { bool endDTDAttlist ( void ) } Procedural style: bool xmlwriter_end_dtd_attlist ( resource xmlwriter ) Ends the current DTD attribute list. Parameter ...
PHP Manual
[ XMLWriter->endDTDAttlist() php.net ]

PHP Funktion
XMLWriter->endDTDElement() ( phplist Code 27% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->endDTDElement() -- End current DTD element
Vorschau
...function.xmlwriter-end-dtd-attlist.html"> endDTDEntity()"HREF="function.xmlwriter-end-dtd-entity.html"> XMLWriter->endDTDElement() (no version information, might be only in CVS) XMLWriter->endDTDElement() -- End current DTD element Beschreibung Object oriented style: class XMLWriter { bool endDTDElement ( void ) } Procedural style: bool xmlwriter_end_dtd_element ( resource xmlwriter ) Ends the current DTD element. Parameter Liste ...
PHP Manual
[ XMLWriter->endDTDElement() php.net ]

PHP Funktion
ArrayObject::getIterator ( phplist Code 26% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
ArrayObject::getIterator -- Create a new iterator from an ArrayObject instance
Vorschau
...2' => 'two' , '3' => 'three' ); $arrayobject = new ArrayObject ( $array ); $iterator = $arrayobject -> getIterator (); while( $iterator -> valid ()) { echo $iterator -> key () . ' => ' . $iterator -> current () . "\n" ; $iterator -> next (); } ?> The above example will output: 1 => one2 => two3 => three ArrayObject::count ArrayObject::offsetExists...
PHP Manual
[ ArrayObject::getIterator php.net ]

PHP Funktion
db2_foreign_keys ( phplist Code 26% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_foreign_keys -- Returns a result set listing the foreign keys for a table
Vorschau
... for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema which contains the tables. If schema is NULL , db2_foreign_keys() matches the schema for the current connection. table-name The name of the table. Rückgabewerte Returns a statement resource with a result set containing rows describing the foreign keys for the specified table. The result set is composed of the ...
PHP Manual
[ db2_foreign_keys php.net ]

PHP Funktion
db2_primary_keys ( phplist Code 26% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_primary_keys -- Returns a result set listing primary keys for a table
Vorschau
... for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema which contains the tables. If schema is NULL , db2_primary_keys() matches the schema for the current connection. table-name The name of the table. Rückgabewerte Returns a statement resource with a result set containing rows describing the primary keys for the specified table. The result set is composed of the ...
PHP Manual
[ db2_primary_keys php.net ]

PHP Funktion
px_insert_record ( phplist Code 26% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_insert_record -- Inserts record into paradox database
Vorschau
... and PX_FIELD_DATE both require a long value. In the first case this is the number of milliseconds since midnight. In the second case this is the number of days since 1.1.0000. Below there are two examples to convert the current date or timestamp into a value suitable for one of paradox's date/time fields. Anmerkung: This function is only available if pxlib >= 0.6.0 is used. Parameter Liste pxdoc Resource identifier of the paradox database...
PHP Manual
[ px_insert_record php.net ]

PHP Funktion
RecursiveDirectoryIterator::getChildren ( phplist Code 26% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
RecursiveDirectoryIterator::getChildren -- Returns an iterator for the current entry if it is a directory
Vorschau
...RecursiveDirectoryIterator::getChildren RecursiveDirectoryIterator::getChildren (no version information, might be only in CVS) RecursiveDirectoryIterator::getChildren -- Returns an iterator for the current entry if it is a directory Description object RecursiveDirectoryIterator::getChildren ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ParentIterator...
PHP Manual
[ RecursiveDirectoryIterator::getChildren php.net ]

PHP Funktion
RecursiveDirectoryIterator::hasChildren ( phplist Code 26% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
RecursiveDirectoryIterator::hasChildren -- Returns whether current entry is a directory and not '.' or '..'
Vorschau
...RecursiveDirectoryIterator::hasChildren RecursiveDirectoryIterator::hasChildren (no version information, might be only in CVS) RecursiveDirectoryIterator::hasChildren -- Returns whether current entry is a directory and not '.' or '..' Description bool RecursiveDirectoryIterator::hasChildren ( [bool allow_links] ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur ...
PHP Manual
[ RecursiveDirectoryIterator::hasChildren php.net ]

PHP Funktion
RecursiveIteratorIterator::valid ( phplist Code 26% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
RecursiveIteratorIterator::valid -- Check whether the current position is valid
Vorschau
...RecursiveIteratorIterator::valid RecursiveIteratorIterator::valid (no version information, might be only in CVS) RecursiveIteratorIterator::valid -- Check whether the current position is valid Description bolean RecursiveIteratorIterator::valid ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. RecursiveIteratorIterator::...
PHP Manual
[ RecursiveIteratorIterator::valid php.net ]

PHP Funktion
runkit_return_value_used ( phplist Code 26% Relevanz )
Rubrik
runkit Functions
Kurzform
runkit_return_value_used -- Determines if the current functions return value will be used
Vorschau
...runkit_return_value_used runkit_return_value_used (no version information, might be only in CVS) runkit_return_value_used -- Determines if the current functions return value will be used Beschreibung bool runkit_return_value_used ( void ) Rückgabewerte Returns TRUE if the function's return value is used by the calling scope, otherwise FALSE Beispiele Beispiel 1. ...
PHP Manual
[ runkit_return_value_used php.net ]

PHP Funktion
XMLWriter->fullEndElement() ( phplist Code 26% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->fullEndElement() -- End current element
Vorschau
...()"HREF="function.xmlwriter-flush.html"> openMemory()"HREF="function.xmlwriter-open-memory.html"> XMLWriter->fullEndElement() (no version information, might be only in CVS) XMLWriter->fullEndElement() -- End current element Beschreibung Object oriented style: class XMLWriter { bool fullEndElement ( void ) } Procedural style: bool xmlwriter_full_end_element ( resource xmlwriter ) End the current xml element. Writes an end tag even ...
PHP Manual
[ XMLWriter->fullEndElement() php.net ]

PHP Funktion
gnupg Funktionen ( phplist Code 26% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... ( integer ) GNUPG_SIGSUM_SYS_ERROR ( integer ) GNUPG_ERROR_WARNING ( integer ) GNUPG_ERROR_EXCEPTION ( integer ) GNUPG_ERROR_SILENT ( integer ) Anmerkungen This extension makes use of the keyring of the current user. This keyring is normally located in ~./.gnupg/. To specify a custom location, store the path to the keyring in the environment variable GNUPGHOME. See putenv for more information how to do this. Some functions ...
PHP Manual
[ gnupg Funktionen php.net ]

PHP Funktion
runkit Functions ( phplist Code 26% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... when classkit compatibility is enabled. CLASSKIT_AGGREGATE_OVERRIDE ( integer ) PHP5 specific flag to classkit_import() Only defined when classkit compatibility is enabled. RUNKIT_VERSION ( string ) Defined to the current version of the runkit package. CLASSKIT_VERSION ( string ) Defined to the current version of the runkit package. Only defined when classkit compatibility is enabled. Inhaltsverzeichnis Runkit_Sandbox -- Runkit Sandbox ...
PHP Manual
[ runkit Functions php.net ]

PHP Funktion
ibase_name_result ( phplist Code 25% Relevanz )
Rubrik
InterBase-Funktionen
Kurzform
ibase_name_result -- Assigns a name to a result set
Vorschau
... -- Assigns a name to a result set Description bool ibase_name_result ( resource result, string name ) This function assigns a name to a result set. This name can be used later in UPDATE|DELETE ... WHERE CURRENT OF name statements. Gibt bei Erfolg TRUE , im Fehlerfall FALSE . <?php $result = ibase_query ( "SELECT field1,field2 FROM table FOR UPDATE" ); ibase_name_result ( $result , "my_cursor" ); $updateqry = ibase_prepare...
PHP Manual
[ ibase_name_result php.net ]

PHP Funktion
maxdb_fetch_array ( phplist Code 25% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_fetch_array (no version information might be only in CVS)result->fetch_array -- Fetch a result row as an associative a numeric array or both
Vorschau
... to access multiple columns with the same name, the numerically indexed version of the row must be used. The optional second argument resulttype is a constant indicating what type of array should be produced from the current row data. The possible values for this parameter are the constants MAXDB_ASSOC, MAXDB_ASSOC_UPPER, MAXDB_ASSOC_LOWER, MAXDB_NUM, or MAXDB_BOTH. By default the maxdb_fetch_array() function will assume MAXDB_BOTH, which is...
PHP Manual
[ maxdb_fetch_array php.net ]

PHP Funktion
mb_regex_encoding ( phplist Code 25% Relevanz )
Rubrik
Multibyte String Functions
Kurzform
mb_regex_encoding -- Returns current encoding for multibyte regex as string
Vorschau
...mb_regex_encoding mb_regex_encoding (PHP 4 >= 4.2.0) mb_regex_encoding -- Returns current encoding for multibyte regex as string Description mixed mb_regex_encoding ( [string encoding] ) mb_regex_encoding() returns the character encoding used by multibyte regex functions. If the optional parameter encoding ...
PHP Manual
[ mb_regex_encoding php.net ]

PHP Funktion
Memcache::replace ( phplist Code 25% Relevanz )
Rubrik
Memcache Functions
Kurzform
Memcache::replace -- Replace value of the existing item
Vorschau
... MEMCACHE_COMPRESSED to store the item compressed (uses zlib). expire Expiration time of the item. If it's equal to zero, the item will never expire. You can also use unix timestamp or a number of seconds starting from current time, but in the latter case the number of seconds may not exceed 2592000 (30 days). Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. Memcache::replace() example <?php $memcache_obj...
PHP Manual
[ Memcache::replace php.net ]

PHP Funktion
OCI-Lob->read ( phplist Code 25% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
OCI-Lob->read -- Reads part of the large object
Vorschau
...-rewind.html"> OCI-Lob->read (no version information, might be only in CVS) OCI-Lob->read -- Reads part of the large object Beschreibung class OCI-Lob { string read ( int length ) } Reads length bytes from the current position of LOB's internal pointer. Reading stops when length bytes have been read or end of the large object is reached. Internal pointer of the large object will be shifted on the amount of bytes read. Returns FALSE ...
PHP Manual
[ OCI-Lob->read php.net ]

PHP Funktion
proc_nice ( phplist Code 25% Relevanz )
Rubrik
Funktionen zur Programmausführung
Kurzform
proc_nice -- Change the priority of the current process
Vorschau
...proc_nice proc_nice (PHP 5) proc_nice -- Change the priority of the current process Beschreibung bool proc_nice ( int increment ) proc_nice() changes the priority of the current process by the amount specified in increment . A positive increment will lower the priority of the current process, whereas a negative increment will raise the priority. proc_nice() is not related to proc_open() and its...
PHP Manual
[ proc_nice php.net ]

PHP Funktion
ps_lineto ( phplist Code 25% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_lineto -- Draws a line
Vorschau
...ps_lineto ps_lineto (PECL) ps_lineto -- Draws a line Beschreibung bool ps_lineto ( resource psdoc, float x, float y ) Adds a straight line from the current point to the given coordinates to the current path. Use ps_moveto() to set the starting point of the line. Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . x x-coordinate of the end point of the line. y y-coordinate of ...
PHP Manual
[ ps_lineto php.net ]

PHP Funktion
ps_moveto ( phplist Code 25% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_moveto -- Sets current point
Vorschau
...ps_moveto ps_moveto (PECL) ps_moveto -- Sets current point Beschreibung bool ps_moveto ( resource psdoc, float x, float y ) Sets the current point to new coordinates. If this is the first call of ps_moveto() after a previous path has been ended then it will start a new path. If this function is called in the middle of a path it will just set the current point...
PHP Manual
[ ps_moveto php.net ]

PHP Funktion
stream_bucket_new ( phplist Code 25% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_bucket_new -- Create a new bucket for use on the current stream
Vorschau
...stream_bucket_new stream_bucket_new (PHP 5) stream_bucket_new -- Create a new bucket for use on the current stream Beschreibung object stream_bucket_new ( resource stream, string buffer ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. stream_bucket_make_writeable...
PHP Manual
[ stream_bucket_new php.net ]

PHP Funktion
swf_ortho ( phplist Code 25% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_ortho -- Defines an orthographic mapping of user coordinates onto the current viewport
Vorschau
...swf_ortho swf_ortho (PHP 4 >= 4.0.1, PECL) swf_ortho -- Defines an orthographic mapping of user coordinates onto the current viewport Description void swf_ortho ( double xmin, double xmax, double ymin, double ymax, double zmin, double zmax ) The swf_ortho() funcion defines a orthographic mapping of user coordinates onto the current viewport...
PHP Manual
[ swf_ortho php.net ]

PHP Funktion
swf_scale ( phplist Code 25% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_scale -- Scale the current transformation
Vorschau
...swf_scale swf_scale (PHP 4, PECL) swf_scale -- Scale the current transformation Description void swf_scale ( double x, double y, double z ) The swf_scale() scales the x coordinate of the curve by the value of the x parameter, the y coordinate of the curve by the value of the y ...
PHP Manual
[ swf_scale php.net ]

PHP Funktion
SWFAction ( phplist Code 25% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFAction -- Creates a new Action
Vorschau
... if you want to submit variables back to the server. loadMovie(url, target) Load the given URL into the named target. The target argument can be a frame name (I think), or one of the magical values "_level0" (replaces current movie) or "_level1" (loads new movie on top of current movie). nextFrame() Go to the next frame. prevFrame() Go to the last (or, rather, previous) frame. play() Start playing the movie. stop() Stop playing the movie...
PHP Manual
[ SWFAction php.net ]

PHP Funktion
enchant Functions ( phplist Code 25% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...is the broker (backends manager) and the second is for the dictionary. Beispiele Beispiel 1. Enchant Usage Example <?php $tag = 'en_US' ; $r = enchant_broker_init (); $bprovides = enchant_broker_describe ( $r ); echo "Current broker provides the following backend(s):\n" ; print_r ( $bprovides ); $dicts = enchant_broker_list_dicts ( $r ); print_r ( $dicts ); if ( enchant_broker_dict_exists ( $r , $tag )) { $d = enchant_broker_request_dict ( $r...
PHP Manual
[ enchant Functions php.net ]

PHP Funktion
ArrayIterator::key ( phplist Code 24% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
ArrayIterator::key -- Return current array key
Vorschau
...ArrayIterator::key ArrayIterator::key (no version information, might be only in CVS) ArrayIterator::key -- Return current array key Description mixed ArrayIterator::key ( void ) This function returns the current array key Beispiel 1. ArrayIterator::key() example <?php $array = array( 'key' => 'value' ); $arrayobject = new ArrayObject ( $array ); $iterator = $arrayobject -> getIterator (); echo $iterator -> key...
PHP Manual
[ ArrayIterator::key php.net ]

PHP Funktion
hw_GetText ( phplist Code 24% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_GetText -- Retrieve text document
Vorschau
.... Is this case it has to be a string. If rootID/prefix is an integer and unequal to 0 the link is constructed from all the names starting at the object with the id rootID/prefix separated by a slash relative to the current object. If for example the above document 'internet_movie' is located at 'a-b-c-internet_movie' with '-' being the separator between hierarchy levels on the Hyperwave server and the source document is located at 'a-b-d-...
PHP Manual
[ hw_GetText php.net ]

PHP Funktion
mb_detect_encoding ( phplist Code 24% Relevanz )
Rubrik
Multibyte String Functions
Kurzform
mb_detect_encoding -- Detect character encoding
Vorschau
... is omitted, detect_order is used. strict specifies whether to use the strict encoding detection or not. Default is FALSE . Beispiel 1. mb_detect_encoding() example <?php /* Detect character encoding with current detect_order */ echo mb_detect_encoding ( $str ); /* "auto" is expanded to "ASCII,JIS,UTF-8,EUC-JP,SJIS" */ echo mb_detect_encoding ( $str , "auto" ); /* Specify encoding_list character encoding by comma separated list...
PHP Manual
[ mb_detect_encoding php.net ]

PHP Funktion
mysqli_fetch_array ( phplist Code 24% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_fetch_array (no version information might be only in CVS)result->fetch_array -- Fetch a result row as an associative a numeric array or both
Vorschau
... to access multiple columns with the same name, the numerically indexed version of the row must be used. The optional second argument resulttype is a constant indicating what type of array should be produced from the current row data. The possible values for this parameter are the constants MYSQLI_ASSOC, MYSQLI_NUM, or MYSQLI_BOTH. By default the mysqli_fetch_array() function will assume MYSQLI_BOTH for this parameter. By using the ...
PHP Manual
[ mysqli_fetch_array php.net ]

PHP Funktion
OCI-Lob->write ( phplist Code 24% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
OCI-Lob->write -- Writes data to the large object
Vorschau
... (no version information, might be only in CVS) OCI-Lob->write -- Writes data to the large object Beschreibung class OCI-Lob { int write ( string data [, int length] ) } Writes data from the parameter data into the current position of LOB's internal pointer. If the parameter length is given, writing will stop after length bytes have been written or the end of data is reached, whichever comes first. OCI-Lob->write() returns the number ...
PHP Manual
[ OCI-Lob->write php.net ]

PHP Funktion
oci_new_collection ( phplist Code 24% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
oci_new_collection -- Allocates new collection object
Vorschau
... new collection object. Parameter tdo should be a valid named type (uppercase). The third, optional parameter schema should point to the scheme, where the named type was created. oci_new_collection() uses the name of the current user as the default value of schema . oci_new_collection() returns FALSE on error. Anmerkung: In PHP versions before 5.0.0 you must use ocinewcollection() instead. This name still can be used, it was left as alias of ...
PHP Manual
[ oci_new_collection php.net ]

PHP Funktion
ParentIterator::hasChildren ( phplist Code 24% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
ParentIterator::hasChildren -- Check whether the inner iterator's current element has children
Vorschau
...ParentIterator::hasChildren ParentIterator::hasChildren (no version information, might be only in CVS) ParentIterator::hasChildren -- Check whether the inner iterator's current element has children Description bool ParentIterator::hasChildren ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ParentIterator::getChildren ...
PHP Manual
[ ParentIterator::hasChildren php.net ]

PHP Funktion
PDO::sqliteCreateAggregate ( phplist Code 24% Relevanz )
Rubrik
SQLite Functions (PDO_SQLITE)
Kurzform
PDO::sqliteCreateAggregate -- Registers an aggregating User Defined Function for use in SQL statements
Vorschau
... is just like any other PHP variable and be set to hold an array or even an object value. In this example, we are simply using it to hold the maximum length we have seen so far; if the string has a length longer than the current maximum, we update the context to hold this new maximum length. After all of the rows have been processed, SQLite calls the max_len_finalize function to determine the aggregate result. Here, we could perform some kind ...
PHP Manual
[ PDO::sqliteCreateAggregate php.net ]

PHP Funktion
RecursiveIteratorIterator::getDepth ( phplist Code 24% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
RecursiveIteratorIterator::getDepth -- Get the current depth of the recursive iteration
Vorschau
...RecursiveIteratorIterator::getDepth RecursiveIteratorIterator::getDepth (no version information, might be only in CVS) RecursiveIteratorIterator::getDepth -- Get the current depth of the recursive iteration Description int RecursiveIteratorIterator::getDepth ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ...
PHP Manual
[ RecursiveIteratorIterator::getDepth php.net ]

PHP Funktion
swf_ortho2 ( phplist Code 24% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_ortho2 -- Defines 2D orthographic mapping of user coordinates onto the current viewport
Vorschau
...swf_ortho2 swf_ortho2 (PHP 4, PECL) swf_ortho2 -- Defines 2D orthographic mapping of user coordinates onto the current viewport Description void swf_ortho2 ( double xmin, double xmax, double ymin, double ymax ) The swf_ortho2() function defines a two dimensional orthographic mapping of user coordinates onto the current viewport, this ...
PHP Manual
[ swf_ortho2 php.net ]

PHP Funktion
swf_rotate ( phplist Code 24% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_rotate -- Rotate the current transformation
Vorschau
...swf_rotate swf_rotate (PHP 4, PECL) swf_rotate -- Rotate the current transformation Description void swf_rotate ( double angle, string axis ) The swf_rotate() rotates the current transformation by the angle given by the angle parameter around the axis given by the axis parameter. Valid values for the axis are 'x' (the x axis), 'y' (the y axis) or 'z' (the z axis). swf_removeobject swf_scale...
PHP Manual
[ swf_rotate php.net ]

PHP Funktion
yaz_record ( phplist Code 24% Relevanz )
Rubrik
YAZ Functions
Kurzform
yaz_record -- Returns a record
Vorschau
...yaz_record yaz_record (PHP 4 >= 4.0.1, PECL) yaz_record -- Returns a record Beschreibung string yaz_record ( resource id, int pos, string type ) The yaz_record() function inspects a record in the current result set at the position specified by parameter pos . Parameter Liste id The connection resource returned by yaz_connect() . pos The record position. Records positions in a result set are numbered 1, 2, ... $hits ...
PHP Manual
[ yaz_record php.net ]

PHP Funktion
Fleshing out your skeleton ( phplist Code 24% Relevanz )
Rubrik
PDO Driver How-To
Kurzform
-----
Vorschau
... should set the global pdo_err variable to the error found in either the dbh or the stmt (if the variable stmt is not NULL). dbh Pointer to the database handle initialized by the handle factory stmt Pointer to the current statement or NULL. If NULL, the error is derived by error code found in the dbh. file The source file where the error occurred or NULL if not available. line The line number within the source file if available. If the ...
PHP Manual
[ Fleshing out your skeleton php.net ]

PHP Funktion
DOM XML Funktionen ( phplist Code 24% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...->get_attribute() -- Returns the value of the given attribute DomElement->get_elements_by_tagname() -- Gets elements by tagname DomElement->has_attribute() -- Checks to see if an attribute exists in the current node DomElement->remove_attribute() -- Removes attribute DomElement->set_attribute_node() -- Adds new attribute DomElement->set_attribute() -- Sets the value of an attribute DomElement->tagname() -- ...
PHP Manual
[ DOM XML Funktionen php.net ]

PHP Funktion
Shockwave Flash Funktionen ( phplist Code 24% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... movie swf_actiongotoframe -- Play a frame and then stop swf_actiongotolabel -- Display a frame with the specified label swf_actionnextframe -- Go foward one frame swf_actionplay -- Start playing the flash movie from the current frame swf_actionprevframe -- Go backwards one frame swf_actionsettarget -- Set the context for actions swf_actionstop -- Stop playing the flash movie at the current frame swf_actiontogglequality -- Toggle between low and...
PHP Manual
[ Shockwave Flash Funktionen php.net ]

PHP Funktion
ArrayIterator::next ( phplist Code 23% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
ArrayIterator::next -- Move to next entry
Vorschau
... = new ArrayObject (); $arrayobject [] = 'zero' ; $arrayobject [] = 'one' ; $iterator = $arrayobject -> getIterator (); while( $iterator -> valid ()) { echo $iterator -> key () . ' => ' . $iterator -> current () . "\n" ; $iterator -> next (); } ?> Das oben gezeigte Beispiel erzeugt folgendeAusgabe: 0 => zero1 => one ArrayIterator::key ArrayIterator::rewind...
PHP Manual
[ ArrayIterator::next php.net ]

PHP Funktion
OCI-Lob->import ( phplist Code 23% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
OCI-Lob->import -- Imports file data to the LOB
Vorschau
...-Lob->import (no version information, might be only in CVS) OCI-Lob->import -- Imports file data to the LOB Beschreibung class OCI-Lob { bool import ( string filename ) } Writes data from the filename in to the current position of large object. Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Parameter Liste filename Siehe auch OCI-Lob->export OCI-Lob->write OCI-Lob->getBuffering OCI-Lob->load...
PHP Manual
[ OCI-Lob->import php.net ]

PHP Funktion
swf_addbuttonrecord ( phplist Code 23% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_addbuttonrecord -- Controls location appearance and active area of the current button
Vorschau
...swf_addbuttonrecord swf_addbuttonrecord (PHP 4, PECL) swf_addbuttonrecord -- Controls location, appearance and active area of the current button Description void swf_addbuttonrecord ( int states, int shapeid, int depth ) The swf_addbuttonrecord() function allows you to define the specifics of using a button. The first parameter, states , defines what ...
PHP Manual
[ swf_addbuttonrecord php.net ]

PHP Funktion
Hyperwave Functions ( phplist Code 23% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... LV. Hyperwave Functions Einführung Hyperwave has been developed at IICM in Graz. It started with the name Hyper-G and changed to Hyperwave when it was commercialised (in 1996). Hyperwave is not free software. The current version, 5.5 is available at http://www.hyperwave.com/ . A time limited version can be ordered for free (30 days). See also the Hyperwave API module. Hyperwave is an information system similar to a database ( HIS , ...
PHP Manual
[ Hyperwave Functions php.net ]

PHP Funktion
Oracle 8 Funktionen ( phplist Code 23% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...export -- Exports LOB's contents to a file OCI-Lob->flush -- Flushes/writes buffer of the LOB to the server OCI-Lob->free -- Frees resources associated with the LOB descriptor OCI-Lob->getBuffering -- Returns current state of buffering for the large object OCI-Lob->import -- Imports file data to the LOB OCI-Lob->load -- Returns large object's contents OCI-Lob->read -- Reads part of the large object OCI-Lob->rewind -- ...
PHP Manual
[ Oracle 8 Funktionen php.net ]

PHP Funktion
zend_zval_type_name ( phplist Code 23% Relevanz )
Rubrik
API Function and Macro reference (work in progress)
Kurzform
char* zend_zval_type_name ( zval* arg ) zend_zval_type_name() returns the PHP typename for the current value of the zval pointed to by arg.
Vorschau
... zend_zval_type_name -- Returns the PHP type name for a given zval Beschreibung #include <zend_API.h> char* zend_zval_type_name ( zval* arg ) zend_zval_type_name() returns the PHP typename for the current value of the zval pointed to by arg . Parameter Liste arg A pointer to the zval to be examined. Rückgabewerte A pointer to a static PHP typename string. zend_wrong_param_count zval_add_ref...
PHP Manual
[ zend_zval_type_name php.net ]

PHP Funktion
dbplus_last ( phplist Code 22% Relevanz )
Rubrik
DB++ Functions
Kurzform
dbplus_last -- Get last tuple from relation
Vorschau
... sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. dbplus_curr() will read the data for the last tuple for the given relation , make it the current tuple and pass it back as an associative array in tuple . The function will return zero (aka. DBPLUS_ERR_NOERR) on success or a db++ error code on failure. See dbplus_errcode() or the introduction to this chapter for ...
PHP Manual
[ dbplus_last php.net ]

PHP Funktion
DirectoryIterator::getChildren ( phplist Code 22% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
DirectoryIterator::getChildren -- Returns an iterator for the current entry if it is a directory
Vorschau
...DirectoryIterator::getChildren DirectoryIterator::getChildren (no version information, might be only in CVS) DirectoryIterator::getChildren -- Returns an iterator for the current entry if it is a directory Description RecursiveDirectoryIterator DirectoryIterator::getChildren ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ...
PHP Manual
[ DirectoryIterator::getChildren php.net ]

PHP Funktion
imap_thread ( phplist Code 22% Relevanz )
Rubrik
IMAP POP3 und NNTP Funktionen
Kurzform
imap_thread -- Returns a tree of threaded message
Vorschau
... message Description array imap_thread ( resource stream_id [, int options] ) imap_thread() returns an associative array containing a tree of messages threaded by REFERENCES , or FALSE on error. Every message in the current mailbox will be represented by three entries in the resulting array: $thread["XX.num"] - current message number $thread["XX.next"] $thread["XX.branch"] Beispiel 1. imap_thread() Example <?php // Here we're ...
PHP Manual
[ imap_thread php.net ]

PHP Funktion
mb_regex_set_options ( phplist Code 22% Relevanz )
Rubrik
Multibyte String Functions
Kurzform
mb_regex_set_options -- Set/Get the default options for mbregex functions
Vorschau
... ( [string options] ) mb_regex_set_options() sets the default options described by options for multibyte regex functions. Returns the previous options. If options is omitted, it returns the string that describes the current options. See also mb_split() , mb_ereg() and mb_eregi() mb_regex_encoding mb_send_mail...
PHP Manual
[ mb_regex_set_options php.net ]

PHP Funktion
msg_receive ( phplist Code 22% Relevanz )
Rubrik
Semaphor und Shared Memory Funktionen
Kurzform
msg_receive -- Receive a message from a message queue
Vorschau
...not signal an error. Upon successful completion the message queue data structure is updated as follows: msg_lrpid is set to the process-ID of the calling process, msg_qnum is decremented by 1 and msg_rtime is set to the current time. msg_receive() returns TRUE on success or FALSE on failure. If the function fails, the optional errorcode will be set to the value of the system errno variable. See also msg_remove_queue() , msg_send() , ...
PHP Manual
[ msg_receive php.net ]

PHP Funktion
ps_add_note ( phplist Code 22% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_add_note -- Adds note to current page
Vorschau
...ps_add_note ps_add_note (PECL) ps_add_note -- Adds note to current page Beschreibung bool ps_add_note ( resource psdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open ) Adds a note at a certain position on the page. Notes are like ...
PHP Manual
[ ps_add_note php.net ]

PHP Funktion
ps_end_page ( phplist Code 22% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_end_page -- End a page
Vorschau
...ps_end_page ps_end_page (PECL) ps_end_page -- End a page Beschreibung bool ps_end_page ( resource psdoc ) Ends a page which was started with ps_begin_page() . Ending a page will leave the current drawing context, which e.g. requires to reload fonts if they were loading within the page, and to set many other drawing parameters like the line width, or color.. Parameter Liste psdoc Resource identifier of the ...
PHP Manual
[ ps_end_page php.net ]

PHP Funktion
ps_setcolor ( phplist Code 22% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_setcolor -- Sets current color
Vorschau
...ps_setcolor ps_setcolor (PECL) ps_setcolor -- Sets current color Beschreibung bool ps_setcolor ( resource psdoc, string type, string colorspace, float c1, float c2, float c3, float c4 ) Sets the color for drawing, filling, or both. Parameter Liste psdoc Resource identifier of...
PHP Manual
[ ps_setcolor php.net ]

PHP Funktion
session_pgsql_status ( phplist Code 22% Relevanz )
Rubrik
PostgreSQL Session Save Handler
Kurzform
session_pgsql_status -- Get current save handler status
Vorschau
...session_pgsql_status session_pgsql_status (PECL) session_pgsql_status -- Get current save handler status Beschreibung array session_pgsql_status ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. session_pgsql_set_field Session ...
PHP Manual
[ session_pgsql_status php.net ]

PHP Funktion
SimpleXMLIterator::getChildren ( phplist Code 22% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
SimpleXMLIterator::getChildren -- Returns an iterator for the current entry if it is a SimpleXML object
Vorschau
...SimpleXMLIterator::getChildren SimpleXMLIterator::getChildren (no version information, might be only in CVS) SimpleXMLIterator::getChildren -- Returns an iterator for the current entry if it is a SimpleXML object Description object SimpleXMLIterator::getChildren ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ...
PHP Manual
[ SimpleXMLIterator::getChildren php.net ]

PHP Funktion
SimpleXMLIterator::hasChildren ( phplist Code 22% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
SimpleXMLIterator::hasChildren -- Returns whether current entry is a SimpleXML object
Vorschau
...SimpleXMLIterator::hasChildren SimpleXMLIterator::hasChildren (no version information, might be only in CVS) SimpleXMLIterator::hasChildren -- Returns whether current entry is a SimpleXML object Description bool SimpleXMLIterator::hasChildren ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. SimpleXMLIterator::...
PHP Manual
[ SimpleXMLIterator::hasChildren php.net ]

PHP Funktion
spl_classes ( phplist Code 22% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
spl_classes -- Return available SPL classes
Vorschau
...spl_classes spl_classes (PHP 5) spl_classes -- Return available SPL classes Description array spl_classes ( void ) This function returns an array with the current available SPL classes. Beispiel 1. spl_classes() example <?php print_r ( spl_classes ()); ?> Das oben gezeigte Beispiel erzeugteine ähnliche Ausgabe wie: Array( [ArrayObject] => ArrayObject [ArrayIterator] =&#...
PHP Manual
[ spl_classes php.net ]

PHP Funktion
stream_get_meta_data ( phplist Code 22% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_get_meta_data -- Retrieves header/meta data from streams/file pointers
Vorschau
.... Note that for socket streams this member can be TRUE even when unread_bytes is non-zero. To determine if there is more data to be read, use feof() instead of reading this item. unread_bytes (int) - the number of bytes currently contained in the PHP's own internal buffer. Anmerkung: You shouldn't use this value in a script. The following items were added in PHP 4.3: stream_type (string) - a label describing the underlying implementation of ...
PHP Manual
[ stream_get_meta_data php.net ]

PHP Funktion
SWFText->setFont ( phplist Code 22% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFText->setFont -- Sets the current font
Vorschau
...SWFText->setFont setColor"HREF="function.swftext.setcolor.html"> setHeight"HREF="function.swftext.setheight.html"> SWFText->setFont (no version information, might be only in CVS) SWFText->setFont -- Sets the current font Description void swftext->setfont ( string font ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ...
PHP Manual
[ SWFText->setFont php.net ]

PHP Funktion
PDO_OCI DSN ( phplist Code 22% Relevanz )
Rubrik
Oracle Functions (PDO_OCI)
Kurzform
PDO_OCI DSN -- Connecting to Oracle databases
Vorschau
...the form of dbname=// hostname : port-number / database . If you are connecting to a database defined in tnsnames.ora , use only the name of the database: dbname= database . charset The client-side character set for the current environment handle. Beispiele Beispiel 1. PDO_OCI DSN examples The following examples show a PDO_OCI DSN for connecting to Oracle databases: oci:mydboci:dbname=//localhost:1521/mydb Oracle Functions (PDO_OCI) ...
PHP Manual
[ PDO_OCI DSN php.net ]

PHP Funktion
Printing Information ( phplist Code 22% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
...(2, "Entry in first row", "Another entry");php_info_print_table_row(2, "Just to fill", "another row here");php_info_print_table_end(); Execution Information You can also print execution information, such as the current file being executed. The name of the function currently being executed can be retrieved using the function get_active_function_name() . This function returns a pointer to the function name and doesn't accept any ...
PHP Manual
[ Printing Information php.net ]

PHP Funktion
CachingIterator::valid ( phplist Code 21% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
CachingIterator::valid -- Check whether the current element is valid
Vorschau
...CachingIterator::valid CachingIterator::valid (no version information, might be only in CVS) CachingIterator::valid -- Check whether the current element is valid Description bool CachingIterator::valid ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. CachingIterator::__toString ...
PHP Manual
[ CachingIterator::valid php.net ]

PHP Funktion
dbplus_chdir ( phplist Code 21% Relevanz )
Rubrik
DB++ Functions
Kurzform
dbplus_chdir -- Get/Set database virtual current directory
Vorschau
...dbplus_chdir dbplus_chdir (4.1.0 - 4.2.3 only, PECL) dbplus_chdir -- Get/Set database virtual current directory Description string dbplus_chdir ( [string newdir] ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ...
PHP Manual
[ dbplus_chdir php.net ]

PHP Funktion
DirectoryIterator::key ( phplist Code 21% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
DirectoryIterator::key -- Return current dir entry
Vorschau
...DirectoryIterator::key DirectoryIterator::key (no version information, might be only in CVS) DirectoryIterator::key -- Return current dir entry Description string DirectoryIterator::key ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. DirectoryIterator::isWritable DirectoryIterator...
PHP Manual
[ DirectoryIterator::key php.net ]

PHP Funktion
enchant_dict_get_error ( phplist Code 21% Relevanz )
Rubrik
enchant Functions
Kurzform
enchant_dict_get_error -- Returns the last error of the current spelling-session
Vorschau
...enchant_dict_get_error enchant_dict_get_error (PECL) enchant_dict_get_error -- Returns the last error of the current spelling-session Beschreibung string enchant_dict_get_error ( resource dict ) Returns the last error of the current spelling-session Parameter Liste dict Dictinaray resource Rückgabewerte Returns the error message as...
PHP Manual
[ enchant_dict_get_error php.net ]

PHP Funktion
maxdb_commit ( phplist Code 21% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_commit (no version information might be only in CVS)maxdb->commit -- Commits the current transaction
Vorschau
...maxdb_commit maxdb_commit (PECL) maxdb_commit (no version information, might be only in CVS) maxdb->commit -- Commits the current transaction Description Procedural style: bool maxdb_commit ( resource link ) Object oriented style (method) class maxdb { bool commit ( void ) } Commits the current transaction for the database connection specified by ...
PHP Manual
[ maxdb_commit php.net ]

PHP Funktion
money_format ( phplist Code 21% Relevanz )
Rubrik
String-Funktionen
Kurzform
money_format -- Formats a number as a currency string
Vorschau
... below can be used: = f The character = followed by a (single byte) character f to be used as the numeric fill character. The default fill character is space. ^ Disable the use of grouping characters (as defined by the current locale). + or ( Specify the formatting style for positive and negative numbers. If + is used, the locale's equivalent for + and - will be used. If ( is used, negative amounts are enclosed in parenthesis. If no ...
PHP Manual
[ money_format php.net ]

PHP Funktion
nsapi_request_headers ( phplist Code 21% Relevanz )
Rubrik
NSAPI-specific Functions
Kurzform
nsapi_request_headers -- Fetch all HTTP request headers
Vorschau
... nsapi_request_headers (PHP 4 >= 4.3.3, PHP 5) nsapi_request_headers -- Fetch all HTTP request headers Beschreibung array nsapi_request_headers ( void ) nsapi_request_headers() gets all the HTTP headers in the current request. This is only supported when PHP runs as a NSAPI module. Anmerkung: Prior to PHP 4.3.3, getallheaders() was only available for the Apache servers. After PHP 4.3.3, getallheaders() is an alias for ...
PHP Manual
[ nsapi_request_headers php.net ]

PHP Funktion
ob_get_clean ( phplist Code 21% Relevanz )
Rubrik
Funktionen zur Ausgabesteuerung
Kurzform
ob_get_clean -- Get current buffer contents and delete current output buffer
Vorschau
...ob_get_clean ob_get_clean (PHP 4 >= 4.3.0, PHP 5) ob_get_clean -- Get current buffer contents and delete current output buffer Description string ob_get_clean ( void ) This will return the contents of the output buffer and end output buffering. If output buffering isn't active then FALSE is returned. ob_get_clean() essentially ...
PHP Manual
[ ob_get_clean php.net ]

PHP Funktion
ps_get_value ( phplist Code 21% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_get_value -- Gets certain values
Vorschau
...resource psdoc, string name [, float modifier] ) Gets several values which were set by ps_set_value() . Values are by definition float values. The parameter name can have the following values. fontsize The size of the currently active font or the font whose identifier is passed in parameter modifier . font The currently active font itself. imagewidth The width of the image whose id is passed in the parameter modifier . imageheight The ...
PHP Manual
[ ps_get_value php.net ]

PHP Funktion
RecursiveIteratorIterator::getSubIterator ( phplist Code 21% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
RecursiveIteratorIterator::getSubIterator -- The current active sub iterator
Vorschau
...RecursiveIteratorIterator::getSubIterator RecursiveIteratorIterator::getSubIterator (no version information, might be only in CVS) RecursiveIteratorIterator::getSubIterator -- The current active sub iterator Description RecursiveIterator RecursiveIteratorIterator::getSubIterator ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ...
PHP Manual
[ RecursiveIteratorIterator::getSubIterator php.net ]

PHP Funktion
sqlite_popen ( phplist Code 21% Relevanz )
Rubrik
SQLite
Kurzform
sqlite_popen -- Opens a persistent handle to an SQLite database. Will create the database if it does not exist
Vorschau
... and have the database updated by a background process (perhaps via a crontab), and that process re-creates the database by overwriting it (either by unlinking and rebuilding, or moving the updated version to replace the current version), you may experience undefined behaviour when a persistent handle on the old version of the database is recycled. To avoid this situation, have your background processes open the same database file and perform ...
PHP Manual
[ sqlite_popen php.net ]

PHP Funktion
stream_copy_to_stream ( phplist Code 21% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_copy_to_stream -- Copies data from one stream to another
Vorschau
... -- Copies data from one stream to another Beschreibung int stream_copy_to_stream ( resource source, resource dest [, int maxlength [, int offset]] ) Makes a copy of up to maxlength bytes of data from the current position (or from the offset position, if specified) in source to dest . If maxlength is not specified, all remaining content in source will be copied. Parameter Liste source The source stream dest The destination ...
PHP Manual
[ stream_copy_to_stream php.net ]

PHP Funktion
swf_endshape ( phplist Code 21% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_endshape -- Completes the definition of the current shape
Vorschau
...swf_endshape swf_endshape (PHP 4, PECL) swf_endshape -- Completes the definition of the current shape Description void swf_endshape ( void ) The swf_endshape() completes the definition of the current shape. swf_enddoaction swf_endsymbol...
PHP Manual
[ swf_endshape php.net ]

PHP Funktion
SWFShape::drawCubicTo ( phplist Code 21% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFShape::drawCubicTo -- Draws a cubic bezier curve using the current position and the three given points as control points
Vorschau
...SWFShape::drawCubicTo SWFShape::drawCubicTo (no version information, might be only in CVS) SWFShape::drawCubicTo -- Draws a cubic bezier curve using the current position and the three given points as control points Beschreibung int SWFShape::drawCubicTo ( float bx, float by, float cx, float cy, float dx, float dy ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht...
PHP Manual
[ SWFShape::drawCubicTo php.net ]

PHP Funktion
Funktionen zur Ausgabesteuerung ( phplist Code 21% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...) den Ausgabe-Puffer und deaktiviert die Ausgabe-Pufferung ob_end_flush -- Leert (schickt/sendet) den Ausgabe-Puffer und deaktiviert die Ausgabe-Pufferung ob_flush -- Flush (send) the output buffer ob_get_clean -- Get current buffer contents and delete current output buffer ob_get_contents -- Gibt den Inhalt des Ausgabe-Puffers ob_get_flush -- Flush the output buffer, return it as a string and turn off output buffering ob_get_length -- ...
PHP Manual
[ Funktionen zur Ausgabesteuerung php.net ]

PHP Funktion
apd_callstack ( phplist Code 20% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_callstack -- Returns the current call stack as an array
Vorschau
...apd_callstack apd_callstack (no version information, might be only in CVS) apd_callstack -- Returns the current call stack as an array Beschreibung array apd_callstack ( void ) Returns the current call stack as an array Rückgabewerte An array containing the current call stack. Beispiele Beispiel 1. apd_callstack() example <?php print_r ( apd_callstack ()); ?> apd_breakpoint apd_clunk...
PHP Manual
[ apd_callstack php.net ]

PHP Funktion
apd_dump_function_table ( phplist Code 20% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_dump_function_table -- Outputs the current function table
Vorschau
...apd_dump_function_table apd_dump_function_table (no version information, might be only in CVS) apd_dump_function_table -- Outputs the current function table Beschreibung void apd_dump_function_table ( void ) Outputs the current function table. Rückgabewerte No value is returned. Beispiele Beispiel 1. apd_dump_function_table() example <?php ...
PHP Manual
[ apd_dump_function_table php.net ]

PHP Funktion
enchant_broker_describe ( phplist Code 20% Relevanz )
Rubrik
enchant Functions
Kurzform
enchant_broker_describe -- Enumerates the Enchant providers
Vorschau
... Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. List the backends provided by the given broker <?php $r = enchant_broker_init (); $bprovides = enchant_broker_describe ( $r ); echo "Current broker provides the following backend(s):\n" ; print_r ( $bprovides ); ?> Das oben gezeigte Beispiel erzeugteine ähnliche Ausgabe wie: Current broker provides the following backend(s):Array( [0] => Array ( [name...
PHP Manual
[ enchant_broker_describe php.net ]

PHP Funktion
http_send_last_modified ( phplist Code 20% Relevanz )
Rubrik
HTTP Funktionen
Kurzform
http_send_last_modified -- Send Last-Modified
Vorschau
...Modified Beschreibung bool http_send_last_modified ( [int timestamp] ) Send a Last-Modified header with a valid HTTP date. Parameter Liste timestamp a unix timestamp, converted it to a valid HTTP date; if omitted, the current time will be sent Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . http_send_file http_send_status...
PHP Manual
[ http_send_last_modified php.net ]

PHP Funktion
key ( phplist Code 20% Relevanz )
Rubrik
Array Funktionen
Kurzform
key -- Liefert einen Schlüssel eines assoziativen Arrays
Vorschau
...Frucht2' => 'Orange' , 'Frucht3' => 'Grape' , 'Frucht4' => 'Apfel' , 'Frucht5' => 'Apfel' ); // Diese Schleife gibt alle Schlüssel des assoziativen // Arrays aus, deren Wert "Apfel" ist. while ( $fruit_name = current ( $array )) { if ( $fruit_name == 'Apfel' ) { echo key ( $array ). '<br />' ; } next ( $array ); } ?> Siehe auch current() und next() . in_array krsort...
PHP Manual
[ key php.net ]

PHP Funktion
Memcache::set ( phplist Code 20% Relevanz )
Rubrik
Memcache Functions
Kurzform
Memcache::set -- Store data at the server
Vorschau
... MEMCACHE_COMPRESSED to store the item compressed (uses zlib). expire Expiration time of the item. If it's equal to zero, the item will never expire. You can also use unix timestamp or a number of seconds starting from current time, but in the latter case the number of seconds may not exceed 2592000 (30 days). Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. Memcache::set() example <?php /* procedural API...
PHP Manual
[ Memcache::set php.net ]

PHP Funktion
mysqli_commit ( phplist Code 20% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_commit (no version information might be only in CVS)mysqli->commit -- Commits the current transaction
Vorschau
...mysqli_commit mysqli_commit (PHP 5) mysqli_commit (no version information, might be only in CVS) mysqli->commit -- Commits the current transaction Description Procedural style: bool mysqli_commit ( mysqli link ) Object oriented style (method) class mysqli { bool commit ( void ) } Commits the current transaction for the database connection specified by ...
PHP Manual
[ mysqli_commit php.net ]

PHP Funktion
SAMConnection::commit() ( phplist Code 20% Relevanz )
Rubrik
SAM - Simple Asynchronous Messaging
Kurzform
SAMConnection::commit() -- Commits (completes) the current unit of work.
Vorschau
...SAMConnection::commit() SAMConnection::commit() (no version information, might be only in CVS) SAMConnection::commit() -- Commits (completes) the current unit of work. Beschreibung Calling the "commit" method on a Connection object commits (completes) all in-flight transactions that are part of the current unit of work. class SAMConnection { bool commit ( void ) } Rü...
PHP Manual
[ SAMConnection::commit() php.net ]

PHP Funktion
spl_autoload_extensions ( phplist Code 20% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
spl_autoload_extensions -- Register and return default file extensions for spl_autoload
Vorschau
... ( [string file_extensions] ) This function allows to modify and check the file extensions the built in __autoload fallback function spl_autoload will be using. When calling without an argument it simply returns the current list of extensions each separated by comma. To modify the list of file extensions simply invoke the functions with the new list of file extensions to use in a single string with each extensions separated by comma. ...
PHP Manual
[ spl_autoload_extensions php.net ]

PHP Funktion
stream_wrapper_register ( phplist Code 20% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_wrapper_register -- Register a URL wrapper implemented as a PHP class
Vorschau
... resources that were locked or allocated by the stream. string stream_read ( int count ) This method is called in response to fread() and fgets() calls on the stream. You must return up-to count bytes of data from the current read/write position as a string. If there are less than count bytes available, return as many as are available. If no more data is available, return either FALSE or an empty string. You must also update the read/write ...
PHP Manual
[ stream_wrapper_register php.net ]

PHP Funktion
swf_fontslant ( phplist Code 20% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_fontslant -- Set the font slant
Vorschau
...swf_fontslant swf_fontslant (PHP 4, PECL) swf_fontslant -- Set the font slant Description void swf_fontslant ( float slant ) Set the current font slant to the angle indicated by the slant parameter. Positive values create a foward slant, negative values create a negative slant. swf_fontsize swf_fonttracking...
PHP Manual
[ swf_fontslant php.net ]

PHP Funktion
XMLReader->expand() ( phplist Code 20% Relevanz )
Rubrik
XMLReader functions
Kurzform
XMLReader->expand() -- Returns a copy of the current node as a DOM object
Vorschau
...HREF="function.xmlreader-close.html"> getAttribute()"HREF="function.xmlreader-getattribute.html"> XMLReader->expand() (no version information, might be only in CVS) XMLReader->expand() -- Returns a copy of the current node as a DOM object Beschreibung class XMLReader { DOMNode expand ( void ) } This method copies the current node and returns the appropriate DOM object. Rückgabewerte The resulting DOMNode or FALSE on error. ...
PHP Manual
[ XMLReader->expand() php.net ]

PHP Funktion
New Functions ( phplist Code 20% Relevanz )
Rubrik
Migrating from PHP 4 to PHP 5
Kurzform
-----
Vorschau
... and server version (when available) php_check_syntax() - Check the syntax of the specified file php_strip_whitespace() - Return source with stripped comments and whitespace proc_nice() - Change the priority of the current process pspell_config_data_dir() - Change location of language data files pspell_config_dict_dir() - Change location of the main word list setrawcookie() - Send a cookie without URL-encoding the value scandir() - ...
PHP Manual
[ New Functions php.net ]

PHP Funktion
Hyperwave API Functions ( phplist Code 20% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...LVI. Hyperwave API Functions Einführung Hyperwave has been developed at IICM in Graz. It started with the name Hyper-G and changed to Hyperwave when it was commercialised (in 1996). Hyperwave is not free software. The current version, 5.5, is available at http://www.hyperwave.com/ . A time limited version can be ordered for free (30 days). See also the Hyperwave module. Hyperwave is an information system similar to a database ( HIS , ...
PHP Manual
[ Hyperwave API Functions php.net ]

PHP Funktion
ZEND_NUM_ARGS ( phplist Code 20% Relevanz )
Rubrik
API Function and Macro reference (work in progress)
Kurzform
int ZEND_NUM_ARGS ( void ) ZEND_NUM_ARGS() returns the number of arguments that have been passed by the caller of the current PHP function.
Vorschau
...ZEND_NUM_ARGS ZEND_NUM_ARGS ZEND_NUM_ARGS -- ... Beschreibung #include <zend_API.h> int ZEND_NUM_ARGS ( void ) ZEND_NUM_ARGS() returns the number of arguments that have been passed by the caller of the current PHP function. Rückgabewerte Number of arguments passed to the current PHP function. ZEND_NORMALIZE_BOOL ZEND_PUTC...
PHP Manual
[ ZEND_NUM_ARGS php.net ]

PHP Funktion
db2_autocommit ( phplist Code 19% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_autocommit -- Returns or sets the AUTOCOMMIT state for a database connection
Vorschau
...() . value One of the following constants: DB2_AUTOCOMMIT_OFF Turns AUTOCOMMIT off. DB2_AUTOCOMMIT_ON Turns AUTOCOMMIT on. Rückgabewerte When db2_autocommit() receives only the connection parameter, it returns the current state of AUTOCOMMIT for the requested connection as an integer value. A value of 0 indicates that AUTOCOMMIT is off, while a value of 1 indicates that AUTOCOMMIT is on. When db2_autocommit() receives both the connection...
PHP Manual
[ db2_autocommit php.net ]

PHP Funktion
DirectoryIterator::isDot ( phplist Code 19% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
DirectoryIterator::isDot -- Returns true if current entry is '.' or '..'
Vorschau
...DirectoryIterator::isDot DirectoryIterator::isDot (no version information, might be only in CVS) DirectoryIterator::isDot -- Returns true if current entry is '.' or '..' Description bool DirectoryIterator::isDot ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. DirectoryIterator::isDir ...
PHP Manual
[ DirectoryIterator::isDot php.net ]

PHP Funktion
DomElement->tagname() ( phplist Code 19% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
DomElement->tagname() -- Returns the name of the current element
Vorschau
....domelement-set-attribute.html"> add_namespace"HREF="function.domnode-add-namespace.html"> DomElement->tagname() (no version information, might be only in CVS) DomElement->tagname() -- Returns the name of the current element Beschreibung class DomElement { string tagname ( void ) } Returns the name of the current node. Calling this function is the same as accessing the tagname property, or calling DomNode->node_name on the ...
PHP Manual
[ DomElement->tagname() php.net ]

PHP Funktion
imap_get_quota ( phplist Code 19% Relevanz )
Rubrik
IMAP POP3 und NNTP Funktionen
Kurzform
imap_get_quota -- Retrieve the quota level settings and usage statics per mailbox
Vorschau
...string quota_root ) Returns an array with integer values limit and usage for the given mailbox. The value of limit represents the total amount of space allowed for this mailbox. The usage value represents the mailboxes current level of capacity. Will return FALSE in the case of failure. This function is currently only available to users of the c-client2000 or greater library. NOTE: For this function to work, the mail stream is required to be...
PHP Manual
[ imap_get_quota php.net ]

PHP Funktion
maxdb_character_set_name ( phplist Code 19% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_character_set_name (no version information might be only in CVS)maxdb->character_set_name -- Returns the default character set for the database connection
Vorschau
... character set for the database connection Description Procedural style: string maxdb_character_set_name ( resource link ) Object oriented style (method): class maxdb { string character_set_name ( void ) } Returns the current character set for the database connection specified by the link parameter. Return values The default character set for the current connection, either ascii or unicode. See also maxdb_client_encoding() . ...
PHP Manual
[ maxdb_character_set_name php.net ]

PHP Funktion
maxdb_real_escape_string ( phplist Code 19% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_real_escape_string (no version information might be only in CVS)maxdb->real_escape_string -- Escapes special characters in a string for use in a SQL statement taking into account the current charset of the connection
Vorschau
... (PECL) maxdb_real_escape_string (no version information, might be only in CVS) maxdb->real_escape_string -- Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection Description Procedural style: string maxdb_real_escape_string ( resource link, string escapestr ) Object oriented style (method): class maxdb { string real_escape_sring ( string escapestr ) } ...
PHP Manual
[ maxdb_real_escape_string php.net ]

PHP Funktion
mysqli_character_set_name ( phplist Code 19% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_character_set_name (no version information might be only in CVS)mysqli->character_set_name -- Returns the default character set for the database connection
Vorschau
... character set for the database connection Description Procedural style: string mysqli_character_set_name ( mysqli link ) Object oriented style (method): class mysqli { string character_set_name ( void ) } Returns the current character set for the database connection specified by the link parameter. Rückgabewerte The default character set for the current connection Siehe auch mysqli_client_encoding() und mysqli_real_escape_string() . ...
PHP Manual
[ mysqli_character_set_name php.net ]

PHP Funktion
mysqli_real_escape_string ( phplist Code 19% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_real_escape_string (no version information might be only in CVS)mysqli->real_escape_string -- Escapes special characters in a string for use in a SQL statement taking into account the current charset of the connection
Vorschau
... (PHP 5) mysqli_real_escape_string (no version information, might be only in CVS) mysqli->real_escape_string -- Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection Description Procedural style: string mysqli_real_escape_string ( mysqli link, string escapestr ) Object oriented style (both methods are equivalent): class mysqli { string escape_string ( string...
PHP Manual
[ mysqli_real_escape_string php.net ]

PHP Funktion
OCI-Lob->getBuffering ( phplist Code 19% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
OCI-Lob->getBuffering -- Returns current state of buffering for the large object
Vorschau
...OCI-Lob->getBuffering free"HREF="function.oci-lob-free.html"> import"HREF="function.oci-lob-import.html"> OCI-Lob->getBuffering (no version information, might be only in CVS) OCI-Lob->getBuffering -- Returns current state of buffering for the large object Beschreibung class OCI-Lob { bool getBuffering ( void ) } Returns FALSE if buffering for the large object is off and TRUE if buffering is used. Siehe auch OCI-Lob->...
PHP Manual
[ OCI-Lob->getBuffering php.net ]

PHP Funktion
OCI-Lob->setBuffering ( phplist Code 19% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
OCI-Lob->setBuffering -- Changes current state of buffering for the large object
Vorschau
...OCI-Lob->setBuffering seek"HREF="function.oci-lob-seek.html"> size"HREF="function.oci-lob-size.html"> OCI-Lob->setBuffering (no version information, might be only in CVS) OCI-Lob->setBuffering -- Changes current state of buffering for the large object Beschreibung class OCI-Lob { bool setBuffering ( bool on_off ) } lob->setBuffering() sets the buffering for the large object, depending on the value of the on_off parameter. ...
PHP Manual
[ OCI-Lob->setBuffering php.net ]

PHP Funktion
swf_actionplay ( phplist Code 19% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_actionplay -- Start playing the flash movie from the current frame
Vorschau
...swf_actionplay swf_actionplay (PHP 4, PECL) swf_actionplay -- Start playing the flash movie from the current frame Description void swf_actionplay ( void ) Start playing the flash movie from the current frame. swf_actionnextframe swf_actionprevframe...
PHP Manual
[ swf_actionplay php.net ]

PHP Funktion
swf_actionstop ( phplist Code 19% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_actionstop -- Stop playing the flash movie at the current frame
Vorschau
...swf_actionstop swf_actionstop (PHP 4, PECL) swf_actionstop -- Stop playing the flash movie at the current frame Description void swf_actionstop ( void ) Stop playing the flash movie at the current frame. swf_actionsettarget swf_actiontogglequality...
PHP Manual
[ swf_actionstop php.net ]

PHP Funktion
swf_pushmatrix ( phplist Code 19% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_pushmatrix -- Push the current transformation matrix back unto the stack
Vorschau
...swf_pushmatrix swf_pushmatrix (PHP 4, PECL) swf_pushmatrix -- Push the current transformation matrix back unto the stack Description void swf_pushmatrix ( void ) The swf_pushmatrix() function pushes the current transformation matrix back onto the stack. swf_posround swf_removeobject...
PHP Manual
[ swf_pushmatrix php.net ]

PHP Funktion
SWFShape->drawLineTo ( phplist Code 19% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFShape->drawLineTo -- Draws a line
Vorschau
... was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swfshape->setrightfill() draws a line (using the current line style, set by swfshape->setline() ) from the current pen position to point ( x , y ) in the shape's coordinate space. See also swfshape->movepento() , swfshape->drawcurveto() , swfshape->movepen() ...
PHP Manual
[ SWFShape->drawLineTo php.net ]

PHP Funktion
IBM DB2 Cloudscape and Apache Derby Functions ( phplist Code 19% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... ( integer ) Specifies that binary data shall be converted to a NULL value. DB2_SCROLLABLE ( integer ) Specifies a scrollable cursor for a statement resource. This mode enables random access to rows in a result set, but currently is supported only by IBM DB2 Universal Database. DB2_FORWARD_ONLY ( integer ) Specifies a forward-only cursor for a statement resource. This is the default cursor type and is supported on all database servers. ...
PHP Manual
[ IBM DB2 Cloudscape and Apache Derby Functions php.net ]

PHP Funktion
Newt Functions ( phplist Code 19% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- Open a centered window of the specified size newt_checkbox_get_value -- newt_checkbox_set_flags -- newt_checkbox_set_value -- newt_checkbox_tree_add_item -- * newt_checkbox_tree_find_item -- newt_checkbox_tree_get_current -- newt_checkbox_tree_get_entry_value -- newt_checkbox_tree_get_multi_selection -- newt_checkbox_tree_get_selection -- newt_checkbox_tree_multi -- newt_checkbox_tree_set_current -- newt_checkbox_tree_set_entry_value -- ...
PHP Manual
[ Newt Functions php.net ]

PHP Funktion
PHP input/output streams ( phplist Code 19% Relevanz )
Rubrik
List of Supported Protocols/Wrappers
Kurzform
-----
Vorschau
... chain> ( optional ) This parameter takes one or more filternames separated by the pipe character | . <?php /* This will filter the string "Hello World" through the rot13 filter, then write to example.txt in the current directory */ file_put_contents ( "php://filter/write=string.rot13/resource=example.txt" , "Hello World" ); ?> /<filter list to apply to both chains> ( optional ) Any filter lists which are not prefixed ...
PHP Manual
[ PHP input/output streams php.net ]

PHP Funktion
apd_dump_regular_resources ( phplist Code 18% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_dump_regular_resources -- Return all current regular resources as an array
Vorschau
...apd_dump_regular_resources apd_dump_regular_resources (no version information, might be only in CVS) apd_dump_regular_resources -- Return all current regular resources as an array Beschreibung array apd_dump_regular_resources ( void ) Return all current regular resources as an array. Rückgabewerte An array containing the current regular resources. Beispiele ...
PHP Manual
[ apd_dump_regular_resources php.net ]

PHP Funktion
apd_set_session ( phplist Code 18% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_set_session -- Changes or sets the current debugging level
Vorschau
...apd_set_session apd_set_session (no version information, might be only in CVS) apd_set_session -- Changes or sets the current debugging level Beschreibung void apd_set_session ( int debug_level ) This can be used to increase or decrease debugging in a different area of your application. Parameter Liste debug_level An integer which is formed ...
PHP Manual
[ apd_set_session php.net ]

PHP Funktion
CachingIterator::__toString ( phplist Code 18% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
CachingIterator::__toString -- Return the string representation of the current element
Vorschau
...CachingIterator::__toString CachingIterator::__toString (no version information, might be only in CVS) CachingIterator::__toString -- Return the string representation of the current element Description string CachingIterator::__toString ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. CachingIterator::rewind CachingIterator::...
PHP Manual
[ CachingIterator::__toString php.net ]

PHP Funktion
db2_field_width ( phplist Code 18% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_field_width -- Returns the width of the current value of the indicated column in a result set
Vorschau
...db2_field_width db2_field_width (PECL) db2_field_width -- Returns the width of the current value of the indicated column in a result set Beschreibung int db2_field_width ( resource stmt, mixed column ) Returns the width of the current value of the indicated column in a result set. This is the maximum width of...
PHP Manual
[ db2_field_width php.net ]

PHP Funktion
each ( phplist Code 18% Relevanz )
Rubrik
Array Funktionen
Kurzform
each -- Liefert das aktuelle Paar (Schlüssel und Wert) eines Arrays und rückt den Array Cursor vor
Vorschau
... anderen Variable den originalen Arrayzeiger setzt, würde unser obiges Beispiel in eine Endlosschleife geraten, hätten wir $fruit innerhalb der Schleife einer anderen Variable zugeordnet. Siehe auch key() , list() , current() , reset() , next() , prev() und foreach . current end...
PHP Manual
[ each php.net ]

PHP Funktion
enchant_dict_is_in_session ( phplist Code 18% Relevanz )
Rubrik
enchant Functions
Kurzform
enchant_dict_is_in_session -- whether or not 'word' exists in this spelling-session
Vorschau
... (PECL) enchant_dict_is_in_session -- whether or not 'word' exists in this spelling-session Beschreibung bool enchant_dict_is_in_session ( resource dict, string word ) Tells whether or not a word already exists in the current session. Parameter Liste dict Dictionary resource word The word to lookup Rückgabewerte Returns TRUE if the word exists or FALSE Siehe auch enchant_dict_add_to_session() enchant_dict_get_error ...
PHP Manual
[ enchant_dict_is_in_session php.net ]

PHP Funktion
fdf_get_version ( phplist Code 18% Relevanz )
Rubrik
Forms Data Format Funktionen
Kurzform
fdf_get_version -- Gets version number for FDF API or file
Vorschau
... FDF API or file Description string fdf_get_version ( [resource fdf_document] ) This function will return the fdf version for the given fdf_document , or the toolkit API version number if no parameter is given. For the current FDF toolkit 5.0 the API version number is '5.0' and the document version number is either '1.2', '1.3' or '1.4'. See also fdf_set_version() . fdf_get_value fdf_header...
PHP Manual
[ fdf_get_version php.net ]

PHP Funktion
fdf_set_version ( phplist Code 18% Relevanz )
Rubrik
Forms Data Format Funktionen
Kurzform
fdf_set_version -- Sets version number for a FDF file
Vorschau
... fdf_set_version ( resource fdf_document, string version ) This function will set the fdf version for the given fdf_document . Some features supported by this extension are only available in newer fdf versions. For the current FDF toolkit 5.0 version may be either '1.2', '1.3' or '1.4'. See also fdf_get_version() . fdf_set_value Fileinfo Functions...
PHP Manual
[ fdf_set_version php.net ]

PHP Funktion
hw_Modifyobject ( phplist Code 18% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_Modifyobject -- Modifies object record
Vorschau
... of a new value for that attribute would also fail. Setting the value for that attribute to e.g. 0 would not even try to remove it and the addition will work. If you would like to change the attribute 'Name' with the current value 'books' into 'articles' you will have to create two arrays and call hw_modifyobject() . Beispiel 1. modifying an attribute <?php // $connect is an existing connection to the Hyperwave server // $objid is the ID ...
PHP Manual
[ hw_Modifyobject php.net ]

PHP Funktion
maxdb_select_db ( phplist Code 18% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_select_db (no version information might be only in CVS)maxdb->select_db -- Selects the default database for database queries
Vorschau
... style <?php $maxdb = new maxdb ( "localhost" , "MONA" , "RED" , "DEMODB" ); /* check connection */ if ( maxdb_connect_errno ()) { printf ( "Connect failed: %s\n" , maxdb_connect_error ()); exit(); } /* return name of current default database */ if ( $result = $maxdb -> query ( "SELECT SERVERDB FROM USERS WHERE USERNAME='MONA'" )) { $row = $result -> fetch_row (); printf ( "Default database is %s.\n" , $row [ 0 ]); $result -> close...
PHP Manual
[ maxdb_select_db php.net ]

PHP Funktion
maxdb_thread_id ( phplist Code 18% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_thread_id (no version information might be only in CVS)maxdb->thread_id -- Returns the thread ID for the current connection
Vorschau
...maxdb_thread_id maxdb_thread_id (PECL) maxdb_thread_id (no version information, might be only in CVS) maxdb->thread_id -- Returns the thread ID for the current connection Description Procedural style: int maxdb_thread_id ( resource link ) Object oriented style (property): class maxdb { int thread_id } The maxdb_thread_id() function returns the thread ID for the current ...
PHP Manual
[ maxdb_thread_id php.net ]

PHP Funktion
mb_detect_order ( phplist Code 18% Relevanz )
Rubrik
Multibyte String Functions
Kurzform
mb_detect_order -- Set/Get character encoding detection order
Vorschau
... . It returns TRUE for success, FALSE for failure. encoding_list is array or comma separated list of character encoding. ("auto" is expanded to "ASCII, JIS, UTF-8, EUC-JP, SJIS") If encoding_list is omitted, it returns current character encoding detection order as array. This setting affects mb_detect_encoding() and mb_send_mail() . Anmerkung: mbstring currently implements following encoding detection filters. If there is an invalid byte ...
PHP Manual
[ mb_detect_order php.net ]

PHP Funktion
swf_shapemoveto ( phplist Code 18% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_shapemoveto -- Move the current position
Vorschau
...swf_shapemoveto swf_shapemoveto (PHP 4, PECL) swf_shapemoveto -- Move the current position Description void swf_shapemoveto ( float x, float y ) The swf_shapeMoveTo() function moves the current position to the x coordinate given by the x parameter and the y position given by the y parameter. swf_shapelineto swf_showframe...
PHP Manual
[ swf_shapemoveto php.net ]

PHP Funktion
CGI and commandline setups ( phplist Code 18% Relevanz )
Rubrik
Installation auf Unix-Systemen
Kurzform
-----
Vorschau
...to control this time for your own scripts. make bench ignores the configuration file . Anmerkung: make bench is only available for PHP 3. Using Variables Some server supplied environment variables are not defined in the current CGI/1.1 specification . Only the following variables are defined there: AUTH_TYPE , CONTENT_LENGTH , CONTENT_TYPE , GATEWAY_INTERFACE , PATH_INFO , PATH_TRANSLATED , QUERY_STRING , REMOTE_ADDR , REMOTE_HOST , ...
PHP Manual
[ CGI and commandline setups php.net ]

PHP Funktion
OpenBSD installation notes ( phplist Code 18% Relevanz )
Rubrik
Installation auf Unix-Systemen
Kurzform
-----
Vorschau
... hard to generate binary packages using this method, it is now deprecated. You can still use the old stable ports trees if you wish, but they are unsupported by the OpenBSD team. If you have any comments about this, the current maintainer for the port is Anil Madhavapeddy (avsm at openbsd dot org). HP-UX specific installation notes Solaris specific installation tips...
PHP Manual
[ OpenBSD installation notes php.net ]

PHP Funktion
Objektiteration ( phplist Code 18% Relevanz )
Rubrik
Klassen und Objekte (PHP 5)
Kurzform
-----
Vorschau
... { private $var = array(); public function __construct ( $array ) { if ( is_array ( $array )) { $this -> var = $array ; } } public function rewind () { echo "spulen\n" ; reset ( $this -> var ); } public function current () { $var = current ( $this -> var ); echo "aktuell: $var \n " ; return $var ; } public function key () { $var = key ( $this -> var ); echo "key: $var \n " ; return $var ; } public function next () { $var = next...
PHP Manual
[ Objektiteration php.net ]

PHP Funktion
php_stream_seek ( phplist Code 18% Relevanz )
Rubrik
Streams Common API Reference
Kurzform
-----
Vorschau
... position of stream . The new position is determined by adding the offset to the position indicated by whence . If whence is set to SEEK_SET , SEEK_CUR or SEEK_END the offset is relative to the start of the stream, the current position or the end of the stream, respectively. php_stream_seek() returns 0 on success, but -1 if there was an error. Anmerkung: Not all streams support seeking, although the streams API will emulate a seek if whence ...
PHP Manual
[ php_stream_seek php.net ]

PHP Funktion
DomNode->previous_sibling ( phplist Code 17% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
DomNode->previous_sibling -- Returns the previous sibling of node
Vorschau
... information, might be only in CVS) DomNode->previous_sibling -- Returns the previous sibling of node Beschreibung domelement DomNode->previous_sibling ( void ) This function returns the previous sibling of the current node. If there is no previous sibling it returns FALSE (< 4.3) or NULL (>= 4.3). You can use this function to iterate over all children of a node as shown in the example. See also domnode_next_sibling() . ...
PHP Manual
[ DomNode->previous_sibling php.net ]

PHP Funktion
get_include_path ( phplist Code 17% Relevanz )
Rubrik
PHP Optionen & Informationen
Kurzform
get_include_path -- Gets the current include_path configuration option
Vorschau
...get_include_path get_include_path (PHP 4 >= 4.3.0, PHP 5) get_include_path -- Gets the current include_path configuration option Description string get_include_path ( void ) Gets the current include_path configuration option value. Beispiel 1. get_include_path() example <?php // Works as of PHP 4.3.0 echo get_include_path (); // Works in all PHP versions echo ini_get ( 'include_path' ); ?> See also ...
PHP Manual
[ get_include_path php.net ]

PHP Funktion
idate ( phplist Code 17% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
idate -- Format a local time/date as integer
Vorschau
... (PHP 5) idate -- Format a local time/date as integer Beschreibung int idate ( string format [, int timestamp] ) Returns a number formatted according to the given format string using the given integer timestamp or the current local time if no timestamp is given. In other words, timestamp is optional and defaults to the value of time() . Unlike the function date() , idate() accepts just one char in the format parameter. Parameter Liste ...
PHP Manual
[ idate php.net ]

PHP Funktion
maxdb_change_user ( phplist Code 17% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_change_user (no version information might be only in CVS)maxdb->change_user -- Changes the user of the specified database connection
Vorschau
...): class maxdb { bool change_user ( string user, string password, string database ) } maxdb_change_user() is used to change the user of the specified database connection as given by the link parameter and to set the current database to that specified by the database parameter. In order to successfully change users a valid username and password parameters must be provided and that user must have sufficient permissions to access the desired ...
PHP Manual
[ maxdb_change_user php.net ]

PHP Funktion
maxdb_field_tell ( phplist Code 17% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_field_tell (no version information might be only in CVS)result->current_field -- Get current field offset of a result pointer
Vorschau
...maxdb_field_tell maxdb_field_tell (PECL) maxdb_field_tell (no version information, might be only in CVS) result->current_field -- Get current field offset of a result pointer Description Procedural style: int maxdb_field_tell ( resource result ) Object oriented style (property): class result { int current_field } Returns the position of the field cursor used ...
PHP Manual
[ maxdb_field_tell php.net ]

PHP Funktion
mysqli_autocommit ( phplist Code 17% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_autocommit (no version information might be only in CVS)mysqli->autocommit -- Turns on or off auto-commiting database modifications
Vorschau
... on or off auto-commit mode on queries for the database connection represented by the link object. Anmerkung: mysqli_autocommit() doesn't work with non transactional table types (like MyISAM or ISAM). To determine the current state of autocommit use the SQL command 'SELECT @@autocommit'. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Siehe auch mysqli_commit() und mysqli_rollback() . Beispiele Beispiel 1. Object oriented style &...
PHP Manual
[ mysqli_autocommit php.net ]

PHP Funktion
mysqli_field_tell ( phplist Code 17% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_field_tell (no version information might be only in CVS)result->current_field -- Get current field offset of a result pointer
Vorschau
...mysqli_field_tell mysqli_field_tell (PHP 5) mysqli_field_tell (no version information, might be only in CVS) result->current_field -- Get current field offset of a result pointer Description Procedural style: int mysqli_field_tell ( mysqli_result result ) Object oriented style (property): class mysqli_result { int current_field } Returns the position of the field ...
PHP Manual
[ mysqli_field_tell php.net ]

PHP Funktion
mysqli_select_db ( phplist Code 17% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_select_db (no version information might be only in CVS)mysqli->select_db -- Selects the default database for database queries
Vorschau
... $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "test" ); /* check connection */ if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* return name of current default database */ if ( $result = $mysqli -> query ( "SELECT DATABASE()" )) { $row = $result -> fetch_row (); printf ( "Default database is %s.\n" , $row [ 0 ]); $result -> close (); } /* change db to world db...
PHP Manual
[ mysqli_select_db php.net ]

PHP Funktion
mysqli_thread_id ( phplist Code 17% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_thread_id (no version information might be only in CVS)mysqli->thread_id -- Returns the thread ID for the current connection
Vorschau
...mysqli_thread_id mysqli_thread_id (PHP 5) mysqli_thread_id (no version information, might be only in CVS) mysqli->thread_id -- Returns the thread ID for the current connection Description Procedural style: int mysqli_thread_id ( mysqli link ) Object oriented style (property): class mysqli { int thread_id } The mysqli_thread_id() function returns the thread ID for the current ...
PHP Manual
[ mysqli_thread_id php.net ]

PHP Funktion
oci_bind_by_name ( phplist Code 17% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
oci_bind_by_name -- Binds the PHP variable to the Oracle placeholder
Vorschau
... for input or output will be determined at run-time and the necessary storage space will be allocated. The length parameter sets the maximum length for the bind. If you set length to -1 oci_bind_by_name() will use the current length of variable to set the maximum length. If you need to bind an abstract datatype (LOB/ROWID/BFILE) you need to allocate it first using the oci_new_descriptor() function. The length is not used for abstract ...
PHP Manual
[ oci_bind_by_name php.net ]

PHP Funktion
OCI-Lob->seek ( phplist Code 17% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
OCI-Lob->seek -- Sets the internal pointer of the large object
Vorschau
...Parameter offset indicates the amount of bytes, on which internal pointer should be moved from the position, pointed by whence : OCI_SEEK_SET - sets the position equal to offset OCI_SEEK_CUR - adds offset bytes to the current position OCI_SEEK_END - adds offset bytes to the end of large object (use negative value to move to a position before the end of large object) Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Parameter Liste offset ...
PHP Manual
[ OCI-Lob->seek php.net ]

PHP Funktion
OCI-Lob->tell ( phplist Code 17% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
OCI-Lob->tell -- Returns current position of internal pointer of large object
Vorschau
...OCI-Lob->tell size"HREF="function.oci-lob-size.html"> truncate"HREF="function.oci-lob-truncate.html"> OCI-Lob->tell (no version information, might be only in CVS) OCI-Lob->tell -- Returns current position of internal pointer of large object Beschreibung class OCI-Lob { int tell ( void ) } Returns current position of a LOB's internal pointer or FALSE if an error occurred. Siehe auch OCI-Lob->rewind OCI-Lob...
PHP Manual
[ OCI-Lob->tell php.net ]

PHP Funktion
ps_get_parameter ( phplist Code 17% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_get_parameter -- Gets certain parameters
Vorschau
.... Parameters are by definition string values. This function cannot be used to retrieve resources which were also set by ps_set_parameter() . The parameter name can have the following values. fontname The name of the currently active font or the font whose identifier is passed in parameter modifier . fontencoding The encoding of the currently active font. dottedversion The version of the underlying pslib library in the format <major&#...
PHP Manual
[ ps_get_parameter php.net ]

PHP Funktion
ps_makespotcolor ( phplist Code 17% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_makespotcolor -- Create spot color
Vorschau
...ps_makespotcolor ps_makespotcolor (PECL) ps_makespotcolor -- Create spot color Beschreibung int ps_makespotcolor ( resource psdoc, string name [, float reserved] ) Creates a spot color from the current fill color. The fill color must be defined in rgb, cmyk or gray colorspace. The spot color name can be an arbitrary name. A spot color can be set as any color with ps_setcolor() . When the document is not printed but ...
PHP Manual
[ ps_makespotcolor php.net ]

PHP Funktion
swf_fonttracking ( phplist Code 17% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_fonttracking -- Set the current font tracking
Vorschau
...swf_fonttracking swf_fonttracking (PHP 4, PECL) swf_fonttracking -- Set the current font tracking Description void swf_fonttracking ( float tracking ) Set the font tracking to the value specified by the tracking parameter. This function is used to increase the spacing between letters and text, positive...
PHP Manual
[ swf_fonttracking php.net ]

PHP Funktion
swf_modifyobject ( phplist Code 17% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_modifyobject -- Modify an object
Vorschau
... object at the specified depth, depth . The parameter how determines what is updated. how can either be the constant MOD_MATRIX or MOD_COLOR or it can be a combination of both (MOD_MATRIX|MOD_COLOR). MOD_COLOR uses the current mulcolor (specified by the function swf_mulcolor() ) and addcolor (specified by the function swf_addcolor() ) to color the object. MOD_MATRIX uses the current matrix to position the object. swf_lookat swf_mulcolor...
PHP Manual
[ swf_modifyobject php.net ]

PHP Funktion
sybase_select_db ( phplist Code 17% Relevanz )
Rubrik
Sybase Funktionen
Kurzform
sybase_select_db -- Selects a Sybase database
Vorschau
...sybase_select_db sybase_select_db (PHP 3, PHP 4, PHP 5) sybase_select_db -- Selects a Sybase database Description bool sybase_select_db ( string database_name [, resource link_identifier] ) sybase_select_db() sets the current active database on the server that's associated with the specified link identifier. If no link identifier is specified, the last opened link is assumed. If no link is open, the function will try to establish a link as if...
PHP Manual
[ sybase_select_db php.net ]

PHP Funktion
win32_ps_stat_mem ( phplist Code 17% Relevanz )
Rubrik
win32ps Functions
Kurzform
win32_ps_stat_mem -- Stat memory utilization
Vorschau
...Beschreibung array win32_ps_stat_mem ( void ) Retrieves statistics about the global memory utilization. Rückgabewerte Returns FALSE on failure, or an array consisting of the following information on success: load The current memory load in percent of physical memory. unit This is always 1024, and indicates that the following values are the count of 1024 bytes. total_phys The amount of total physical memory. avail_phys The amount of still ...
PHP Manual
[ win32_ps_stat_mem php.net ]

PHP Funktion
win32ps Functions ( phplist Code 17% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... You can download php_win32ps.dll from pecl4win.php.net . Copy the php_win32ps.dll into your extension_dir . Load the extension from your php.ini extension=php_win32ps.dll Beispiele Beispiel 1. Statistics about the current PHP process <?php print_r ( win32_ps_stat_proc ()); /* Array ( [pid] => 936 [exe] => D:\Daten\Source\php-5.1\Debug_TS\php.exe [mem] => Array ( [page_fault_count] => 2062 [peak_working_set_size] => ...
PHP Manual
[ win32ps Functions php.net ]

PHP Funktion
DirectoryIterator::getFilename ( phplist Code 16% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
DirectoryIterator::getFilename -- Return filename of current dir entry
Vorschau
...DirectoryIterator::getFilename DirectoryIterator::getFilename (no version information, might be only in CVS) DirectoryIterator::getFilename -- Return filename of current dir entry Description string DirectoryIterator::getFilename ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. DirectoryIterator::getChildren ...
PHP Manual
[ DirectoryIterator::getFilename php.net ]

PHP Funktion
DirectoryIterator::getPathname ( phplist Code 16% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
DirectoryIterator::getPathname -- Return path and filename of current dir entry
Vorschau
...DirectoryIterator::getPathname DirectoryIterator::getPathname (no version information, might be only in CVS) DirectoryIterator::getPathname -- Return path and filename of current dir entry Description string DirectoryIterator::getPathname ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. DirectoryIterator::getPath ...
PHP Manual
[ DirectoryIterator::getPathname php.net ]

PHP Funktion
DOMElement->getAttribute() ( phplist Code 16% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMElement->getAttribute() -- Returns value of attribute
Vorschau
..., might be only in CVS) DOMElement->getAttribute() -- Returns value of attribute Beschreibung class DOMElement { string getAttribute ( string name ) } Gets the value of the attribute with name name for the current node. Parameter Liste name The name of the attribute. Rückgabewerte The value of the attribute, or an empty string if no attribute with the given name is found. Siehe auch DOMElement->hasAttribute() DOMElement-&#...
PHP Manual
[ DOMElement->getAttribute() php.net ]

PHP Funktion
DomElement->get_attribute() ( phplist Code 16% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
DomElement->get_attribute() -- Returns the value of the given attribute
Vorschau
..., might be only in CVS) DomElement->get_attribute() -- Returns the value of the given attribute Beschreibung class DomElement { string get_attribute ( string name ) } Returns the value of the given attribute in the current element. Since PHP 4.3, if no attribute with given name is found, an empty string is returned. Parameter Liste name The name of the seeked attribute. This parameter is case sensitive. Rückgabewerte Returns the name ...
PHP Manual
[ DomElement->get_attribute() php.net ]

PHP Funktion
DomElement->has_attribute() ( phplist Code 16% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
DomElement->has_attribute() -- Checks to see if an attribute exists in the current node
Vorschau
...()"HREF="function.domelement-remove-attribute.html"> DomElement->has_attribute() (no version information, might be only in CVS) DomElement->has_attribute() -- Checks to see if an attribute exists in the current node Beschreibung class DomElement { bool has_attribute ( string name ) } This functions checks to see if an attribute named name exists in the current node. Parameter Liste name The name of the tested attribute. Rü...
PHP Manual
[ DomElement->has_attribute() php.net ]

PHP Funktion
imap_get_quotaroot ( phplist Code 16% Relevanz )
Rubrik
IMAP POP3 und NNTP Funktionen
Kurzform
imap_get_quotaroot -- Retrieve the quota settings per user
Vorschau
... resource name, and a corresponding array with the usage and limit values within. The limit value represents the total amount of space allowed for this user's total mailbox usage. The usage value represents the user's current total mailbox capacity. This function will return FALSE in the case of call failure, and an array of information about the connection upon an un-parsable response from the server. This function is currently only ...
PHP Manual
[ imap_get_quotaroot php.net ]

PHP Funktion
maxdb_fetch_object ( phplist Code 16% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_fetch_object (no version information might be only in CVS)result->fetch_object -- Returns the current row of a result set as an object
Vorschau
...maxdb_fetch_object maxdb_fetch_object (PECL) maxdb_fetch_object (no version information, might be only in CVS) result->fetch_object -- Returns the current row of a result set as an object Description Procedural style: object maxdb_fetch_object ( object result ) Object oriented style (method): class result { object fetch_object ( void ) } The maxdb_fetch_object() will ...
PHP Manual
[ maxdb_fetch_object php.net ]

PHP Funktion
mysqli_change_user ( phplist Code 16% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_change_user (no version information might be only in CVS)mysqli->change_user -- Changes the user of the specified database connection
Vorschau
...): class mysqli { bool change_user ( string user, string password, string database ) } mysqli_change_user() is used to change the user of the specified database connection as given by the link parameter and to set the current database to that specified by the database parameter. If desired, the NULL value may be passed in place of the database parameter resulting in only changing the user and not selecting a database. To select a database in...
PHP Manual
[ mysqli_change_user php.net ]

PHP Funktion
mysqli_set_charset ( phplist Code 16% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_set_charset (no version information might be only in CVS)mysqli->set_charset -- Sets the default client character set
Vorschau
...: %s\n" , mysqli_connect_error ()); exit(); } /* change character set to utf8 */ if (! $mysqli -> set_charset ( "utf8" )) { printf ( "Error loading character set utf8: %s\n" , $mysqli -> error ); } else { printf ( "Current character set: %s\n" , $mysqli -> character_set_name ()); } $mysqli -> close (); ?> Beispiel 2. Procedural style <?php $link = mysqli_connect ( 'localhost' , 'my_user' , 'my_password' , 'test' ); /* check ...
PHP Manual
[ mysqli_set_charset php.net ]

PHP Funktion
newt_pop_help_line ( phplist Code 16% Relevanz )
Rubrik
Newt Functions
Kurzform
newt_pop_help_line -- Replaces the current help line with the one from the stack
Vorschau
...newt_pop_help_line newt_pop_help_line (PECL) newt_pop_help_line -- Replaces the current help line with the one from the stack Beschreibung void newt_pop_help_line ( void ) Replaces the current help line with the one from the stack. Anmerkung: It's important not to call to newt_pop_help_line() more than newt_push_help_line() . Siehe auch newt_push_help_line() newt_open_window newt_pop_window...
PHP Manual
[ newt_pop_help_line php.net ]

PHP Funktion
swf_shapelinesolid ( phplist Code 16% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_shapelinesolid -- Set the current line style
Vorschau
...swf_shapelinesolid swf_shapelinesolid (PHP 4, PECL) swf_shapelinesolid -- Set the current line style Description void swf_shapelinesolid ( float r, float g, float b, float a, float width ) The swf_shapeLineSolid() function sets the current line style to the color of the rgba parameters and width to the width...
PHP Manual
[ swf_shapelinesolid php.net ]

PHP Funktion
win32_ps_stat_proc ( phplist Code 16% Relevanz )
Rubrik
win32ps Functions
Kurzform
win32_ps_stat_proc -- Stat process
Vorschau
...Stat process Beschreibung array win32_ps_stat_proc ( [int pid] ) Retrieves statistics about the process with the process id pid . Parameter Liste pid The process id of the process to stat. If omitted, the id of the current process. Rückgabewerte Returns FALSE on failure, or an array consisting of the following information on success: pid The process id. exe The path to the executable image. mem An array containing information about ...
PHP Manual
[ win32_ps_stat_proc php.net ]

PHP Funktion
PostgreSQL Session Save Handler ( phplist Code 16% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... and last error message session_pgsql_get_field -- Get custom field value session_pgsql_reset -- Reset connection to session database servers session_pgsql_set_field -- Set custom field value session_pgsql_status -- Get current save handler status sesam_settransaction session_pgsql_add_error...
PHP Manual
[ PostgreSQL Session Save Handler php.net ]

PHP Funktion
DOMElement->getAttributeNode() ( phplist Code 15% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMElement->getAttributeNode() -- Returns attribute node
Vorschau
..., might be only in CVS) DOMElement->getAttributeNode() -- Returns attribute node Beschreibung class DOMElement { DOMAttr getAttributeNode ( string name ) } Returns the attribute node with name name for the current element. Parameter Liste name The name of the attribute. Rückgabewerte The attribute node. Siehe auch DOMElement->hasAttribute() DOMElement->setAttributeNode() DOMElement->removeAttributeNode() ...
PHP Manual
[ DOMElement->getAttributeNode() php.net ]

PHP Funktion
DOMElement->getAttributeNS() ( phplist Code 15% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMElement->getAttributeNS() -- Returns value of attribute
Vorschau
...Returns value of attribute Beschreibung class DOMElement { string getAttributeNS ( string namespaceURI, string localName ) } Gets the value of the attribute in namespace namespaceURI with local name localName for the current node. Parameter Liste namespaceURI The namespace URI. localName The local name. Rückgabewerte The value of the attribute, or an empty string if no attribute with the given localName and namespaceURI is found. Siehe ...
PHP Manual
[ DOMElement->getAttributeNS() php.net ]

PHP Funktion
DomElement->remove_attribute() ( phplist Code 15% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
DomElement->remove_attribute() -- Removes attribute
Vorschau
...() (no version information, might be only in CVS) DomElement->remove_attribute() -- Removes attribute Beschreibung class DomElement { bool remove_attribute ( string name ) } Removes an attribute from the current DomElement node. Parameter Liste name The name of the attribute to remove. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Migrating to PHP 5 Use DOMElement->removeAttribute() . DomElement->...
PHP Manual
[ DomElement->remove_attribute() php.net ]

PHP Funktion
geoip_database_info ( phplist Code 15% Relevanz )
Rubrik
GeoIP Functions
Kurzform
geoip_database_info -- Get GeoIP Database information
Vorschau
... constants defined with this extension (ie: GEOIP_*_EDITION). Rückgabewerte Returns the corresponding database version, or NULL on error. Beispiele Beispiel 1. A geoip_region_by_name() example This will output the current database version string. <?php print geoip_database_info ( GEOIP_COUNTRY_EDITION ); ?> Das oben gezeigte Beispiel erzeugt folgendeAusgabe: GEO-106FREE 20060801 Build 1 Copyright (c) 2006 MaxMind LLC All Rights ...
PHP Manual
[ geoip_database_info php.net ]

PHP Funktion
i18n_loc_get_default ( phplist Code 15% Relevanz )
Rubrik
Unicode Functions
Kurzform
i18n_loc_get_default -- Get the default Locale
Vorschau
...void ) This function returns the default Locale, which is used by PHP to localize certain features. Please note that this isn't influenced by setlocale() or the system settings. Rückgabewerte Returns a string with the current Locale. Beispiele Beispiel 1. A i18n_loc_get_default() example <?php // get the default Locale echo i18n_loc_get_default (); //set a new Locale... i18n_loc_set_default ( 'pt_PT' ); // ... and print it echo ...
PHP Manual
[ i18n_loc_get_default php.net ]

PHP Funktion
mb_encode_mimeheader ( phplist Code 15% Relevanz )
Rubrik
Multibyte String Functions
Kurzform
mb_encode_mimeheader -- Encode string for MIME header
Vorschau
... by the MIME header encoding scheme. Returns a converted version of the string represented in ASCII. charset specifies the name of the character set in which str is represented in. The default value is determined by the current NLS setting ( mbstring.language ). transfer_encoding specifies the scheme of MIME encoding. It should be either "B" (Base64) or "Q" (Quoted-Printable). Falls back to "B" if not given. linefeed specifies the EOL (end-of...
PHP Manual
[ mb_encode_mimeheader php.net ]

PHP Funktion
mb_internal_encoding ( phplist Code 15% Relevanz )
Rubrik
Multibyte String Functions
Kurzform
mb_internal_encoding -- Set/Get internal character encoding
Vorschau
... -- Set/Get internal character encoding Description mixed mb_internal_encoding ( [string encoding] ) mb_internal_encoding() sets internal character encoding to encoding If parameter is omitted, it returns current internal encoding. encoding is used for HTTP input character encoding conversion, HTTP output character encoding conversion and default character encoding for string functions defined by mbstring module. encoding : ...
PHP Manual
[ mb_internal_encoding php.net ]

PHP Funktion
mysqli_fetch_object ( phplist Code 15% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_fetch_object (no version information might be only in CVS)result->fetch_object -- Returns the current row of a result set as an object
Vorschau
...mysqli_fetch_object mysqli_fetch_object (PHP 5) mysqli_fetch_object (no version information, might be only in CVS) result->fetch_object -- Returns the current row of a result set as an object Description Procedural style: object mysqli_fetch_object ( mysqli_result result [, string class_name [, array params]] ) Object oriented style (method): class mysqli_result { object ...
PHP Manual
[ mysqli_fetch_object php.net ]

PHP Funktion
newt_push_help_line ( phplist Code 15% Relevanz )
Rubrik
Newt Functions
Kurzform
newt_push_help_line -- Saves the current help line on a stack and displays the new line
Vorschau
...newt_push_help_line newt_push_help_line (PECL) newt_push_help_line -- Saves the current help line on a stack, and displays the new line Beschreibung void newt_push_help_line ( [string text] ) Saves the current help line on a stack, and displays the new line. Parameter Liste text New help text message Anmerkung: If not specified, the help line is cleared. Siehe auch newt_pop_help_line() newt_pop_window ...
PHP Manual
[ newt_push_help_line php.net ]

PHP Funktion
PDOStatement->getAttribute() ( phplist Code 15% Relevanz )
Rubrik
PDO-Funktionen
Kurzform
PDOStatement->getAttribute() -- Retrieve a statement attribute
Vorschau
... version information, might be only in CVS) PDOStatement->getAttribute() -- Retrieve a statement attribute Beschreibung class PDOStatement { mixed getAttribute ( int attribute ) } Gets an attribute of the statement. Currently, no generic attributes exist but only driver specific: PDO::ATTR_CURSOR_NAME (Firebird and ODBC specific): Get the name of cursor for UPDATE ... WHERE CURRENT OF . Rückgabewerte Returns the attribute value. Siehe auch...
PHP Manual
[ PDOStatement->getAttribute() php.net ]

PHP Funktion
PDOStatement->setAttribute() ( phplist Code 15% Relevanz )
Rubrik
PDO-Funktionen
Kurzform
PDOStatement->setAttribute() -- Set a statement attribute
Vorschau
... information, might be only in CVS) PDOStatement->setAttribute() -- Set a statement attribute Beschreibung class PDOStatement { bool setAttribute ( int attribute, mixed value ) } Sets an attribute on the statement. Currently, no generic attributes are set but only driver specific: PDO::ATTR_CURSOR_NAME (Firebird and ODBC specific): Set the name of cursor for UPDATE ... WHERE CURRENT OF . Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall ...
PHP Manual
[ PDOStatement->setAttribute() php.net ]

PHP Funktion
ps_arc ( phplist Code 15% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_arc -- Draws an arc counterclockwise
Vorschau
...Draws a portion of a circle with at middle point at ( x , y ). The arc starts at an angle of alpha and ends at an angle of beta . It is drawn counterclockwise (use ps_arcn() to draw clockwise). The subpath added to the current path starts on the arc at angle alpha and ends on the arc at angle beta . Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . x The x-coordinate of the circle's middle point. y ...
PHP Manual
[ ps_arc php.net ]

PHP Funktion
SWFShape::drawCubic ( phplist Code 15% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFShape::drawCubic -- Draws a cubic bezier curve using the current position and the three given points as control points
Vorschau
...SWFShape::drawCubic SWFShape::drawCubic (no version information, might be only in CVS) SWFShape::drawCubic -- Draws a cubic bezier curve using the current position and the three given points as control points Beschreibung int SWFShape::drawCubic ( float bx, float by, float cx, float cy, float dx, float dy ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht ...
PHP Manual
[ SWFShape::drawCubic php.net ]

PHP Funktion
Funktionen zur Programmausführung ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... Ausgabe an proc_close -- Close a process opened by proc_open() and return the exit code of that process. proc_get_status -- Get information about a process opened by proc_open() proc_nice -- Change the priority of the current process proc_open -- Execute a command and open file pointers for input/output proc_terminate -- Kills a process opened by proc_open shell_exec -- Execute command via shell and return the complete output as a string ...
PHP Manual
[ Funktionen zur Programmausführung php.net ]

PHP Funktion
PHP Optionen & Informationen ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...eine Bedingung oder Abfrage FALSE ist dl -- Lädt eine PHP-Erung (Extension) zur Laufzeit extension_loaded -- Zeigt an, ob eine Bibliothek geladen wurde get_cfg_var -- Zeigt den Wert einer Option der PHP-Konfiguration get_current_user -- Den Besitzer des aktuellen PHP-Scripts anzeigen. get_defined_constants -- Returns an associative array with the names of all the constants and their values get_extension_funcs -- Stellt ein Array mit den Namen ...
PHP Manual
[ PHP Optionen & Informationen php.net ]

PHP Funktion
MaxDB PHP Extension ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... change_user - changes the user of the specified database connection character_set_name - returns the default character set for the database connection close - closes a previously opened connection commit - commits the current transaction connect - opens a new connection to MaxDB database server debug - performs debugging operations dump_debug_info - dumps debug information get_client_info - returns client version get_host_info - returns type ...
PHP Manual
[ MaxDB PHP Extension php.net ]

PHP Funktion
SQLite ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...Resource Typen Die SQLite-Extension nutz zwei verschiedene Resource-Typen. Der erste die die Datenbankverbindung, der zweite das Abfrageergebnis. Vordefinierte Konstanten Die Funktionen sqlite_fetch_array() und sqlite_current() nutzen eine Konstante für die unterschiedlichen Varianten von Ergebnis-Arrays. Die folgenden Konstanten sind definiert: Tabelle 1. SQLite Fetch Konstanten Konstante Bedeutung SQLITE_ASSOC Die Spalten werden in einem ...
PHP Manual
[ SQLite php.net ]

PHP Funktion
XMLWriter Functions ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... style or a procedural one. Every method documented describes the alternative procedural call. Vordefinierte Klassen XMLWriter Methoden XMLWriter->endAttribute() - End attribute XMLWriter->endCData() - End current CDATA XMLWriter->endComment() - Create end comment XMLWriter->endDocument() - End current document XMLWriter->endDTDAttlist() - End current DTD AttList XMLWriter->endDTDElement() - End current DTD element...
PHP Manual
[ XMLWriter Functions php.net ]

PHP Funktion
ZEND_WRONG_PARAM_COUNT_WITH_RETVAL ( phplist Code 15% Relevanz )
Rubrik
API Function and Macro reference (work in progress)
Kurzform
-----
Vorschau
... returns its parameter to the calling function. The macro automaticly puts the right function name and class name (if needed) into the error message. The return_value parameter is returned to the calling function of the current one. ZEND_WRONG_PARAM_COUNT_WITH_RETVAL() is actually a convenience wrapper for zend_wrong_param_count() . ZEND_WRITE ZEND_WRONG_PARAM_COUNT...
PHP Manual
[ ZEND_WRONG_PARAM_COUNT_WITH_RETVAL php.net ]

PHP Funktion
apd_get_active_symbols ( phplist Code 14% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_get_active_symbols -- Get an array of the current variables names in the local scope
Vorschau
...apd_get_active_symbols apd_get_active_symbols (no version information, might be only in CVS) apd_get_active_symbols -- Get an array of the current variables names in the local scope Beschreibung array apd_get_active_symbols ( void ) Returns the names of all the variables defined in the active scope, (not their values). Rückgabewerte A multidimensional array with ...
PHP Manual
[ apd_get_active_symbols php.net ]

PHP Funktion
DOMElement->getAttributeNodeNS() ( phplist Code 14% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMElement->getAttributeNodeNS() -- Returns attribute node
Vorschau
...() -- Returns attribute node Beschreibung class DOMElement { DOMAttr getAttributeNodeNS ( string namespaceURI, string localName ) } Returns the attribute node in namespace namespaceURI with local name localName for the current node. Parameter Liste namespaceURI The namespace URI. localName The local name. Rückgabewerte The attribute node. Siehe auch DOMElement->hasAttributeNS() DOMElement->setAttributeNodeNS() DOMElement->...
PHP Manual
[ DOMElement->getAttributeNodeNS() php.net ]

PHP Funktion
DomElement->get_attribute_node() ( phplist Code 14% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
DomElement->get_attribute_node() -- Returns the node of the given attribute
Vorschau
... in CVS) DomElement->get_attribute_node() -- Returns the node of the given attribute Beschreibung class DomElement { DomAttribute get_attribute_node ( string name ) } Returns the node of the given attribute in the current element. Parameter Liste name The name of the seeked attribute. This parameter is case sensitive. Rückgabewerte Returns the node of the attribute as a DomAttribute or FALSE if no attribute with the given name is found...
PHP Manual
[ DomElement->get_attribute_node() php.net ]

PHP Funktion
hw_Info ( phplist Code 14% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_Info -- Info about connection
Vorschau
...hw_Info hw_Info (PHP 3 >= 3.0.3, PHP 4, PECL) hw_Info -- Info about connection Description string hw_info ( int connection ) Returns information about the current connection. The returned string has the following format: <Serverstring>, <Host>, <Port>, <Username>, <Port of Client>, <Byte swapping> hw_InCollections hw_InsColl...
PHP Manual
[ hw_Info php.net ]

PHP Funktion
ps_clip ( phplist Code 14% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_clip -- Clips drawing to current path
Vorschau
...ps_clip ps_clip (PECL) ps_clip -- Clips drawing to current path Beschreibung bool ps_clip ( resource psdoc ) Takes the current path and uses it to define the border of a clipping area. Everything drawn outside of that area will not be visible. Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . Rü...
PHP Manual
[ ps_clip php.net ]

PHP Funktion
ps_save ( phplist Code 14% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_save -- Save current context
Vorschau
...ps_save ps_save (PECL) ps_save -- Save current context Beschreibung bool ps_save ( resource psdoc ) Saves the current graphics context, containing colors, translation and rotation settings and some more. A saved context can be restored with ps_restore() . Parameter Liste psdoc Resource identifier of the postscript file as returned by ...
PHP Manual
[ ps_save php.net ]

PHP Funktion
SimpleXMLIterator::key ( phplist Code 14% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
SimpleXMLIterator::key -- Return current SimpleXML key
Vorschau
...SimpleXMLIterator::key SimpleXMLIterator::key (no version information, might be only in CVS) SimpleXMLIterator::key -- Return current SimpleXML key Description mixed SimpleXMLIterator::key ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. SimpleXMLIterator::hasChildren ...
PHP Manual
[ SimpleXMLIterator::key php.net ]

PHP Funktion
SWFShape->drawLine ( phplist Code 14% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFShape->drawLine -- Draws a line (relative)
Vorschau
... was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swfshape->drawline() draws a line (using the current line style set by swfshape->setline() ) from the current pen position to displacement ( dx , dy ). See also swfshape->movepento() , swfshape->drawcurveto() , swfshape->movepen() and swfshape->...
PHP Manual
[ SWFShape->drawLine php.net ]

PHP Funktion
SWFShape->movePen ( phplist Code 14% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFShape->movePen -- Moves the shape's pen (relative)
Vorschau
... dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swfshape->setrightfill() move the shape's pen from coordinates (current x,current y) to (current x + dx , current y + dy ) in the shape's coordinate space. See also swfshape->movepento() , swfshape->drawcurveto() , swfshape->drawlineto() and swfshape->drawline() . ...
PHP Manual
[ SWFShape->movePen php.net ]

PHP Funktion
XMLWriter->flush() ( phplist Code 14% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->flush() -- Flush current buffer
Vorschau
...() endPI()"HREF="function.xmlwriter-end-pi.html"> fullEndElement()"HREF="function.xmlwriter-full-end-element.html"> XMLWriter->flush() (no version information, might be only in CVS) XMLWriter->flush() -- Flush current buffer Beschreibung Object oriented style: class XMLWriter { mixed flush ( [bool empty] ) } Procedural style: mixed xmlwriter_flush ( resource xmlwriter [, bool empty] ) Flushes the current buffer. Parameter Liste ...
PHP Manual
[ XMLWriter->flush() php.net ]

PHP Funktion
OpenAL Audio Bindings ( phplist Code 14% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- Destroys an OpenAL buffer openal_buffer_get -- Retrieve an OpenAL buffer property openal_buffer_loadwav -- Load a .wav file into a buffer openal_context_create -- Create an audio processing context openal_context_current -- Make the specified context current openal_context_destroy -- Destroys a context openal_context_process -- Process the specified context openal_context_suspend -- Suspend the specified context openal_device_close -- ...
PHP Manual
[ OpenAL Audio Bindings php.net ]

PHP Funktion
DomElement->get_elements_by_tagname() ( phplist Code 13% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
DomElement->get_elements_by_tagname() -- Gets elements by tagname
Vorschau
... in CVS) DomElement->get_elements_by_tagname() -- Gets elements by tagname Beschreibung class DomElement { array get_elements_by_tagname ( string name ) } Gets all the sub elements with the specific name within the current element. Parameter Liste name The name of the seeked element. Rückgabewerte Returns an array of DomElement objects. Beispiele Beispiel 1. Getting a content <?php if (! $dom = domxml_open_mem ( $xmlstr )) { echo "...
PHP Manual
[ DomElement->get_elements_by_tagname() php.net ]

PHP Funktion
DomNode->next_sibling ( phplist Code 13% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
DomNode->next_sibling -- Returns the next sibling of node
Vorschau
... (no version information, might be only in CVS) DomNode->next_sibling -- Returns the next sibling of node Beschreibung domelement DomNode->next_sibling ( void ) This function returns the next sibling of the current node. If there is no next sibling it returns FALSE (< 4.3) or null (>= 4.3). You can use this function to iterate over all children of a node as shown in the example. Beispiel 1. Iterate over children <?php ...
PHP Manual
[ DomNode->next_sibling php.net ]

PHP Funktion
ftp_cdup ( phplist Code 13% Relevanz )
Rubrik
FTP-Funktionen
Kurzform
ftp_cdup -- Wechselt in das um eine Ebene höhere Verzeichnis
Vorschau
... Passwort $login_result = ftp_login ( $conn_id , $ftp_user_name , $ftp_user_pass ); // Verbindung überprüfen if ((! $conn_id ) || (! $login_result )) { die( "FTP Verbindungsuafbau ist fehlgeschlagen!" ); } // change the current directory to html ftp_chdir ( $conn_id , 'html' ); echo ftp_pwd ( $conn_id ); // "/html" // return to the parent directory if ( ftp_cdup ( $conn_id )) { echo "cdup erfolgreich ausgeführt\n" ; } else { echo "cdup ...
PHP Manual
[ ftp_cdup php.net ]

PHP Funktion
mb_substitute_character ( phplist Code 13% Relevanz )
Rubrik
Multibyte String Functions
Kurzform
mb_substitute_character -- Set/Get substitution character
Vorschau
...none "/" long ". Beispiel 1. mb_substitute_character() example <?php /* Set with Unicode U+3013 (GETA MARK) */ mb_substitute_character ( 0x3013 ); /* Set hex format */ mb_substitute_character ( "long" ); /* Display current setting */ echo mb_substitute_character (); ?> mb_strwidth mb_substr_count...
PHP Manual
[ mb_substitute_character php.net ]

PHP Funktion
ps_stroke ( phplist Code 13% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_stroke -- Draws the current path
Vorschau
...ps_stroke ps_stroke (PECL) ps_stroke -- Draws the current path Beschreibung bool ps_stroke ( resource psdoc ) Draws the path constructed with previously called drawing functions like ps_lineto() . Parameter Liste psdoc Resource identifier of the postscript file as returned ...
PHP Manual
[ ps_stroke php.net ]

PHP Funktion
SDO_DAS_Setting::getValue ( phplist Code 13% Relevanz )
Rubrik
SDO Functions
Kurzform
SDO_DAS_Setting::getValue -- Get the old value for the changed property
Vorschau
...aufeigenes Risiko. Returns the old value for the changed property. This can be used by a Data Access Service when writing updates to a data source. The DAS uses the old value to detect conflicts by comparing it with the current value in the data source. If they do not match, then the data source has been updated since the data object was originally populated, and therefore writing any new updates risks compromising the integrity of the data. ...
PHP Manual
[ SDO_DAS_Setting::getValue php.net ]

PHP Funktion
strptime ( phplist Code 13% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
strptime -- Parse a time/date generated with strftime()
Vorschau
... with strftime() Description array strptime ( string date, string format ) strptime() returns an array with the date parsed, or FALSE on error. Month and weekday names and other language dependent strings respect the current locale set with setlocale() (LC_TIME). Anmerkung: Diese Funktion ist aufWindows-Plattformen nicht implementiert. Parameter Liste date ( string ) The string to parse (e.g. returned from strftime() ) format ( string ) ...
PHP Manual
[ strptime php.net ]

PHP Funktion
swf_shapefillbitmapclip ( phplist Code 13% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_shapefillbitmapclip -- Set current fill mode to clipped bitmap
Vorschau
...swf_shapefillbitmapclip swf_shapefillbitmapclip (PHP 4, PECL) swf_shapefillbitmapclip -- Set current fill mode to clipped bitmap Description void swf_shapefillbitmapclip ( int bitmapid ) Sets the fill to bitmap clipped, empty spaces will be filled by the bitmap given by the bitmapid parameter. swf_shapecurveto ...
PHP Manual
[ swf_shapefillbitmapclip php.net ]

PHP Funktion
swf_shapefillbitmaptile ( phplist Code 13% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_shapefillbitmaptile -- Set current fill mode to tiled bitmap
Vorschau
...swf_shapefillbitmaptile swf_shapefillbitmaptile (PHP 4, PECL) swf_shapefillbitmaptile -- Set current fill mode to tiled bitmap Description void swf_shapefillbitmaptile ( int bitmapid ) Sets the fill to bitmap tile, empty spaces will be filled by the bitmap given by the bitmapid parameter (tiled). ...
PHP Manual
[ swf_shapefillbitmaptile php.net ]

PHP Funktion
win32_set_service_status ( phplist Code 13% Relevanz )
Rubrik
win32service Functions
Kurzform
win32_set_service_status -- Update the service status
Vorschau
...win32_set_service_status win32_set_service_status (PECL) win32_set_service_status -- Update the service status Beschreibung bool win32_set_service_status ( int status ) Informs the SCM of the current status of a running service. This call is only valid for a running service process. Parameter Liste status The service status code, one of WIN32_SERVICE_RUNNING , WIN32_SERVICE_STOPPED , WIN32_SERVICE_STOP_PENDING , ...
PHP Manual
[ win32_set_service_status php.net ]

PHP Funktion
Ming functions for Flash ( phplist Code 13% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... frame SWFMovie::saveToFile -- SWFMovie::startSound -- SWFMovie::stopSound -- SWFMovie::writeExports -- SWFPrebuiltClip -- Returns a SWFPrebuiltClip object SWFShape::drawArc -- Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o'clock SWFShape::drawCircle -- Draws a circle of radius r centered at the current location, in a counter-clockwise fashion SWFShape::drawCubic...
PHP Manual
[ Ming functions for Flash php.net ]

PHP Funktion
gzpassthru ( phplist Code 12% Relevanz )
Rubrik
Zlib Komprimierungsfunktionen
Kurzform
gzpassthru -- Output all remaining data on a gz-file pointer
Vorschau
...gzpassthru gzpassthru (PHP 3, PHP 4, PHP 5) gzpassthru -- Output all remaining data on a gz-file pointer Beschreibung int gzpassthru ( resource zp ) Reads to EOF on the given gz-file pointer from the current position and writes the (uncompressed) results to standard output. Anmerkung: You may need to call gzrewind() to reset the file pointer to the beginning of the file if you have already written data to it. Tipp: If you ...
PHP Manual
[ gzpassthru php.net ]

PHP Funktion
maxdb_stat ( phplist Code 12% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_stat (no version information might be only in CVS)maxdb->stat -- Gets the current system status
Vorschau
...maxdb_stat maxdb_stat (PECL) maxdb_stat (no version information, might be only in CVS) maxdb->stat -- Gets the current system status Description Procedural style: string maxdb_stat ( resource link ) Object oriented style (method): class maxdb { string maxdb->stat ( void ) } maxdb_stat() returns a string containing several ...
PHP Manual
[ maxdb_stat php.net ]

PHP Funktion
ps_shading ( phplist Code 12% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_shading -- Creates a shading for later use
Vorschau
... 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 end point of the shading. If ...
PHP Manual
[ ps_shading php.net ]

PHP Funktion
sqlite_key ( phplist Code 12% Relevanz )
Rubrik
SQLite
Kurzform
sqlite_key (no version information might be only in CVS)SQLiteResult->key -- Returns the current row index
Vorschau
...sqlite_key sqlite_key (no version information, might be only in CVS) sqlite_key (no version information, might be only in CVS) SQLiteResult->key -- Returns the current row index Beschreibung int sqlite_key ( resource result ) Object oriented style (method): class SQLiteResult { int key ( void ) } sqlite_key() returns the current row index of the buffered result set result . Parameter ...
PHP Manual
[ sqlite_key php.net ]

PHP Funktion
win32_query_service_status ( phplist Code 12% Relevanz )
Rubrik
win32service Functions
Kurzform
win32_query_service_status -- Queries the status of a service
Vorschau
... win32_query_service_status (PECL) win32_query_service_status -- Queries the status of a service Beschreibung mixed win32_query_service_status ( string servicename [, string machine] ) Queries the current status for a service, returning an array of information. Parameter Liste servicename The short name of the service. machine The optional machine name. If omitted, the local machine will be used. Rückgabewerte Returns...
PHP Manual
[ win32_query_service_status php.net ]

PHP Funktion
Multibyte String Functions ( phplist Code 12% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... // Set HTTP output character encoding to SJIS mb_http_output ( 'SJIS' ); // Start buffering and specify "mb_output_handler" as // callback function ob_start ( 'mb_output_handler' ); ?> Supported Character Encodings Currently the following character encodings are supported by the mbstring module. Any of those Character encodings can be specified in the encoding parameter of mbstring functions. The following character encodings are ...
PHP Manual
[ Multibyte String Functions php.net ]

PHP Funktion
SDO Relational Data Access Service Functions ( phplist Code 12% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
..., and PDO::commit() or PDO::rollback() on completion. Whichever database is chosen, the database and the PDO driver for the database must support these calls. Limitations There are the following limitations in the current release of the Relational DAS: No support for nulls. There is no support for SQL NULL type. It is not legal to assign PHP NULL to a data object property and the Relational DAS will not write that back as a NULL to the ...
PHP Manual
[ SDO Relational Data Access Service Functions php.net ]

PHP Funktion
Initialization File Support ( phplist Code 12% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... attempt a new one. Access to initialization entries can also be handled with the macros shown in Tabelle 46-17 . Tabelle 46-17. Macros to Access Initialization Entries in PHP Macro Description INI_INT(name) Returns the current value of entry name as integer (long). INI_FLT(name) Returns the current value of entry name as float (double). INI_STR(name) Returns the current value of entry name as string. Note: This string is not duplicated, but ...
PHP Manual
[ Initialization File Support php.net ]

PHP Funktion
mb_language ( phplist Code 11% Relevanz )
Rubrik
Multibyte String Functions
Kurzform
mb_language -- Set/Get current language
Vorschau
...mb_language mb_language (PHP 4 >= 4.0.6, PHP 5) mb_language -- Set/Get current language Description mixed mb_language ( [string language] ) mb_language() sets language. If language is omitted, it returns current language as string. language setting is used for encoding e-mail messages. Valid languages are "Japanese", "ja","English","en" and "uni" (UTF-8). mb_send_mail() uses this setting to encode e-mail. Language and its ...
PHP Manual
[ mb_language php.net ]

PHP Funktion
mysqli_stat ( phplist Code 11% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_stat (no version information might be only in CVS)mysqli->stat -- Gets the current system status
Vorschau
...mysqli_stat mysqli_stat (PHP 5) mysqli_stat (no version information, might be only in CVS) mysqli->stat -- Gets the current system status Description Procedural style: string mysqli_stat ( mysqli link ) Object oriented style (method): class mysqli { string stat ( void ) } mysqli_stat() returns a string containing information similar to that ...
PHP Manual
[ mysqli_stat php.net ]

PHP Funktion
ps_translate ( phplist Code 11% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_translate -- Sets translation
Vorschau
... example demonstrates two possible ways to place a graphic (in this case just a rectangle) at any position on the page, while the graphic itself uses its own coordinate system. The trick is to change the origin of the current coordinate system before drawing the rectangle. The translation has to undone after the graphic has been drawn. On the second page a slightly different and more elegant approach is applied. Instead of undoing the ...
PHP Manual
[ ps_translate php.net ]

PHP Funktion
XMLWriter->outputMemory() ( phplist Code 11% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->outputMemory() -- Returns current buffer
Vorschau
....xmlwriter-open-uri.html"> setIndentString()"HREF="function.xmlwriter-set-indent-string.html"> XMLWriter->outputMemory() (no version information, might be only in CVS) XMLWriter->outputMemory() -- Returns current buffer Beschreibung Object oriented style: class XMLWriter { bool outputMemory ( [bool flush] ) } Procedural style: string xmlwriter_output_memory ( resource xmlwriter [, bool flush] ) Returns the current buffer. ...
PHP Manual
[ XMLWriter->outputMemory() php.net ]

PHP Funktion
Sun iPlanet and Netscape servers on Sun Solaris ( phplist Code 11% Relevanz )
Rubrik
Installation auf Unix-Systemen
Kurzform
-----
Vorschau
... on Sun Solaris. From PHP 4.3.3 on you can use PHP scripts with the NSAPI module to generate custom directory listings and error pages . Additional functions for Apache compatibility are also available. For support in current webservers read the note about subrequests . You can find more information about setting up PHP for the Netscape Enterprise Server (NES) here: http://benoit.noss.free.fr/php/install-php4.html To build PHP with Sun JSWS...
PHP Manual
[ Sun iPlanet and Netscape servers on Sun Solaris php.net ]

PHP Funktion
Verbesserte MySQL Erweiterung ( phplist Code 11% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- Returns the default character set for the database connection mysqli_client_encoding -- Alias of mysqli_character_set_name() mysqli_close -- Closes a previously opened database connection mysqli_commit -- Commits the current transaction mysqli_connect_errno -- Returns the error code from last connect call mysqli_connect_error -- Returns a string description of the last connect error mysqli_connect -- Open a new connection to the MySQL server...
PHP Manual
[ Verbesserte MySQL Erweiterung php.net ]

PHP Funktion
db2_statistics ( phplist Code 10% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_statistics -- Returns a result set listing the index and statistics for a table
Vorschau
...on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema that contains the targeted table. If this parameter is NULL , the statistics and indexes are returned for the schema of the current user. table_name The name of the table. unique An integer value representing the type of index information to return. 0 Return only the information for unique indexes on the table. 1 Return the information for all ...
PHP Manual
[ db2_statistics php.net ]

PHP Funktion
fbsql_list_dbs ( phplist Code 10% Relevanz )
Rubrik
FrontBase Funktionen
Kurzform
fbsql_list_dbs -- List databases available on a FrontBase server
Vorschau
... -- List databases available on a FrontBase server Beschreibung resource fbsql_list_dbs ( [resource link_identifier] ) fbsql_list_dbs() will return a result pointer containing the databases available from the current fbsql daemon. Use the fbsql_tablename() function to traverse this result pointer. Beispiel 1. fbsql_list_dbs() example $link = fbsql_connect('localhost', 'myname', 'secret'); $db_list = fbsql_list_dbs($link); while ($...
PHP Manual
[ fbsql_list_dbs php.net ]

PHP Funktion
fbsql_rollback ( phplist Code 10% Relevanz )
Rubrik
FrontBase Funktionen
Kurzform
fbsql_rollback -- Rollback a transaction to the database
Vorschau
... (PHP 4 >= 4.0.6, PHP 5) fbsql_rollback -- Rollback a transaction to the database Beschreibung bool fbsql_rollback ( [resource link_identifier] ) Gibt bei Erfolg TRUE , im Fehlerfall FALSE . fbsql_rollback() ends the current transaction by rolling back all statements issued since last commit. This command is only needed if autocommit is set to false. See also: fbsql_autocommit() and fbsql_commit() fbsql_result fbsql_select_db...
PHP Manual
[ fbsql_rollback php.net ]

PHP Funktion
http_throttle ( phplist Code 10% Relevanz )
Rubrik
HTTP Funktionen
Kurzform
http_throttle -- HTTP throttling
Vorschau
... throttling Beschreibung void http_throttle ( [double sec [, int bytes = 40960]] ) Sets the throttle delay and send buffer 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 ...
PHP Manual
[ http_throttle php.net ]

PHP Funktion
maxdb_rollback ( phplist Code 10% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_rollback (no version information might be only in CVS)maxdb->rollback -- Rolls back current transaction
Vorschau
...maxdb_rollback maxdb_rollback (PECL) maxdb_rollback (no version information, might be only in CVS) maxdb->rollback -- Rolls back current transaction Description bool maxdb_rollback ( resource link ) class maxdb { bool rollback ( void ) } Rollbacks the current transaction for the database specified by the link parameter. Return values Gibt bei Erfolg ...
PHP Manual
[ maxdb_rollback php.net ]

PHP Funktion
mb_http_output ( phplist Code 10% Relevanz )
Rubrik
Multibyte String Functions
Kurzform
mb_http_output -- Set/Get HTTP output character encoding
Vorschau
...sets HTTP output character encoding to encoding . Output after this function is converted to encoding . mb_http_output() returns TRUE for success and FALSE for failure. If encoding is omitted, mb_http_output() returns current HTTP output character encoding. See also mb_internal_encoding() , mb_http_input() , mb_detect_order() . mb_http_input mb_internal_encoding...
PHP Manual
[ mb_http_output php.net ]

PHP Funktion
Memcache::add ( phplist Code 10% Relevanz )
Rubrik
Memcache Functions
Kurzform
Memcache::add -- Add an item to the server
Vorschau
... MEMCACHE_COMPRESSED to store the item compressed (uses zlib). expire Expiration time of the item. If it's equal to zero, the item will never expire. You can also use unix timestamp or a number of seconds starting from current time, but in the latter case the number of seconds may not exceed 2592000 (30 days). Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Returns FALSE if such key already exist. For the rest Memcache::add() ...
PHP Manual
[ Memcache::add php.net ]

PHP Funktion
ps_fill_stroke ( phplist Code 10% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_fill_stroke -- Fills and strokes the current path
Vorschau
...ps_fill_stroke ps_fill_stroke (PECL) ps_fill_stroke -- Fills and strokes the current path Beschreibung bool ps_fill_stroke ( resource psdoc ) Fills and draws the path constructed with previously called drawing functions like ps_lineto() . Parameter Liste psdoc Resource identifier of the postscript ...
PHP Manual
[ ps_fill_stroke php.net ]

PHP Funktion
ps_stringwidth ( phplist Code 10% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_stringwidth -- Gets width of a string
Vorschau
... Liste psdoc Resource identifier of the postscript file as returned by ps_new() . text The text for which the width is to be calculated. fontid The identifier of the font to be used. If not font is specified the current font will be used. size The size of the font. If no size is specified the current size is used. Rückgabewerte Width of a string in points. Siehe auch ps_string_geometry() ps_string_geometry ps_stroke...
PHP Manual
[ ps_stringwidth php.net ]

PHP Funktion
ps_symbol_name ( phplist Code 10% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_symbol_name -- Gets name of a glyph
Vorschau
... identifier of the postscript file as returned by ps_new() . ord The parameter ord is the position of the glyph in the font encoding vector. fontid The identifier of the font to be used. If not font is specified the current font will be used. Rückgabewerte The name of a glyph in the given font. Siehe auch ps_symbol() ps_symbol_width() ps_stroke ps_symbol_width...
PHP Manual
[ ps_symbol_name php.net ]

PHP Funktion
swf_popmatrix ( phplist Code 10% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_popmatrix -- Restore a previous transformation matrix
Vorschau
...swf_popmatrix swf_popmatrix (PHP 4, PECL) swf_popmatrix -- Restore a previous transformation matrix Description void swf_popmatrix ( void ) The swf_popmatrix() function pushes the current transformation matrix back onto the stack. swf_polarview swf_posround...
PHP Manual
[ swf_popmatrix php.net ]

PHP Funktion
swf_textwidth ( phplist Code 10% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_textwidth -- Get the width of a string
Vorschau
...swf_textwidth swf_textwidth (PHP 4, PECL) swf_textwidth -- Get the width of a string Description float swf_textwidth ( string str ) The swf_textwidth() function gives the width of the string, str , in pixels, using the current font and font size. swf_startsymbol swf_translate...
PHP Manual
[ swf_textwidth php.net ]

PHP Funktion
swf_translate ( phplist Code 10% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_translate -- Translate the current transformations
Vorschau
...swf_translate swf_translate (PHP 4, PECL) swf_translate -- Translate the current transformations Description void swf_translate ( double x, double y, double z ) The swf_translate() function translates the current transformation by the x , y , and z values given. swf_textwidth swf_viewport...
PHP Manual
[ swf_translate php.net ]

PHP Funktion
Sun iPlanet and Netscape servers on Microsoft Windows ( phplist Code 10% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
...of PHP on Windows. From PHP 4.3.3 on you can use PHP scripts with the NSAPI module to generate custom directory listings and error pages . Additional functions for Apache compatibility are also available. For support in current webservers read the note about subrequests . CGI setup on Sun, iPlanet and Netscape servers To install PHP as a CGI handler, do the following: Copy php4ts.dll to your systemroot (the directory where you installed ...
PHP Manual
[ Sun iPlanet and Netscape servers on Microsoft Windows php.net ]

PHP Funktion
SAM - Simple Asynchronous Messaging ( phplist Code 10% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...sam-<version>phpize./configuremakemake install #you may need to be root for this step To work with the very latest source, you'll need to extract it from cvs andbuild manually as above. Windows installation steps Currently you will need to build the sam extension for Windows as thereare no pre-built binaries. The extension can be built using the standardWindows extension build procedures. You will need the PHP source tree for the version...
PHP Manual
[ SAM - Simple Asynchronous Messaging php.net ]

PHP Funktion
Tidy Functions ( phplist Code 10% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... otherwise manipulate HTML documents, but also traverse the document tree. Anforderungen To use Tidy, you will need libtidy installed, available on the tidy homepage http://tidy.sourceforge.net/ . Installation Tidy is currently available for PHP 4.3.x and PHP 5 as a PECL extension from http://pecl.php.net/package/tidy . Anmerkung: Tidy 1.0 is just for PHP 4.3.x, while Tidy 2.0 is just for PHP 5. If PEAR is available on your *nix-like system ...
PHP Manual
[ Tidy Functions php.net ]

PHP Funktion
maxdb_stmt_close ( phplist Code 9% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_stmt_close (no version information might be only in CVS)maxdb_stmt->close -- Closes a prepared statement
Vorschau
...resource stmt ) Object oriented style (method): class maxdb_stmt { bool maxdb_stmt->close ( void ) } Closes a prepared statement. maxdb_stmt_close() also deallocates the statement handle pointed to by stmt . If the current statement has pending or unread results, this function cancels them so that the next query can be executed. Return values Gibt bei Erfolg TRUE , im Fehlerfall FALSE . See also maxdb_prepare() , ...
PHP Manual
[ maxdb_stmt_close php.net ]

PHP Funktion
mysqli_rollback ( phplist Code 9% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_rollback (no version information might be only in CVS)mysqli->rollback -- Rolls back current transaction
Vorschau
...mysqli_rollback mysqli_rollback (PHP 5) mysqli_rollback (no version information, might be only in CVS) mysqli->rollback -- Rolls back current transaction Description bool mysqli_rollback ( mysqli link ) class mysqli { bool rollback ( void ) } Rollbacks the current transaction for the database specified by the link parameter. Rückgabewerte Gibt bei Erfolg ...
PHP Manual
[ mysqli_rollback php.net ]

PHP Funktion
ps_add_bookmark ( phplist Code 9% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_add_bookmark -- Add bookmark to current page
Vorschau
...ps_add_bookmark ps_add_bookmark (PECL) ps_add_bookmark -- Add bookmark to current page Beschreibung int ps_add_bookmark ( resource psdoc, string text [, int parent [, int open]] ) Adds a bookmark for the current page. Bookmarks usually appear in PDF-Viewers left of the page in a hierarchical tree. Clicking on a bookmark will jump to the given page. The bookmark has no meaning if the document is printed or viewed, but it will be...
PHP Manual
[ ps_add_bookmark php.net ]

PHP Funktion
ps_symbol_width ( phplist Code 9% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_symbol_width -- Gets width of a glyph
Vorschau
... Liste psdoc Resource identifier of the postscript file as returned by ps_new() . ord The position of the glyph in the font encoding vector. fontid The identifier of the font to be used. If not font is specified the current font will be used. size The size of the font. If no size is specified the current size is used. Rückgabewerte The width of a glyph in points. Siehe auch ps_symbol() ps_symbol_name() ps_symbol_name ps_symbol...
PHP Manual
[ ps_symbol_width php.net ]

PHP Funktion
stats_rand_ranf ( phplist Code 9% Relevanz )
Rubrik
Statistics Functions
Kurzform
stats_rand_ranf -- Returns a random floating point number from a uniform distribution over 0 - 1 (endpoints of this interval are not returned) using the current generator
Vorschau
...stats_rand_ranf stats_rand_ranf (PECL) stats_rand_ranf -- Returns a random floating point number from a uniform distribution over 0 - 1 (endpoints of this interval are not returned) using the current generator Beschreibung float stats_rand_ranf ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. Parameter Liste Rückgabewerte What the function returns...
PHP Manual
[ stats_rand_ranf php.net ]

PHP Funktion
swf_shapefilloff ( phplist Code 9% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_shapefilloff -- Turns off filling
Vorschau
...swf_shapefilloff swf_shapefilloff (PHP 4, PECL) swf_shapefilloff -- Turns off filling Description void swf_shapefilloff ( void ) The swf_shapeFillOff() function turns off filling for the current shape. swf_shapefillbitmaptile swf_shapefillsolid...
PHP Manual
[ swf_shapefilloff php.net ]

PHP Funktion
tidy_get_config ( phplist Code 9% Relevanz )
Rubrik
Tidy Functions
Kurzform
tidy_get_config -- Get current Tidy configuration
Vorschau
...tidy_get_config tidy_get_config (PHP 5) tidy_get_config -- Get current Tidy configuration Description Procedural style: 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 ...
PHP Manual
[ tidy_get_config php.net ]

PHP Funktion
tidy_save_config ( phplist Code 9% Relevanz )
Rubrik
Tidy Functions
Kurzform
tidy_save_config -- Save current settings to named file
Vorschau
...tidy_save_config tidy_save_config (no version information, might be only in CVS) tidy_save_config -- Save current settings to named file Description bool tidy_save_config ( string filename ) tidy_save_config() saves current settings to the specified file. Only non-default values are written. See also tidy_get_config() , tidy_getopt() , tidy_reset_config() and tidy_setopt() . Anmerkung: Diese Funktion steht nur in Tidy 1.0zur Verfügung. In ...
PHP Manual
[ tidy_save_config php.net ]

PHP Funktion
Windows Installer (PHP 5.2 and later) ( phplist Code 9% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
...control panel to enable or disable extensions and features after installation. The installer then sets up PHP to be used in Windows and the php.ini file, and configures certain web servers to use PHP. The installer will currently configure IIS (CGI mode only), Apache, Xitami, and Sambar Server; if you are using a different web server you'll need to configure it manually. Silent Install The installer also supports a silent mode, which is ...
PHP Manual
[ Windows Installer (PHP 5.2 and later) php.net ]

PHP Funktion
FilterIterator::key ( phplist Code 8% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
FilterIterator::key -- Get the current key
Vorschau
...FilterIterator::key FilterIterator::key (no version information, might be only in CVS) FilterIterator::key -- Get the current key Description mixed FilterIterator::key ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. FilterIterator::getInnerIterator FilterIterator::next...
PHP Manual
[ FilterIterator::key php.net ]

PHP Funktion
http_match_modified ( phplist Code 8% Relevanz )
Rubrik
HTTP Funktionen
Kurzform
http_match_modified -- Match last modification
Vorschau
... ( [int timestamp [, bool for_range = FALSE]] ) Matches the given unix timestamp against the clients "If-Modified-Since" resp. "If-Unmodified-Since" HTTP headers. Parameter Liste timestamp Unix timestamp; current time, if omitted for_range If set to TRUE, the header usually used to validate HTTP ranges will be checked Rückgabewerte Returns TRUE if timestamp represents an earlier date than the header, else FALSE. ...
PHP Manual
[ http_match_modified php.net ]

PHP Funktion
mysqli_stmt_close ( phplist Code 8% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_stmt_close (no version information might be only in CVS)mysqli_stmt->close -- Closes a prepared statement
Vorschau
... ( mysqli_stmt stmt ) Object oriented style (method): class mysqli_stmt { bool close ( void ) } Closes a prepared statement. mysqli_stmt_close() also deallocates the statement handle pointed to by stmt . If the current statement has pending or unread results, this function cancels them so that the next query can be executed. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Siehe auch mysqli_prepare() . ...
PHP Manual
[ mysqli_stmt_close php.net ]

PHP Funktion
PDO->rollBack() ( phplist Code 8% Relevanz )
Rubrik
PDO-Funktionen
Kurzform
PDO->rollBack() -- Rolls back a transaction
Vorschau
...HREF="function.pdo-setattribute.html"> PDO->rollBack() (no version information, might be only in CVS) PDO->rollBack() -- Rolls back a transaction Beschreibung class PDO { bool rollBack ( void ) } Rolls back the current transaction, as initiated by PDO->beginTransaction() . It is an error to call this method if no transaction is active. If the database was set to autocommit mode, this function will restore autocommit mode after it ...
PHP Manual
[ PDO->rollBack() php.net ]

PHP Funktion
ps_string_geometry ( phplist Code 8% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_string_geometry -- Gets geometry of a string
Vorschau
... Liste psdoc Resource identifier of the postscript file as returned by ps_new() . text The text for which the geometry is to be calculated. fontid The identifier of the font to be used. If not font is specified the current font will be used. size The size of the font. If no size is specified the current size is used. Rückgabewerte An array of the dimensions of a string. The element 'width' contains the width of the string as returned by ...
PHP Manual
[ ps_string_geometry php.net ]

PHP Funktion
swf_shapefillsolid ( phplist Code 8% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_shapefillsolid -- Set the current fill style to the specified color
Vorschau
...swf_shapefillsolid swf_shapefillsolid (PHP 4, PECL) swf_shapefillsolid -- Set the current fill style to the specified color Description void swf_shapefillsolid ( float r, float g, float b, float a ) The swf_shapeFillSolid() function sets the current fill style to solid, and then sets the fill color to the ...
PHP Manual
[ swf_shapefillsolid php.net ]

PHP Funktion
swf_startdoaction ( phplist Code 8% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_startdoaction -- Start a description of an action list for the current frame
Vorschau
...swf_startdoaction swf_startdoaction (PHP 4, PECL) swf_startdoaction -- Start a description of an action list for the current frame Description void swf_startdoaction ( void ) The swf_startdoaction() function starts the description of an action list for the current frame. This must be called before actions are defined for the current frame...
PHP Manual
[ swf_startdoaction php.net ]

PHP Funktion
SWFMovie->add ( phplist Code 8% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFMovie->add -- Adds any type of data to a movie
Vorschau
... und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swfmovie->add() adds instance to the current movie. instance is any type of data : Shapes, text, fonts, etc. must all be added to the movie to make this work. For displayable types (shape, text, button, sprite), this returns an swfdisplayitem() , a handle to the ...
PHP Manual
[ SWFMovie->add php.net ]

PHP Funktion
SWFShape::drawArc ( phplist Code 8% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFShape::drawArc -- Draws an arc of radius r centered at the current location from angle startAngle to angle endAngle measured clockwise from 12 o'clock
Vorschau
...SWFShape::drawArc SWFShape::drawArc (no version information, might be only in CVS) SWFShape::drawArc -- Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o'clock Beschreibung void SWFShape::drawArc ( float r, float startAngle, float endAngle ) Warnung Diese Funktion ist bis jetztnicht ...
PHP Manual
[ SWFShape::drawArc php.net ]

PHP Funktion
SWFText::getLeading ( phplist Code 8% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFText::getLeading -- Returns the leading of the current font at its current size or 0 if not available
Vorschau
...SWFText::getLeading SWFText::getLeading (no version information, might be only in CVS) SWFText::getLeading -- Returns the leading of the current font at its current size, or 0 if not available Beschreibung float SWFText::getLeading ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. SWFText::getDescent SWFText::...
PHP Manual
[ SWFText::getLeading php.net ]

PHP Funktion
tidyNode->isAsp ( phplist Code 8% Relevanz )
Rubrik
Tidy Functions
Kurzform
tidyNode->isAsp -- Returns true if this node is ASP
Vorschau
....html"> tidyNode->isAsp (no version information, might be only in CVS) tidyNode->isAsp -- Returns true if this node is ASP Description bool tidyNode->isAsp ( void ) This functions returns TRUE if the current node is ASP, or FALSE otherwise. Anmerkung: This function was named tidy_node->is_asp() in PHP 4/Tidy 1. tidyNode->hasSiblings tidyNode->isComment...
PHP Manual
[ tidyNode->isAsp php.net ]

PHP Funktion
tidyNode->isPhp ( phplist Code 8% Relevanz )
Rubrik
Tidy Functions
Kurzform
tidyNode->isPhp -- Returns true if this node is PHP
Vorschau
....tidynode-istext.html"> tidyNode->isPhp (no version information, might be only in CVS) tidyNode->isPhp -- Returns true if this node is PHP Description bool tidyNode->isPhp ( void ) Returns TRUE if the current node is PHP code, FALSE otherwise. Beispiel 1. get the PHP code from a mixed HTML/PHP document <?php $html = <<< HTML <html><head> <?php echo '<title>title</title>'; ?> </...
PHP Manual
[ tidyNode->isPhp php.net ]

PHP Funktion
FilterIterator::valid ( phplist Code 7% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
FilterIterator::valid -- Check whether the current element is valid
Vorschau
...FilterIterator::valid FilterIterator::valid (no version information, might be only in CVS) FilterIterator::valid -- Check whether the current element is valid Description bool FilterIterator::valid ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. FilterIterator::rewind LimitIterator::...
PHP Manual
[ FilterIterator::valid php.net ]

PHP Funktion
LimitIterator::valid ( phplist Code 7% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
LimitIterator::valid -- Check whether the current element is valid
Vorschau
...LimitIterator::valid LimitIterator::valid (no version information, might be only in CVS) LimitIterator::valid -- Check whether the current element is valid Description bool LimitIterator::valid ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. LimitIterator::seek ParentIterator::...
PHP Manual
[ LimitIterator::valid php.net ]

PHP Funktion
SWFShape::drawCircle ( phplist Code 7% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFShape::drawCircle -- Draws a circle of radius r centered at the current location in a counter-clockwise fashion
Vorschau
...SWFShape::drawCircle SWFShape::drawCircle (no version information, might be only in CVS) SWFShape::drawCircle -- Draws a circle of radius r centered at the current location, in a counter-clockwise fashion Beschreibung void SWFShape::drawCircle ( float r ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. SWFShape::drawArc...
PHP Manual
[ SWFShape::drawCircle php.net ]

PHP Funktion
SWFText->addString ( phplist Code 7% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFText->addString -- Draws a string
Vorschau
... was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swftext->addstring() draws the string string at the current pen (cursor) location. Pen is at the baseline of the text; i.e., ascending text is in the -y direction. SWFSprite SWFText->getWidth...
PHP Manual
[ SWFText->addString php.net ]

PHP Funktion
SWFText::addUTF8String ( phplist Code 7% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFText::addUTF8String -- Writes the given text into this SWFText object at the current pen position using the current font height spacing and color
Vorschau
...SWFText::addUTF8String SWFText::addUTF8String (no version information, might be only in CVS) SWFText::addUTF8String -- Writes the given text into this SWFText object at the current pen position, using the current font, height, spacing, and color Beschreibung void SWFText::addUTF8String ( string text ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. SWFSprite::...
PHP Manual
[ SWFText::addUTF8String php.net ]

PHP Funktion
SWFText::getUTF8Width ( phplist Code 7% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFText::getUTF8Width -- calculates the width of the given string in this text objects current font and size
Vorschau
...SWFText::getUTF8Width SWFText::getUTF8Width (no version information, might be only in CVS) SWFText::getUTF8Width -- calculates the width of the given string in this text objects current font and size Beschreibung float SWFText::getUTF8Width ( string string ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. SWFText::getLeading SWFTextField::...
PHP Manual
[ SWFText::getUTF8Width php.net ]

PHP Funktion
SWFText->getWidth ( phplist Code 7% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFText->getWidth -- Computes string's width
Vorschau
... in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swftext->addstring() returns the rendered width of the string string at the text object's current font, scale, and spacing settings. SWFText->addString SWFText->moveTo...
PHP Manual
[ SWFText->getWidth php.net ]

PHP Funktion
SWFText->setColor ( phplist Code 7% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFText->setColor -- Sets the current font color
Vorschau
...SWFText->setColor moveTo"HREF="function.swftext.moveto.html"> setFont"HREF="function.swftext.setfont.html"> SWFText->setColor (no version information, might be only in CVS) SWFText->setColor -- Sets the current font color Description void swftext->setcolor ( int red, int green, int blue [, int a] ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann ...
PHP Manual
[ SWFText->setColor php.net ]

PHP Funktion
SWFText->setHeight ( phplist Code 7% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFText->setHeight -- Sets the current font height
Vorschau
...->setHeight setFont"HREF="function.swftext.setfont.html"> setSpacing"HREF="function.swftext.setspacing.html"> SWFText->setHeight (no version information, might be only in CVS) SWFText->setHeight -- Sets the current font height Description void swftext->setheight ( int height ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-...
PHP Manual
[ SWFText->setHeight php.net ]

PHP Funktion
SWFText->setSpacing ( phplist Code 7% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFText->setSpacing -- Sets the current font spacing
Vorschau
...SWFText->setSpacing setHeight"HREF="function.swftext.setheight.html"> SWFText->setSpacing (no version information, might be only in CVS) SWFText->setSpacing -- Sets the current font spacing Description void swftext->setspacing ( float spacing ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-...
PHP Manual
[ SWFText->setSpacing php.net ]

PHP Funktion
pdo_stmt_t definition ( phplist Code 7% Relevanz )
Rubrik
PDO Driver How-To
Kurzform
-----
Vorschau
... *bound_param_map; /* keep track of PHP variables bound to named (or positional) columns * in the result set */ HashTable *bound_columns; /* not always meaningful */ long row_count; /* used to hold the statement's current query */ char *query_string; int query_stringlen; /* the copy of the query with expanded binds ONLY for emulated-prepare drivers */ char *active_query_string; int active_query_stringlen; /* the cursor specific error code...
PHP Manual
[ pdo_stmt_t definition php.net ]

PHP Funktion
Advanced PHP debugger ( phplist Code 7% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...scripts. Achtung APD is a Zend Extension, modifying the way the internals of PHP handle function calls, and thus may or may not be compatible with other Zend Extensions (for example Zend Optimizer). Installation APD is currently available as a PECL extension from http://pecl.php.net/package/apd . Make sure you have installed the CGI version of PHP and it is available in your current path along with the phpize script. Run the following command...
PHP Manual
[ Advanced PHP debugger php.net ]

PHP Funktion
Lotus Notes Functions ( phplist Code 7% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... with PHP as of PHP 5.0.0. Zusätzliche Informationen, wie neue Releases, DownloadsQuelldateien, Maintainerinformation und ein CHANGELOG finden Sie hier: http://pecl.php.net/package/notes . Warnung This extension is currently not supported, thus looking for a maintainer. Inhaltsverzeichnis notes_body -- Open the message msg_number in the specified mailbox on the specified server (leave serv notes_copy_db -- Copy a Lotus Notes database ...
PHP Manual
[ Lotus Notes Functions php.net ]

PHP Funktion
Statistics Functions ( phplist Code 7% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- generate two seeds for the RGN random number generator stats_rand_ranf -- Returns a random floating point number from a uniform distribution over 0 - 1 (endpoints of this interval are not returned) using the current generator stats_rand_setall -- Not documented stats_skew -- Computes the skewness of the data in the array stats_standard_deviation -- Returns the standard deviation stats_stat_binomial_coef -- Not documented ...
PHP Manual
[ Statistics Functions php.net ]

PHP Funktion
http_cache_last_modified ( phplist Code 6% Relevanz )
Rubrik
HTTP Funktionen
Kurzform
http_cache_last_modified -- Caching by last modification
Vorschau
...] ) Attempts to cache the sent entity by its last modification date. If the supplied argument is greater than 0, it is handled as timestamp and will be sent as date of last modification. If it is 0 or omitted, the current time will be sent as Last-Modified date. If it's negative, it is handled as expiration time in seconds, which means that if the requested last modification date is not between the calculated timespan, the Last-Modified ...
PHP Manual
[ http_cache_last_modified php.net ]

PHP Funktion
LimitIterator::getPosition ( phplist Code 6% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
LimitIterator::getPosition -- Return the current position
Vorschau
...LimitIterator::getPosition LimitIterator::getPosition (no version information, might be only in CVS) LimitIterator::getPosition -- Return the current position Description int LimitIterator::getPosition ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. FilterIterator::valid LimitIterator::next...
PHP Manual
[ LimitIterator::getPosition php.net ]

PHP Funktion
SWFDisplayItem->move ( phplist Code 6% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFDisplayItem->move -- Moves object in relative coordinates
Vorschau
... und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swfdisplayitem->move() moves the current object by ( dx , dy ) from its current position. The object may be a swfshape() , a swfbutton() , a swftext() or a swfsprite() object. It must have been added using the swfmovie->add() . See also swfdisplayitem-&#...
PHP Manual
[ SWFDisplayItem->move php.net ]

PHP Funktion
SWFDisplayItem->moveTo ( phplist Code 6% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFDisplayItem->moveTo -- Moves object in global coordinates
Vorschau
... und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swfdisplayitem->moveto() moves the current object to ( x , y ) in global coordinates. The object may be a swfshape() , a swfbutton() , a swftext() or a swfsprite() object. It must have been added using the swfmovie->add() . See also swfdisplayitem->move...
PHP Manual
[ SWFDisplayItem->moveTo php.net ]

PHP Funktion
SWFDisplayItem->Rotate ( phplist Code 6% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFDisplayItem->Rotate -- Rotates in relative coordinates
Vorschau
... und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swfdisplayitem->rotate() rotates the current object by ddegrees degrees from its current rotation. The object may be a swfshape() , a swfbutton() , a swftext() or a swfsprite() object. It must have been added using the swfmovie->add() . See also ...
PHP Manual
[ SWFDisplayItem->Rotate php.net ]

PHP Funktion
SWFDisplayItem->rotateTo ( phplist Code 6% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFDisplayItem->rotateTo -- Rotates the object in global coordinates
Vorschau
... und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swfdisplayitem->rotateto() set the current object rotation to degrees degrees in global coordinates. The object may be a swfshape() , a swfbutton() , a swftext() or a swfsprite() object. It must have been added using the swfmovie->add() . This example bring...
PHP Manual
[ SWFDisplayItem->rotateTo php.net ]

PHP Funktion
SWFDisplayItem->scale ( phplist Code 6% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFDisplayItem->scale -- Scales the object in relative coordinates
Vorschau
... und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swfdisplayitem->scale() scales the current object by ( dx , dy ) from its current size. The object may be a swfshape() , a swfbutton() , a swftext() or a swfsprite() object. It must have been added using the swfmovie->add() . See also swfdisplayitem->...
PHP Manual
[ SWFDisplayItem->scale php.net ]

PHP Funktion
SWFDisplayItem->scaleTo ( phplist Code 6% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFDisplayItem->scaleTo -- Scales the object in global coordinates
Vorschau
... und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. swfdisplayitem->scaleto() scales the current object to ( x , y ) in global coordinates. The object may be a swfshape() , a swfbutton() , a swftext() or a swfsprite() object. It must have been added using the swfmovie->add() . See also swfdisplayitem->...
PHP Manual
[ SWFDisplayItem->scaleTo php.net ]

PHP Funktion
SWFDisplayItem->skewX ( phplist Code 6% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFDisplayItem->skewX -- Sets the X-skew
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. swfdisplayitem->skewx() adds ddegrees to current x-skew. The object may be a swfshape() , a swfbutton() , a swftext() or a swfsprite() object. It must have been added using the swfmovie->add() . See also swfdisplayitem->skewx() , swfdisplayitem->skewy() ...
PHP Manual
[ SWFDisplayItem->skewX php.net ]

PHP Funktion
SWFDisplayItem->skewY ( phplist Code 6% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFDisplayItem->skewY -- Sets the Y-skew
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. swfdisplayitem->skewy() adds ddegrees to current y-skew. The object may be a swfshape() , a swfbutton() , a swftext() or a swfsprite() object. It must have been added using the swfmovie->add() . See also swfdisplayitem->skewyto() , swfdisplayitem->skewx...
PHP Manual
[ SWFDisplayItem->skewY php.net ]

PHP Funktion
Standard PHP Library (SPL) Functions ( phplist Code 5% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...::SELF_FIRST ( integer ) RecursiveIteratorIterator::CHILD_FIRST ( integer ) CachingIterator::CALL_TOSTRING ( integer ) CachingIterator::CATCH_GET_CHILD ( integer ) Inhaltsverzeichnis ArrayIterator::current -- Return current array entry ArrayIterator::key -- Return current array key ArrayIterator::next -- Move to next entry ArrayIterator::rewind -- Rewind array back to the start ArrayIterator::seek -- Seek to position ArrayIterator::valid...
PHP Manual
[ Standard PHP Library (SPL) Functions php.net ]

PHP Funktion
List of Supported Protocols/Wrappers ( phplist Code 5% Relevanz )
Rubrik
Anhang
Kurzform
-----
Vorschau
... default wrapper used with PHP and represents the local filesystem. When a relative path is specified (a path which does not begin with /, \, \\, or a windows drive letter) the path provided will be applied against the current working directory. In many cases this is the directory in which the script resides unless it has been changed. Using the CLI sapi, this defaults to the directory from which the script was called. With some functions, ...
PHP Manual
[ List of Supported Protocols/Wrappers php.net ]

PHP Funktion
ps_fill ( phplist Code 0% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_fill -- Fills the current path
Vorschau
...ps_fill ps_fill (PECL) ps_fill -- Fills the current path Beschreibung bool ps_fill ( resource psdoc ) Fills the path constructed with previously called drawing functions like ps_lineto() . Parameter Liste psdoc Resource identifier of the postscript file as returned by ...
PHP Manual
[ ps_fill php.net ]

PHP Funktion
ps_show ( phplist Code 0% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_show -- Output text
Vorschau
...ps_show ps_show (PECL) ps_show -- Output text Beschreibung bool ps_show ( resource psdoc, string text ) Output a text at the current text position. The text position can be set by storing the x and y coordinates into the values textx and texty with the function ps_set_value() . The function will issue an error if a font was not set before with ...
PHP Manual
[ ps_show php.net ]

PHP Funktion
ps_symbol ( phplist Code 0% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_symbol -- Output a glyph
Vorschau
...ps_symbol ps_symbol (PECL) ps_symbol -- Output a glyph Beschreibung bool ps_symbol ( resource psdoc, int ord ) Output the glyph at position ord in the font encoding vector of the current font. The font encoding for a font can be set when loading the font with ps_findfont() . Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . ord The position of the glyph in the ...
PHP Manual
[ ps_symbol php.net ]

PHP Funktion
KADM5 ( phplist Code 0% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... long The expire time of the princial as a Kerberos timestamp. KADM5_LAST_PW_CHANGE long The time this principal's password was last changed. KADM5_PW_EXPIRATION long The expire time of the principal's current password, as a Kerberos timestamp. KADM5_MAX_LIFE long The maximum lifetime of any Kerberos ticket issued to this principal. KADM5_MAX_RLIFE long The maximum renewable lifetime of any Kerberos ticket issued to or for ...
PHP Manual
[ KADM5 php.net ]