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

oci_set_action

(PHP 5.3.2, PHP 7, PECL OCI8 >= 1.4.0) Sets the action name bool oci_set_action ( resource $connection, string $action_name ) Sets the action name for Oracle tracing. The action name is registered with the database when the next 'roundtrip' from PHP to the database occurs, typically when an SQL statement is executed. The action name can subsequently be queried from database administration views such as V$SESSION. It c

NumberFormatter::getTextAttribute

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get a text attribute public string NumberFormatter::getTextAttribute ( int $attr ) Object oriented style Procedural style string numfmt_get_text_attribute ( NumberFormatter $fmt , int $attr ) Get a text attribute associated with the formatter. An example of a text attribute is the suffix for positive numbers. If the formatter does not understand the attribute, U_UNSUPPOR

SolrDisMaxQuery::addQueryField

(No version information available, might only be in Git) Add a query field with optional boost (qf parameter) public SolrDisMaxQuery SolrDisMaxQuery::addQueryField ( string $field [, string $boost ] ) Add a query field with optional boost (qf parameter) Parameters: field field name boost Boost value. Boosts documents with matching terms

SplObjectStorage::offsetUnset

(PHP 5 >= 5.3.0, PHP 7) Removes an object from the storage public void SplObjectStorage::offsetUnset ( object $object ) Removes an object from the storage. Note: SplObjectStorage::offsetUnset() is an alias of SplObjectStorage::detach(). Parameters: object The object to remove. Returns: No value is returned.

OAuthProvider::tokenHandler

(PECL OAuth >= 1.0.0) Set the tokenHandler handler callback public void OAuthProvider::tokenHandler ( callable $callback_function ) Sets the token handler callback, which will later be called with OAuthProvider::callTokenHandler(). Parameters: callback_function The callable functions name. Returns: No value is returned.

MongoGridFSCursor::__construct

(PECL mongo >=0.9.0) Create a new cursor public MongoGridFSCursor::__construct ( MongoGridFS $gridfs, resource $connection, string $ns, array $query, array $fields ) Parameters: gridfs Related GridFS collection. connection Database connection. ns Full name of database and collection.

ZMQPoll::add

(PECL zmq >= 0.5.0) Add item to the poll set public string ZMQPoll::add ( mixed $entry, integer $type ) Adds a new item to the poll set and returns the internal id of the added item. The item can be removed from the poll set using the returned string id. Parameters: entry ZMQSocket object or a PHP stream resource type Defines what ac

Imagick::paintFloodfillImage

(PECL imagick 2.1.0) Changes the color value of any pixel that matches target bool Imagick::paintFloodfillImage ( mixed $fill, float $fuzz, mixed $bordercolor, int $x, int $y [, int $channel = Imagick::CHANNEL_ALL ] ) Changes the color value of any pixel that matches target and is an immediate neighbor. As of ImageMagick 6.3.8 this method has been deprecated and Imagick::floodfillPaintImage() should be used instead.

CairoContext::userToDeviceDistance

(PECL cairo >= 0.1.0) The userToDeviceDistance purpose public array CairoContext::userToDeviceDistance ( string $x, string $y ) Object oriented style (method): Procedural style: array cairo_user_to_device_distance ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description...