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() -

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

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.