SAMConnection::receive

(PECL sam >= 0.1.0) Receive a message from a queue or subscription. SAMMessage SAMConnection::receive ( string $target [, array $properties ] ) Parameters: target The identity of the queue, topic or subscription from which to receive the message. properties An optional associative array of properties describing other parameters to co

variant_fix

(PHP 5, PHP 7) Returns the integer portion of a variant mixed variant_fix ( mixed $variant ) Gets the integer portion of a variant. Parameters: variant The variant. Returns: If variant is negative, then the first negative integer greater than or equal to the variant is returned, otherwise returns the integer portion of the value of variant.

TokyoTyrantTable::putNr

(PECL tokyo_tyrant >= 0.1.0) Puts value public void TokyoTyrantTable::putNr ( mixed $keys [, string $value ] ) This method is not supported on table databases. Calling this method through TokyoTyrantTable is considered an error and an TokyoTyrantException will be thrown. Parameters: keys A string key or an array of key-value pairs value

MultipleIterator::setFlags

(PHP 5 >= 5.3.0, PHP 7) Sets flags public void MultipleIterator::setFlags ( int $flags ) Sets flags. Parameters: flags The flags to set, according to the Flag Constants Returns: No value is returned. This function is currently not documented; only its argument list is available.

svn_auth_get_parameter

(PECL svn >= 0.1.0) Retrieves authentication parameter string svn_auth_get_parameter ( string $key ) Retrieves authentication parameter at key. For a list of valid keys and their meanings, consult the authentication constants list. Parameters: key String key name. Use the authentication constants defined by this extension to specify a key. Returns:

VarnishAdmin::setParam

(PECL varnish >= 0.4) Set configuration param on the current varnish instance public int VarnishAdmin::setParam ( string $name, string|integer $value ) Parameters: name Varnish configuration param name. value Varnish configuration param value. Returns: Returns the varnish command status.

Phar::buildFromIterator

(PHP >= 5.3.0, PECL phar >= 2.0.0) Construct a phar archive from an iterator. public array Phar::buildFromIterator ( Iterator $iter [, string $base_directory ] ) Note: This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. Populate a phar archive from an iterator. Two styles of iterators are supported, iterators that map the

VarnishLog::getTagName

(PECL varnish >= 0.6) Get the log tag string representation by its index public static string VarnishLog::getTagName ( int $index ) Parameters: index Log tag index. Returns: Returns the log tag name as string.

mailparse_msg_get_part

(PECL mailparse >= 0.9.0) Returns a handle on a given section in a mimemessage resource mailparse_msg_get_part ( resource $mimemail, string $mimesection ) Parameters: mimemail A valid MIME resource. mimesection A valid MIME resource. This function is currently not documented; only its argume

sqlite_exec

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.3) Executes a result-less query against a given database bool sqlite_exec ( resource $dbhandle, string $query [, string &$error_msg ] ) bool sqlite_exec ( string $query , resource $dbhandle ) Object oriented style (method): public bool SQLiteDatabase::queryExec ( string $query [, string &$error_msg ] ) Executes an SQL statement given by the query against a given database han