SDO_DAS_XML::createDataObject

(^) Creates SDO_DataObject for a given namespace URI and type name SDO_DataObject SDO_DAS_XML::createDataObject ( string $namespace_uri, string $type_name ) Creates SDO_DataObject for a given namespace URI and type name. The type should be defined in the underlying model otherwise SDO_TypeNotFoundException will be thrown. Parameters: namespace_uri Namespace URI of the t

newt_set_suspend_callback

(PECL newt >= 0.1) Set a callback function which gets invoked when user presses the suspend key void newt_set_suspend_callback ( callable $function, mixed $data ) Set a callback function which gets invoked when user presses the suspend key (normally ^Z). If no suspend callback is registered, the suspend keystroke is ignored. Parameters: function A callback function, w

SWFShape::setLine

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the shape's line style void SWFShape::setLine ( SWFShape $shape ) void setLine ( int $width , int $red , int $green , int $blue [, int $a ] ) swfshape::setline() sets the shape's line style. width is the line's width. If width is 0, the line's style is removed (then, all other arguments are ignored). If width > 0, then line's color is set to red, green, blue. Last parameter a is o

Memcached::casByKey

(PECL memcached >= 0.1.0) Compare and swap an item on a specific server public bool Memcached::casByKey ( float $cas_token, string $server_key, string $key, mixed $value [, int $expiration ] ) Memcached::casByKey() is functionally equivalent to Memcached::cas(), except that the free-form server_key can be used to map the key to a specific server. This is useful if you need to keep a bunch of related keys on a certain serv

curl_multi_add_handle

(PHP 5, PHP 7) Add a normal cURL handle to a cURL multi handle int curl_multi_add_handle ( resource $mh, resource $ch ) Adds the ch handle to the multi handle mh Parameters: mh A cURL multi handle returned by curl_multi_init(). ch A cURL handle returned by curl_init(). Returns: Returns 0 on success, or one of the C

ociserverversion

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_server_version() Alias of oci_server_version() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

RarEntry::isEncrypted

(PECL rar >= 2.0.0) Test whether an entry is encrypted public bool RarEntry::isEncrypted ( void ) Tests whether the current entry contents are encrypted. Note: The password used may differ between files inside the same RAR archive. Returns: Returns TRUE if the current entry is encrypted and FALSE otherwise.

MongoWriteBatch::add

(PECL mongo >= 1.5.0) Adds a write operation to a batch public bool MongoWriteBatch::add ( array $item ) Adds a write operation to the batch. If $item causes the batch to exceed the » maxWriteBatchSize or » maxBsonObjectSize limits, the driver will internally split the batches into multiple write commands upon calling MongoWriteBatch::execute(). Parameters: item An a

wincache_ucache_set

(PECL wincache >= 1.1.0) Adds a variable in user cache and overwrites a variable if it already exists in the cache bool wincache_ucache_set ( mixed $key, mixed $value [, int $ttl = 0 ] ) bool wincache_ucache_set ( array $values [, mixed $unused = NULL [, int $ttl = 0 ]] ) Adds a variable in user cache. Overwrites a variable if it already exists in the cache. The added or updated variable remains in the user cache unle

ksort

(PHP 4, PHP 5, PHP 7) Sort an array by key bool ksort ( array &$array [, int $sort_flags = SORT_REGULAR ] ) Sorts an array by key, maintaining key to data correlations. This is useful mainly for associative arrays. Parameters: array The input array. sort_flags You may modify the behavior of the sort using the optional parameter sor