maxdb_stmt_store_result

(PECL maxdb >= 1.0) Transfers a result set from a prepared statement bool maxdb_stmt_store_result ( resource $stmt ) Procedural style Object oriented style object maxdb_stmt::store_result ( void ) maxdb_stmt_store_result() has no functionally effect and should not be used for retrieving data from MaxDB server. Returns: Returns TRUE on success or FALSE on failure.

SolrCollapseFunction::setHint

(PECL solr >= 2.2.0) Sets collapse hint public SolrCollapseFunction SolrCollapseFunction::setHint ( string $hint ) Sets collapse hint Parameters: hint Currently there is only one hint available "top_fc", which stands for top level FieldCache Returns: SolrCollapseFunction Examples:

px_set_value

(PECL paradox >= 1.1.0) Sets a value bool px_set_value ( resource $pxdoc, string $name, float $value ) Sets various values. Parameters: pxdoc Resource identifier of the paradox database as returned by px_new(). name name can be one of the following. value name can be one of the following.

trader_minus_dm

(PECL trader >= 0.2.0) Minus Directional Movement array trader_minus_dm ( array $high, array $low [, integer $timePeriod ] ) Parameters: high High price, array of real values. low Low price, array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns:

Gmagick::getimagecolorspace

(PECL gmagick >= Unknown) Gets the image colorspace public int Gmagick::getimagecolorspace ( void ) Gets the image colorspace. Returns: Colorspace Exception: Throws an GmagickException on error.

sqlite_error_string

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the textual description of an error code string sqlite_error_string ( int $error_code ) Returns a human readable description of the error_code returned from sqlite_last_error(). Parameters: error_code The error code being used, which might be passed in from sqlite_last_error(). Returns: Returns

shuffle

(PHP 4, PHP 5, PHP 7) Shuffle an array bool shuffle ( array &$array ) This function shuffles (randomizes the order of the elements in) an array. Parameters: array The array. Returns: Returns TRUE on success or FALSE on failure. Notes: This function assigns new keys to the elements in array. It w

OAuth::enableDebug

(PECL OAuth >= 0.99.3) Turn on verbose debugging public bool OAuth::enableDebug ( void ) Turns on verbose request information useful for debugging, the debug information is stored in the debugInfo member. Alternatively, the debug member can be set to a non-FALSE value to turn debug on. Returns: TRUE Changelog: 0.99.8 The debug and debugIn

HaruPage::textRect

(PECL haru >= 0.0.1) Print the text inside the specified region bool HaruPage::textRect ( float $left, float $top, float $right, float $bottom, string $text [, int $align = HaruPage::TALIGN_LEFT ] ) Prints the text inside the specified region. Parameters: left Left border of the text area. top Top border of the text area.

apcu_delete

(PECL apcu >= 4.0.0) Removes a stored variable from the cache mixed apcu_delete ( string $key ) Removes a stored variable from the cache. Parameters: key The key used to store the value (with apcu_store()). Returns: Returns TRUE on success or FALSE on failure. Examples: A apcu_de