maxdb_connect_errno

(PECL maxdb >= 1.0) Returns the error code from last connect call int maxdb_connect_errno ( void ) The maxdb_connect_errno() function will return the last error code number for last call to maxdb_connect(). If no errors have occurred, this function will return zero. Returns: An error code value for the last call to maxdb_connect(), if it failed. zero means no error occurred.

XMLReader::getAttributeNs

(PHP 5 >= 5.1.0, PHP 7) Get the value of an attribute by localname and URI public string XMLReader::getAttributeNs ( string $localName, string $namespaceURI ) Returns the value of an attribute by name and namespace URI or an empty string if attribute does not exist or not positioned on an element node. Parameters: localName The local name. namesp

ncurses_start_color

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Initializes color functionality int ncurses_start_color ( void ) Initializes color functionality in ncurses. This function must be called before any color manipulation functions are called and after ncurses_init() is called. It is good practice to call this function right after ncurses_init(). Returns: Returns 0 on success, or -1 if t

IntlChar::charFromName

(PHP 7) Find Unicode character by name and return its code point value public static int IntlChar::charFromName ( string $characterName [, int $nameChoice = IntlChar::UNICODE_CHAR_NAME ] ) Finds a Unicode character by its name and returns its code point value. The name is matched exactly and completely. If the name does not correspond to a code point, FALSE is returned. A Unicode 1.0 name is matched only if it differs f

SoapFault::__construct

(PHP 5 >= 5.0.1, PHP 7) SoapFault constructor SoapFault::__construct ( string $faultcode, string $faultstring [, string $faultactor [, string $detail [, string $faultname [, string $headerfault ]]]] ) This function is an alias of: SoapFault::SoapFault()

EventHttpRequest::sendError

(PECL event >= 1.4.0-beta) Send an HTML error message to the client public void EventHttpRequest::sendError ( int $error [, string $reason = NULL ] ) Send an HTML error message to the client. Parameters: error The HTTP error code. reason A brief explanation ofthe error. If NULL, the standard meaning of the error code will be used.

RecursiveDirectoryIterator::key

(PHP 5, PHP 7) Return path and filename of current dir entry public string RecursiveDirectoryIterator::key ( void ) Returns: The path and filename of the current dir entry. This function is currently not documented; only its argument list is available.

RecursiveDirectoryIterator::hasChildren

(PHP 5, PHP 7) Returns whether current entry is a directory and not '.' or '..' public bool RecursiveDirectoryIterator::hasChildren ([ bool $allow_links = false ] ) Parameters: allow_links Returns: Returns whether the current entry is a directory, but not '.' or '..' This function is currently not documented; onl

TokyoTyrantTable::putKeep

(PECL tokyo_tyrant >= 0.1.0) Put a new record public void TokyoTyrantTable::putKeep ( string $key, array $columns ) Puts a new record into the database. If the key already exists this method throws an exception indicating that the records exists. Parameters: key The primary key of the row or NULL columns Array of the row contents

CairoSurface::status

(PECL cairo >= 0.1.0) The status purpose public int CairoSurface::status ( void ) Object oriented style (method): Procedural style: int cairo_status ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; only its arg