ncurses_nocbreak

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Switch terminal to cooked mode bool ncurses_nocbreak ( void ) Returns terminal to normal (cooked) mode. Initially the terminal may or may not be in cbreak mode as the mode is inherited. Therefore a program should call ncurses_cbreak() and ncurses_nocbreak() explicitly. Returns: Returns TRUE if any error occurred, otherwise FALSE.

APCUIterator::getTotalCount

(PECL apcu >= 5.0.0) Get total count public int APCUIterator::getTotalCount ( void ) Get the total count. Returns: The total count. This function is currently not documented; only its argument list is available. See also: APCUIterator::getTotalHits() -

sqlsrv_client_info

(No version information available, might only be in Git) Returns information about the client and specified connection array sqlsrv_client_info ( resource $conn ) Returns information about the client and specified connection Parameters: conn The connection about which information is returned. Returns: Returns an associative array with keys descri

QuickHashStringIntHash::add

(No version information available, might only be in Git) This method adds a new entry to the hash public bool QuickHashStringIntHash::add ( string $key, int $value ) This method adds a new entry to the hash, and returns whether the entry was added. Entries are by default always added unless QuickHashStringIntHash::CHECK_FOR_DUPES has been passed when the hash was created. Parameters:

XMLWriter::endDocument

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current document bool XMLWriter::endDocument ( void ) Object oriented style Procedural style bool xmlwriter_end_document ( resource $xmlwriter ) Ends the current document. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_op