ncurses_use_default_colors

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Assign terminal default colors to color id -1 bool ncurses_use_default_colors ( void ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.

ncurses_whline

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draws a horizontal line in a window at current position using an attributed character and max. n characters long int ncurses_whline ( resource $window, int $charattr, int $n ) Parameters: window charattr n

Mongo::poolDebug

(PECL mongo >=1.2.0) Returns information about all connection pools. public array Mongo::poolDebug ( void ) Returns an array of information about all connection pools. Returns: Each connection pool has an identifier, which starts with the host. For each pool, this function shows the following fields: in use The number of connections currently being used by MongoClient instances. in pool

SphinxClient::runQueries

(PECL sphinx >= 0.1.0) Run a batch of search queries public array SphinxClient::runQueries ( void ) Connects to searchd, runs a batch of all queries added using SphinxClient::addQuery, obtains and returns the result sets. Returns: Returns FALSE on failure and array of result sets on success. See also: SphinxC

m_setblocking

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Set blocking/non-blocking mode for connection int m_setblocking ( resource $conn, int $tf ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). tf An MCVE_CONN resource returned by m_initengine(). Returns:

m_deletetrans

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Delete specified transaction from MCVE_CONN structure bool m_deletetrans ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

ncurses_wmove

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Moves windows output position int ncurses_wmove ( resource $window, int $y, int $x ) Parameters: window y x This function is currently not documented; only its argument list is available.

ncurses_slk_refresh

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Copies soft label keys to screen int ncurses_slk_refresh ( void ) Copies soft label keys from virtual screen to physical screen. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at

EvLoop::now

(PECL ev >= 0.2.0) Returns the current "event loop time" public double EvLoop::now ( void ) Returns the current "event loop time", which is the time the event loop received events and started processing them. This timestamp does not change as long as callbacks are being processed, and this is also the base time used for relative timers. You can treat it as the timestamp of the event occurring(or more correctly, libev find

newt_component_add_callback

(PECL newt >= 0.1) void newt_component_add_callback ( resource $component, mixed $func_name, mixed $data ) Parameters: component func_name data Returns: No value is returned. This function is currently not documented; only its argument list is available.