RecursiveFilterIterator::getChildren

(PHP 5 >= 5.1.0, PHP 7) Return the inner iterator's children contained in a RecursiveFilterIterator public RecursiveFilterIterator RecursiveFilterIterator::getChildren ( void ) Return the inner iterator's children contained in a RecursiveFilterIterator. Returns: Returns a RecursiveFilterIterator containing the inner iterator's children.

XMLWriter::openURI

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create new xmlwriter using source uri for output bool XMLWriter::openURI ( string $uri ) Object oriented style Procedural style resource xmlwriter_open_uri ( string $uri ) Creates a new XMLWriter using uri for the output. Parameters: uri The URI of the resource for the output. Returns: Objec

trader_cdlbelthold

(PECL trader >= 0.2.0) Belt-hold array trader_cdlbelthold ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing price, a

gzuncompress

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Uncompress a compressed string string gzuncompress ( string $data [, int $length = 0 ] ) This function uncompress a compressed string. Parameters: data The data compressed by gzcompress(). length The maximum length of data to decode. Returns: The original uncompressed data or

CairoContext::textExtents

(PECL cairo >= 0.1.0) The textExtents purpose public array CairoContext::textExtents ( string $text ) Object oriented style (method): Procedural style: array cairo_text_extents ( CairoContext $context ) Description here. Parameters: context Description... text Description... Returns: Description...

XMLWriter::endAttribute

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End attribute bool XMLWriter::endAttribute ( void ) Object oriented style Procedural style bool xmlwriter_end_attribute ( resource $xmlwriter ) Ends the current attribute. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_u

SDO_Sequence::getProperty

(^) Return the property for the specified sequence index. SDO_Model_Property SDO_Sequence::getProperty ( int $sequence_index ) Return the property for the specified sequence index. Parameters: sequence_index The position of the element in the sequence. Returns: An SDO_Model_Property. A return value of NULL means the sequence element does not be

getrandmax

(PHP 4, PHP 5, PHP 7) Show largest possible random value int getrandmax ( void ) Returns the maximum value that can be returned by a call to rand(). Returns: The largest possible random value returned by rand() See also: rand() - srand() - mt_getrandmax() -

ibase_commit_ret

(PHP 5, PHP 7) Commit a transaction without closing it bool ibase_commit_ret ([ resource $link_or_trans_identifier = NULL ] ) Commits a transaction without closing it. Parameters: link_or_trans_identifier If called without an argument, this function commits the default transaction of the default link. If the argument is a connection identifier, the default transaction of

mssql_fetch_object

(PHP 4, PHP 5, PECL odbtp >= 1.1.1) Fetch row as object object mssql_fetch_object ( resource $result ) mssql_fetch_object() is similar to mssql_fetch_array(), with one difference - an object is returned, instead of an array. Indirectly, that means that you can only access the data by the field names, and not by their offsets (numbers are illegal property names). Speed-wise, the function is identical to mssql_fetch_array