trader_natr

(PECL trader >= 0.2.0) Normalized Average True Range array trader_natr ( array $high, array $low, array $close [, integer $timePeriod ] ) Parameters: high High price, array of real values. low Low price, array of real values. close Closing price, array of real values. timePerio

rar://

RAR The wrapper takes the url encoded path to the RAR archive (relative or absolute), an optional asterik (*), an optional number sign (#) and an optional url encoded entry name, as stored in the archive. Specifying an entry name requires the number sign; a leading forward slash in the entry name is optional. This wrapper can open both files and directories. When opening directories, the asterisk sign forces the directory entries names to be returned unencoded.

trader_cdlpiercing

(PECL trader >= 0.2.0) Piercing Pattern array trader_cdlpiercing ( 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 p

trader_bbands

(PECL trader >= 0.2.0) Bollinger Bands array trader_bbands ( array $real [, integer $timePeriod [, float $nbDevUp [, float $nbDevDn [, integer $mAType ]]]] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. nbDevUp Deviation multiplier for upper band.

trader_cdlseparatinglines

(PECL trader >= 0.2.0) Separating Lines array trader_cdlseparatinglines ( 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 Cl

GmagickDraw::getfont

(PECL gmagick >= Unknown) Returns the font public string GmagickDraw::getfont ( void ) Returns a string specifying the font used when annotating with text. Returns: Returns a string on success and false if no font is set.

RecursiveIteratorIterator::callHasChildren

(PHP 5 >= 5.1.0, PHP 7) Has children public bool RecursiveIteratorIterator::callHasChildren ( void ) Called for each element to test whether it has children. Returns: TRUE if the element has children, otherwise FALSE This function is currently not documented; only its argument list is available.

mcrypt_ecb

(PHP 4, PHP 5) Deprecated: Encrypts/decrypts data in ECB mode string mcrypt_ecb ( int $cipher, string $key, string $data, int $mode ) string mcrypt_ecb ( string $cipher , string $key , string $data , int $mode [, string $iv ] ) The first prototype is when linked against libmcrypt 2.2.x, the second when linked against libmcrypt 2.4.x or higher. The mode should be either MCRYPT_ENCRYPT or MCRYPT_DECRYPT.

Imagick::setImageDepth

(PECL imagick 2.0.0) Sets the image depth bool Imagick::setImageDepth ( int $depth ) Sets the image depth. Parameters: depth Sets the image depth. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

event_buffer_base_set

(PECL libevent >= 0.0.1) Associate buffered event with an event base bool event_buffer_base_set ( resource $bevent, resource $event_base ) Assign the specified bevent to the event_base. Parameters: bevent Valid buffered event resource. event_base Valid event base resource. Returns: event_buffer_base_set() re