maxdb_get_proto_info

(PECL maxdb >= 1.0) Returns the version of the MaxDB protocol used int maxdb_get_proto_info ( resource $link ) Procedural style Object oriented style string $maxdb->protocol_version; Returns an integer representing the MaxDB protocol version used by the connection represented by the link parameter. Returns: Returns an integer representing the protocol version (constant 10).

MongoCursor::current

(PECL mongo >=0.9.0) Returns the current element public array MongoCursor::current ( void ) This returns NULL until MongoCursor::next() is called. Returns: The current result document as an associative array. NULL will be returned if there is no result. See also: Iterator::current() -

Yaf_Dispatcher::getRouter

(Yaf >=1.0.0) Retrive router instance public Yaf_Router Yaf_Dispatcher::getRouter ( void ) Returns:

newt_compact_button

(PECL newt >= 0.1) resource newt_compact_button ( int $left, int $top, string $text ) Parameters: left top text Returns: This function is currently not documented; only its argument list is available.

EventHttpRequest::getOutputHeaders

(PECL event >= 1.4.0-beta) Returns associative array of the input headers public void EventHttpRequest::getOutputHeaders ( void ) Returns associative array of the input headers. Returns: See also: EventHttpRequest::getInputHeaders() -

maxdb_master_query

(PECL maxdb >= 1.0) Enforce execution of a query on the master in a master/slave setup bool maxdb_master_query ( resource $link, string $query ) This function is currently not documented; only its argument list is available.

ncurses_mvgetch

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and get character at new position int ncurses_mvgetch ( int $y, int $x ) Parameters: y x This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in

SolrQuery::setGroupFormat

(PECL solr >= 2.2.0) Sets the group format, result structure (group.format parameter). public SolrQuery SolrQuery::setGroupFormat ( string $value ) Sets the group.format parameter. If this parameter is set to simple, the grouped documents are presented in a single flat list, and the start and rows parameters affect the numbers of documents instead of groups. Accepts: grouped/simple Parameters:

msession_uniq

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Get unique id string msession_uniq ( int $param [, string $classname [, string $data ]] ) This function is currently not documented; only its argument list is available.

ZipArchive::setCompressionName

(PHP 7, PECL zip >= 1.13.0) Set the compression method of an entry defined by its name bool ZipArchive::setCompressionName ( string $name, int $comp_method [, int $comp_flags = 0 ] ) Set the compression method of an entry defined by its name. Parameters: name Name of the entry. comp_method The compression method. Either ZipArchive::