DOMDocument::createElementNS

(PHP 5, PHP 7) Create new element node with an associated namespace public DOMElement DOMDocument::createElementNS ( string $namespaceURI, string $qualifiedName [, string $value ] ) This function creates a new element node with an associated namespace. This node will not show up in the document unless it is inserted with (e.g.) DOMNode::appendChild(). Parameters: namespaceURI

trader_mama

(PECL trader >= 0.2.0) MESA Adaptive Moving Average array trader_mama ( array $real [, float $fastLimit [, float $slowLimit ]] ) Parameters: real Array of real values. fastLimit Upper limit use in the adaptive algorithm. Valid range from 0.01 to 0.99. slowLimit Lower limit use in the adaptive algorit

Imagick::valid

(PECL imagick 2.0.0) Checks if the current item is valid bool Imagick::valid ( void ) Checks if the current item is valid. Returns: Returns TRUE on success.

CairoPattern::getType

(PECL cairo >= 0.1.0) The getType purpose public int CairoPattern::getType ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoPattern::getType() example <?php /* 

trader_tsf

(PECL trader >= 0.2.0) Time Series Forecast array trader_tsf ( 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.

stats_dens_chisquare

(PECL stats >= 1.0.0) Not documented float stats_dens_chisquare ( float $x, float $dfr ) Parameters: x dfr Returns: This function is currently not documented; only its argument list is available.

preg_match

(PHP 4, PHP 5, PHP 7) Perform a regular expression match int preg_match ( string $pattern, string $subject [, array &$matches [, int $flags = 0 [, int $offset = 0 ]]] ) Searches subject for a match to the regular expression given in pattern. Parameters: pattern The pattern to search for, as a string. subject The input string.

IntlIterator::next

(No version information available, might only be in Git) Move forward to the next element public ReturnType IntlIterator::next ( void ) Returns: This function is currently not documented; only its argument list is available.

trader_cdldarkcloudcover

(PECL trader >= 0.2.0) Dark Cloud Cover array trader_cdldarkcloudcover ( array $open, array $high, array $low, array $close [, float $penetration ] ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values.

stats_rand_ranf

(PECL stats >= 1.0.0) Returns a random floating point number from a uniform distribution over 0 - 1 (endpoints of this interval are not returned) using the current generator float stats_rand_ranf ( void ) Returns: This function is currently not documented; only its argument list is available.