EventConfig::setMaxDispatchInterval

(No version information available, might only be in Git) Prevents priority inversion public void EventConfig::setMaxDispatchInterval ( int $max_interval , int $max_callbacks , int $min_priority ) Prevents priority inversion by limiting how many low-priority event callbacks can be invoked before checking for more high-priority events. Note: Available since libevent 2.1.0-alpha . Parameters:

geoip_region_by_name

(PECL geoip >= 0.2.0) Get the country code and region array geoip_region_by_name ( string $hostname ) The geoip_region_by_name() function will return the country and region corresponding to a hostname or an IP address. This function is currently only available to users who have bought a commercial GeoIP Region Edition. A warning will be issued if the proper database cannot be located. The names of the different keys o

px_set_blob_file

(PECL paradox >= 1.3.0) Sets the file where blobs are read from bool px_set_blob_file ( resource $pxdoc, string $filename ) Sets the name of the file where blobs are going to be read from or written into. Without calling this function, px_get_record() or px_retrieve_record() will only return data in blob fields if the data is part of the record and not stored in the blob file. Blob data is stored in the record if it is sm

SAMConnection::remove

(PECL sam >= 0.1.0) Remove a message from a queue. SAMMessage SAMConnection::remove ( string $target [, array $properties ] ) Removes a message from a queue. Parameters: target The identity of the queue from which to remove the message. properties An optional associative array of properties describing other parameters to control th

gnupg_setsignmode

(PECL gnupg >= 0.1) Sets the mode for signing bool gnupg_setsignmode ( resource $identifier, int $signmode ) Sets the mode for signing. Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. sigmode The mode for signing. signmode takes a constant indicating what type of signature should be produced. The po

CachingIterator::next

(PHP 5, PHP 7) Move the iterator forward public void CachingIterator::next ( void ) Move the iterator forward. Returns: No value is returned. This function is currently not documented; only its argument list is available.

Memcached::deleteByKey

(PECL memcached >= 0.1.0) Delete an item from a specific server public bool Memcached::deleteByKey ( string $server_key, string $key [, int $time = 0 ] ) Memcached::deleteByKey() is functionally equivalent to Memcached::delete(), except that the free-form server_key can be used to map the key to a specific server. Parameters: server_key The key identifying the server

mailparse_msg_extract_part

(PECL mailparse >= 0.9.0) Extracts/decodes a message section void mailparse_msg_extract_part ( resource $mimemail, string $msgbody [, callable $callbackfunc ] ) Parameters: mimemail A valid MIME resource. msgbody A valid MIME resource. callbackfunc A valid MIME resource. Return

SplObjectStorage::serialize

(PHP 5 >= 5.2.2, PHP 7) Serializes the storage public string SplObjectStorage::serialize ( void ) Returns a string representation of the storage. Returns: A string representing the storage. Examples: SplObjectStorage::serialize() example <?php $s = new SplObjectStorage; $o = new StdClass; $s[$o] = "data"; echo $s-&

db2_fetch_object

(PECL ibm_db2 >= 1.0.0) Returns an object with properties representing columns in the fetched row object db2_fetch_object ( resource $stmt [, int $row_number = -1 ] ) Returns an object in which each property represents a column returned in the row fetched from a result set. Parameters: stmt A valid stmt resource containing a result set. row_nu