SolrQuery::setGroupTruncate

(PECL solr >= 2.2.0) If true, facet counts are based on the most relevant document of each group matching the query. public SolrQuery SolrQuery::setGroupTruncate ( bool $value ) If true, facet counts are based on the most relevant document of each group matching the query. The server default value is false. group.truncate parameter Parameters: value If true, facet coun

odbc_field_type

(PHP 4, PHP 5, PHP 7) Datatype of a field string odbc_field_type ( resource $result_id, int $field_number ) Gets the SQL type of the field referenced by number in the given result identifier. Parameters: result_id The result identifier. field_number The field number. Field numbering starts at 1. Returns: Return

UConverter::setSourceEncoding

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set the source encoding public void UConverter::setSourceEncoding ( string $encoding ) Parameters: encoding Returns: This function is currently not documented; only its argument list is available.

SolrQuery::setTermsIncludeLowerBound

(PECL solr >= 0.9.2) Include the lower bound term in the result set public SolrQuery SolrQuery::setTermsIncludeLowerBound ( bool $flag ) Include the lower bound term in the result set. Parameters: flag Include the lower bound term in the result set Returns: Returns the current SolrQuery object, if the return value is used.

trader_floor

(PECL trader >= 0.2.0) Vector Floor array trader_floor ( array $real ) Calculates the next lowest integer for each value in real and returns the resulting array. Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

fann_save

(PECL fann >= 1.0.0) Saves the entire network to a configuration file bool fann_save ( resource $ann, string $configuration_file ) Saves the entire network to a configuration file. The configuration file contains all information about the neural network and enables fann_create_from_file() to create an exact copy of the neural network and all of the parameters associated with the neural network. These three parameters

OAuthProvider::removeRequiredParameter

(PECL OAuth >= 1.0.0) Remove a required parameter final public bool OAuthProvider::removeRequiredParameter ( string $req_params ) Removes a required parameter. Parameters: req_params The required parameter to be removed. Returns: Returns TRUE on success or FALSE on failure. This function is currently not do

IntlCalendar::setTimeZone

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set the timezone used by this calendar public bool IntlCalendar::setTimeZone ( mixed $timeZone ) Object oriented style Procedural style bool intlcal_set_time_zone ( IntlCalendar $cal , mixed $timeZone ) Defines a new timezone for this calendar. The time represented by the object is preserved to the detriment of the field values. Parameters:

QuickHashIntStringHash::__construct

(PECL quickhash >= Unknown) Creates a new QuickHashIntStringHash object public QuickHashIntStringHash::__construct ( int $size [, int $options = 0 ] ) This constructor creates a new QuickHashIntStringHash. The size is the amount of bucket lists to create. The more lists there are, the less collisions you will have. Options are also supported. Parameters: size The amou

EventHttpConnection::setTimeout

(PECL event >= 1.2.6-beta) Sets the timeout for the connection public void EventHttpConnection::setTimeout ( int $timeout ) Sets the timeout for the connection Parameters: timeout Timeout in seconds. Returns: No value is returned.