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

TokyoTyrantTable::out

(PECL tokyo_tyrant >= 0.1.0) Remove records public void TokyoTyrantTable::out ( mixed $keys ) Removes records from a table database. Parameters: keys A single integer key or an array of integers Returns: This method returns the current object and throws TokyoTyrantException on failure. Example

udm_free_agent

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Free mnoGoSearch session int udm_free_agent ( resource $agent ) Freeing up memory allocated for agent session. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). Returns: Returns TRUE on success or FALSE on failure.

hw_api_reason::description

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns description of reason string hw_api_reason::description ( void ) Returns the description of a reason Returns: Returns the description, as a string.

Thread::start

(PECL pthreads >= 2.0.0) Execution public boolean Thread::start ([ integer $options ] ) Will start a new Thread to execute the implemented run method Parameters: options An optional mask of inheritance constants, by default PTHREADS_INHERIT_ALL Returns: A boolean indication of success Examples:

Event::delTimer

(PECL event >= 1.2.6-beta) Makes timer event non-pending public bool Event::delTimer ( void ) Event::delTimer() is an alias of Event::del() . See also: Event::del() -

ArrayAccess::offsetExists

(PHP 5 >= 5.0.0, PHP 7) Whether an offset exists abstract public boolean ArrayAccess::offsetExists ( mixed $offset ) Whether or not an offset exists. This method is executed when using isset() or empty() on objects implementing ArrayAccess. Note: When using empty() ArrayAccess::offsetGet() will be called and checked if empty only if ArrayAccess::offsetExists() returns TRUE. Parameters:

SplPriorityQueue::next

(PHP 5 >= 5.3.0, PHP 7) Move to the next node public void SplPriorityQueue::next ( void ) Extracts the top node from the queue. Returns: No value is returned.

Yaf_Request_Abstract::setRequestUri

(Yaf >=2.1.0) The setRequestUri purpose public void Yaf_Request_Abstract::setRequestUri ( string $uir ) Parameters: uir Returns: This function is currently not documented; only its argument list is available.

trader_cdllongline

(PECL trader >= 0.2.0) Long Line Candle array trader_cdllongline ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing p