Cairo::availableSurfaces

(PECL cairo >= 0.1.0) Retrieves all available surfaces public static array Cairo::availableSurfaces ( void ) Object oriented style (method): Procedural style: array cairo_available_surfaces ( void ) Returns an array with the available surface backends Returns: A list-type array with all available surface backends. Examples: Object

hw_api::replace

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Replaces an object hw_api_object hw_api::replace ( array $parameter ) Replaces the attributes and the content of an object. Parameters: parameter The parameter array contains the required elements 'objectIdentifier' and 'object' and the optional parameters 'content', 'parameters', 'mode' and 'attributeSelector'. 'objectIdentifier

MongoClient::getConnections

(PECL mongo >=1.3.0) Return info about all open connections public static array MongoClient::getConnections ( void ) Returns an array of all open connections, and information about each of the servers Returns: An array of open connections. Examples: MongoClient::getConnections() example <?php $m = new MongoClient; v

ReflectionMethod::isConstructor

(PHP 5, PHP 7) Checks if method is a constructor public bool ReflectionMethod::isConstructor ( void ) Checks if the method is a constructor. Returns: TRUE if the method is a constructor, otherwise FALSE See also: ReflectionMethod::__construct() - ReflectionMethod::isAbstract() -

trader_cdlstalledpattern

(PECL trader >= 0.2.0) Stalled Pattern array trader_cdlstalledpattern ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Clos

Yaf_Plugin_Abstract::preDispatch

(Yaf >=1.0.0) The preDispatch purpose public void Yaf_Plugin_Abstract::preDispatch ( Yaf_Request_Abstract $request, Yaf_Response_Abstract $response ) Parameters: request response Returns: This function is currently not documented; only its argument list is available.

sql_regcase

(PHP 4, PHP 5) Make regular expression for case insensitive match string sql_regcase ( string $string ) Creates a regular expression for a case insensitive match. Parameters: string The input string. Returns: Returns a valid regular expression which will match string, ignoring case. This expression is string with each alphabetic character convert

XMLReader::readOuterXML

(PHP 5 >= 5.2.0, PHP 7) Retrieve XML from current node, including it self public string XMLReader::readOuterXML ( void ) Reads the contents of the current node, including the node itself. Returns: Returns the contents of current node, including itself, as a string. Empty string on failure. See also: XMLReader

Event::delTimer

(PECL event >= 1.2.6-beta) Makes timer event non-pending public bool Event::delTimer ( void ) Event::delTimer() is an alias of Event::del() . See also: Event::del() -

session_name

(PHP 4, PHP 5, PHP 7) Get and/or set the current session name string session_name ([ string $name ] ) session_name() returns the name of the current session. If name is given, session_name() will update the session name and return the old session name. The session name is reset to the default value stored in session.name at request startup time. Thus, you need to call session_name() for every request (and before session_st