newt_listbox_get_current

(PECL newt >= 0.1) string newt_listbox_get_current ( resource $listbox ) Parameters: listbox Returns: This function is currently not documented; only its argument list is available.

SolrDocument::valid

(PECL solr >= 0.9.2) Checks if the current position internally is still valid public bool SolrDocument::valid ( void ) Checks if the current position internally is still valid. It is used during foreach operations. Returns: Returns TRUE on success and FALSE if the current position is no longer valid.

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