trader_tema

(PECL trader >= 0.2.0) Triple Exponential Moving Average array trader_tema ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

trader_cdlidentical3crows

(PECL trader >= 0.2.0) Identical Three Crows array trader_cdlidentical3crows ( 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

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:

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_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.

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_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_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