SolrQuery::getGroupFunctions

(PECL solr >= 2.2.0) Returns group functions (group.func parameter values) public array SolrQuery::getGroupFunctions ( void ) Returns group functions (group.func parameter values) Returns: See also: SolrQuery::addGroupFunction() -

trader_cdlrickshawman

(PECL trader >= 0.2.0) Rickshaw Man array trader_cdlrickshawman ( 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 pr

is_long

(PHP 4, PHP 5, PHP 7) Alias of is_int() This function is an alias of: is_int().

Imagick::getImageIterations

(PECL imagick 2.0.0) Gets the image iterations int Imagick::getImageIterations ( void ) Gets the image iterations. Returns: Returns the image iterations as an integer. Exception: Throws ImagickException on error.

event_priority_set

(PECL libevent >= 0.0.5) Assign a priority to an event. bool event_priority_set ( resource $event, int $priority ) Assign a priority to the event. Parameters: event Valid event resource. priority Priority level. Cannot be less than zero and cannot exceed maximum priority level of the event base (see event_base_priority_init()).

SolrCollapseFunction::__toString

(PECL solr >= 2.2.0) Returns a string representing the constructed collapse function public string SolrCollapseFunction::__toString ( void ) Returns a string representing the constructed collapse function Returns:

GearmanWorker::work

(PECL gearman >= 0.5.0) Wait for and perform jobs public bool GearmanWorker::work ( void ) Waits for a job to be assigned and then calls the appropriate callback function. Issues an E_WARNING with the last Gearman error if the return code is not one of GEARMAN_SUCCESS, GEARMAN_IO_WAIT, or GEARMAN_WORK_FAIL. Returns: Returns TRUE on success or FALSE on failure.

kadm5_delete_principal

(PECL kadm5 >= 0.2.3) Deletes a kerberos principal bool kadm5_delete_principal ( resource $handle, string $principal ) Removes the principal from the Kerberos database. Parameters: handle A KADM5 handle. principal The removed principal. Returns: Returns TRUE on success or FALSE on failure.

Gmagick::getimagemattecolor

(PECL gmagick >= Unknown) Returns the image matte color public void Gmagick::getimagemattecolor ( void ) Returns GmagickPixel object on success. Throw an GmagickException on error. Returns: Returns GmagickPixel object on success. Exception: Throws an GmagickException on error.

Gmagick::setsamplingfactors

(PECL gmagick >= Unknown) Sets the image sampling factors. public Gmagick Gmagick::setsamplingfactors ( array $factors ) Sets the image sampling factors. Parameters: factors An array of doubles representing the sampling factor for each color component (in RGB order). Returns: The Gmagick object on success. Exception: