bson_decode

(PECL mongo >=1.0.1) Deserializes a BSON object into a PHP array array bson_decode ( string $bson ) This function is very beta and entirely useless for 99% of users. It is only useful if you're doing something weird, such as writing your own driver on top of the PHP driver. Parameters: bson The BSON to be deserialized. Returns: Returns the des

trader_minus_di

(PECL trader >= 0.2.0) Minus Directional Indicator array trader_minus_di ( 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. timePer

DOMDocument::relaxNGValidateSource

(PHP 5, PHP 7) Performs relaxNG validation on the document public bool DOMDocument::relaxNGValidateSource ( string $source ) Performs » relaxNG validation on the document based on the given RNG source. Parameters: source A string containing the RNG schema. Returns: Returns TRUE on success or FALSE on failure.

Spoofchecker::areConfusable

(PHP >= 5.4.0, PECL intl >= 2.0.0) Checks if a given text contains any confusable characters public bool Spoofchecker::areConfusable ( string $s1, string $s2 [, string &$error ] ) Parameters: s1 s2 error Returns: This function is currently

newt_grid_basic_window

(PECL newt >= 0.1) resource newt_grid_basic_window ( resource $text, resource $middle, resource $buttons ) Parameters: text middle buttons Returns: This function is currently not documented; only its argument list is available.

stats_dens_laplace

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

trader_min

(PECL trader >= 0.2.0) Lowest value over a specified period array trader_min ( 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.

Ev::feedSignal

(PECL ev >= 0.2.0) Feed a signal event info Ev final public static void Ev::feedSignal ( int $signum ) Simulates a signal receive. It is safe to call this function at any time, from any context, including signal handlers or random threads. Its main use is to customise signal handling in the process. Unlike Ev::feedSignalEvent() , this works regardless of which loop has registered the signal. Parameter

ldap_first_reference

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Return first reference resource ldap_first_reference ( resource $link, resource $result ) This function is currently not documented; only its argument list is available.

DOMElement::hasAttributeNS

(PHP 5, PHP 7) Checks to see if attribute exists public bool DOMElement::hasAttributeNS ( string $namespaceURI, string $localName ) Indicates whether attribute in namespace namespaceURI named localName exists as a member of the element. Parameters: namespaceURI The namespace URI. localName The local name. Returns: