RecursiveIterator::hasChildren

(PHP 5 >= 5.1.0, PHP 7) Returns if an iterator can be created fot the current entry. public bool RecursiveIterator::hasChildren ( void ) Returns if an iterator can be created for the current entry. RecursiveIterator::getChildren(). Returns: Returns TRUE if the current entry can be iterated over, otherwise returns FALSE. See also:

trader_sqrt

(PECL trader >= 0.2.0) Vector Square Root array trader_sqrt ( array $real ) Calculates the square root of each value in real and returns the resulting array. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

Imagick::setImageIndex

(PECL imagick 2.0.0) Set the iterator position bool Imagick::setImageIndex ( int $index ) Set the iterator to the position in the image list specified with the index parameter. This method has been deprecated. See Imagick::setIteratorIndex(). Parameters: index The position to set the iterator to Returns: Returns TRUE on success.

trader_exp

(PECL trader >= 0.2.0) Vector Arithmetic Exp array trader_exp ( array $real ) Calculates e raised to the power of each value in real. Returns an array with the calculated data. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

GmagickDraw::polyline

(PECL gmagick >= Unknown) Draws a polyline public GmagickDraw GmagickDraw::polyline ( array $coordinate_array ) Draws a polyline using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates. Parameters: coordinate_array The array of coordinates Returns: The GmagickDraw object on success

set_file_buffer

(PHP 4, PHP 5, PHP 7) Alias of stream_set_write_buffer() This function is an alias of: stream_set_write_buffer().

trader_cdldragonflydoji

(PECL trader >= 0.2.0) Dragonfly Doji array trader_cdldragonflydoji ( 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 Closin

trader_log10

(PECL trader >= 0.2.0) Vector Log10 array trader_log10 ( array $real ) Calculates the base-10 logarithm for each value in real and returns the resulting array. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

trader_cdlmarubozu

(PECL trader >= 0.2.0) Marubozu array trader_cdlmarubozu ( 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, ar

dbplus_freealllocks

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Free all locks held by this client int dbplus_freealllocks ( void ) Frees all tuple locks held by this client. Returns: See also: dbplus_getlock() - dbplus_freelock() - dbplus_freerlocks() -