EvIo::createStopped

(PECL ev >= 0.2.0) Create stopped EvIo watcher object final public static EvIo EvIo::createStopped ( mixed $fd , int $events , callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) The same as EvIo::__construct() , but doesn't start the watcher automatically. Parameters: fd The same as for EvIo::__construct() events T

MessageFormatter::getErrorMessage

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the error text from the last operation public string MessageFormatter::getErrorMessage ( void ) Object oriented style Procedural style string msgfmt_get_error_message ( MessageFormatter $fmt ) Get the error text from the last operation. Parameters: fmt The message formatter Returns: Descr

db2_procedure_columns

(PECL ibm_db2 >= 1.0.0) Returns a result set listing stored procedure parameters resource db2_procedure_columns ( resource $connection, string $qualifier, string $schema, string $procedure, string $parameter ) Returns a result set listing the parameters for one or more stored procedures. Parameters: connection A valid connection to an IBM DB2, Cloudscape, or Apache D

trader_trix

(PECL trader >= 0.2.0) 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA array trader_trix ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

date_create

(PHP 5 >= 5.2.0, PHP 7) Alias of DateTime::__construct() This function is an alias of: DateTime::__construct()

oci_free_descriptor

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Frees a descriptor bool oci_free_descriptor ( resource $descriptor ) Frees a descriptor allocated by oci_new_descriptor(). Returns: Returns TRUE on success or FALSE on failure. Notes: This function is commonly used as a method OCI-LOB::free. See also:

dbplus_unselect

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Remove a constraint from relation int dbplus_unselect ( resource $relation ) Calling dbplus_unselect() will remove a constraint previously set by dbplus_find() on relation. Parameters: relation A relation opened by dbplus_open(). Returns:

Imagick::deleteImageProperty

(No version information available, might only be in Git) Description public void Imagick::deleteImageProperty ( string $name ) Deletes an image property. Parameters: name The name of the property to delete. Returns:

apcu_entry

(PECL apcu >= 5.1.0) Atomically fetch or generate a cache entry mixed apcu_entry ( string $key, callable $generator [, int $ttl = 0 ] ) Atomically attempts to find key in the cache, if it cannot be found generator is called, passing key as the only argument. The return value of the call is then cached with the optionally specified ttl, and returned. Note: When control enters apcu_entry() the lock for the cache is acq

DOMNode::isDefaultNamespace

(PHP 5, PHP 7) Checks if the specified namespaceURI is the default namespace or not public bool DOMNode::isDefaultNamespace ( string $namespaceURI ) Tells whether namespaceURI is the default namespace. Parameters: namespaceURI The namespace URI to look for. Returns: Return TRUE if namespaceURI is the default namespace, FALSE otherwise.