trader_dema

(PECL trader >= 0.2.0) Double Exponential Moving Average array trader_dema ( 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_cdlxsidegap3methods

(PECL trader >= 0.2.0) Upside/Downside Gap Three Methods array trader_cdlxsidegap3methods ( 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. clo

SplFileObject::__toString

(PHP 5 >= 5.1.0, PHP 7) Alias of SplFileObject::current() public void SplFileObject::__toString ( void ) This method is an alias of SplFileObject::current().

iis_get_service_state

(PECL iisfunc SVN) Returns the state for the service defined by ServiceId int iis_get_service_state ( string $service_id ) This function is currently not documented; only its argument list is available.

SoapServer::setPersistence

(PHP 5 >= 5.1.2, PHP 7) Sets SoapServer persistence mode public void SoapServer::setPersistence ( int $mode ) This function allows changing the persistence state of a SoapServer object between requests. This function allows saving data between requests utilizing PHP sessions. This method only has an affect on a SoapServer after it has exported functions utilizing SoapServer::setClass(). Note: The persistence of SOAP_

import_request_variables

(PHP 4 >= 4.1.0, PHP 5 < 5.4.0) Import GET/POST/Cookie variables into the global scope bool import_request_variables ( string $types [, string $prefix ] ) Imports GET/POST/Cookie variables into the global scope. It is useful if you disabled register_globals, but would like to see some variables in the global scope. If you're interested in importing other variables into the global scope, such as $_SERVER, consider usi

openssl_verify

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Verify signature int openssl_verify ( string $data, string $signature, mixed $pub_key_id [, mixed $signature_alg = OPENSSL_ALGO_SHA1 ] ) openssl_verify() verifies that the signature is correct for the specified data using the public key associated with pub_key_id. This must be the public key corresponding to the private key used for signing. Parameters:

SphinxClient::getLastWarning

(PECL sphinx >= 0.1.0) Get the last warning public string SphinxClient::getLastWarning ( void ) Returns last warning message. If there were no warnings during the previous API call, empty string is returned. This method doesn't reset the warning, so you can safely call it several times. Returns: Returns the last warning message or an empty string if there were no warnings.

eio_readdir

(PECL eio >= 0.0.1dev) Reads through a whole directory resource eio_readdir ( string $path, int $flags, int $pri, callable $callback [, string $data = NULL ] ) Reads through a whole directory(via the opendir, readdir and closedir system calls) and returns either the names or an array in result argument of callback function, depending on the flags argument. Parameters: path

trader_rocp

(PECL trader >= 0.2.0) Rate of change Percentage: (price-prevPrice)/prevPrice array trader_rocp ( 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.