EventHttp::setTimeout

(PECL event >= 1.4.0-beta) Sets the timeout for an HTTP request public void EventHttp::setTimeout ( int $value ) Sets the timeout for an HTTP request. Parameters: value The timeout in seconds. Returns: No value is returned.

SolrClient::getByIds

(PECL solr >= 2.2.0) Get Documents by their Ids. Utilizes Solr Realtime Get (RTG). public SolrQueryResponse SolrClient::getByIds ( array $ids ) Get Documents by their Ids. Utilizes Solr Realtime Get (RTG). Parameters: ids Document ids Returns: SolrQueryResponse Examples: SolrClient

is_bool

(PHP 4, PHP 5, PHP 7) Finds out whether a variable is a boolean bool is_bool ( mixed $var ) Finds whether the given variable is a boolean. Parameters: var The variable being evaluated. Returns: Returns TRUE if var is a boolean, FALSE otherwise. Examples: is_bool() examples

ArrayObject::getFlags

(PHP 5 >= 5.1.0, PHP 7) Gets the behavior flags. public int ArrayObject::getFlags ( void ) Gets the behavior flags of the ArrayObject. See the ArrayObject::setFlags method for a list of the available flags. Returns: Returns the behavior flags of the ArrayObject. Examples: ArrayObject::getFlags() example <?php // Arr

SolrDisMaxQuery::removeQueryField

(No version information available, might only be in Git) Removes a Query Field (qf parameter) public SolrDisMaxQuery SolrDisMaxQuery::removeQueryField ( string $field ) Removes a Query Field (qf parameter) from the field list added by SolrDisMaxQuery::addQueryField() qf: When building DisjunctionMaxQueries from the user's query it specifies the fields to search in, and boosts for those fields. Parameters:

db2_autocommit

(PECL ibm_db2 >= 1.0.0) Returns or sets the AUTOCOMMIT state for a database connection mixed db2_autocommit ( resource $connection [, bool $value ] ) Sets or gets the AUTOCOMMIT behavior of the specified connection resource. Parameters: connection A valid database connection resource variable as returned from db2_connect() or db2_pconnect(). va

ErrorException::__construct

(PHP 5 >= 5.1.0, PHP 7) Constructs the exception public ErrorException::__construct ([ string $message = "" [, int $code = 0 [, int $severity = 1 [, string $filename = __FILE__ [, int $lineno = __LINE__ [, Exception $previous = NULL ]]]]]] ) Constructs the Exception. Parameters: message The Exception message to throw. code The Exception code.

pcntl_setpriority

(PHP 5, PHP 7) Change the priority of any process bool pcntl_setpriority ( int $priority [, int $pid = getmypid() [, int $process_identifier = PRIO_PROCESS ]] ) pcntl_setpriority() sets the priority of pid. Parameters: priority priority is generally a value in the range -20 to 20. The default priority is 0 while a lower numerical value causes more favorable scheduling.

$http_response_header

(PHP 4 >= 4.0.4, PHP 5, PHP 7) HTTP response headers The $http_response_header array is similar to the get_headers() function. When using the HTTP wrapper, $http_response_header will be populated with the HTTP response headers. $http_response_header will be created in the local scope. Examples: $http_response_header example <?php function get_contents

SoapClient::__setSoapHeaders

(PHP 5 >= 5.0.5, PHP 7) Sets SOAP headers for subsequent calls public bool SoapClient::__setSoapHeaders ([ mixed $soapheaders ] ) Defines headers to be sent along with the SOAP requests. Note: Calling this method will replace any previous values. Parameters: soapheaders The headers to be set. It could be SoapHeader object or array of SoapHeader objects. If not spe