CairoContext::setFontMatrix

(PECL cairo >= 0.1.0) The setFontMatrix purpose public void CairoContext::setFontMatrix ( string $matrix ) Object oriented style (method): Procedural style: void cairo_set_font_matrix ( CairoContext $context , CairoMatrix $matrix ) Description here. Parameters: context Description... matrix Description... Return

ncurses_delch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Delete character at current position, move rest of line left bool ncurses_delch ( void ) Deletes the character under the cursor. All characters to the right of the cursor on the same line are moved to the left one position and the last character on the line is filled with a blank. The cursor position does not change. Returns: Returns

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.

realpath_cache_get

(PHP 5 >= 5.3.2, PHP 7) Get realpath cache entries array realpath_cache_get ( void ) Get the contents of the realpath cache. Returns: Returns an array of realpath cache entries. The keys are original path entries, and the values are arrays of data items, containing the resolved path, expiration date, and other options kept in the cache. Examples

get_parent_class

(PHP 4, PHP 5, PHP 7) Retrieves the parent class name for object or class string get_parent_class ([ mixed $object ] ) Retrieves the parent class name for object or class. Parameters: object The tested object or class name. This parameter is optional if called from the object's method. Returns: Returns the name of the parent class of the class of

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