DOMElement::getAttributeNodeNS

(PHP 5, PHP 7) Returns attribute node public DOMAttr DOMElement::getAttributeNodeNS ( string $namespaceURI, string $localName ) Returns the attribute node in namespace namespaceURI with local name localName for the current node. Parameters: namespaceURI The namespace URI. localName The local name. Returns: Th

ncurses_attron

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turn on the given attributes int ncurses_attron ( int $attributes ) Parameters: attributes 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

SimpleXMLIterator::next

(PHP 5 >= 5.1.0, PHP 7) Move to next element public void SimpleXMLIterator::next ( void ) This method moves the SimpleXMLIterator to the next element. Returns: No value is returned. Examples: Move to the next element <?php $xmlIterator = new SimpleXMLIterator('<books><book>PHP Basics</book><boo

Yaf_Plugin_Abstract::preResponse

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

NumberFormatter::getPattern

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get formatter pattern public string NumberFormatter::getPattern ( void ) Object oriented style Procedural style string numfmt_get_pattern ( NumberFormatter $fmt ) Extract pattern used by the formatter. Parameters: fmt NumberFormatter object. Returns: Pattern string that is used by the formatt

Imagick::clone

(PECL imagick 2.0.0) Makes an exact copy of the Imagick object Imagick Imagick::clone ( void ) Makes an exact copy of the Imagick object. Returns: A copy of the Imagick object is returned. This function has been DEPRECATED as of imagick 3.1.0 in favour of using the clone keyword. Changelog: 3.1.0

SQLite3::version

(PHP 5 >= 5.3.0, PHP 7) Returns the SQLite3 library version as a string constant and as a number public static array SQLite3::version ( void ) Returns the SQLite3 library version as a string constant and as a number. Returns: Returns an associative array with the keys "versionString" and "versionNumber". Examples: SQLite3::version

SWFButton::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a new Button SWFButton::__construct ( void ) Creates a new Button. 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. Examples:

SAMConnection::__construct

(PECL sam >= 0.1.0) Creates a new connection to a Messaging Server SAMConnection::__construct ( void ) Creates a new SAMConnection object. Examples: Creating a connection object and connecting to a Messaging Server <?php $conn = new SAMConnection(); $conn->connect(SAM_WMQ, array(SAM_HOST => localhost, SAM_PORT => 1414, SAM_BROKER => 'b

pg_fetch_row

(PHP 4, PHP 5, PHP 7) Get a row as an enumerated array array pg_fetch_row ( resource $result [, int $row ] ) pg_fetch_row() fetches one row of data from the result associated with the specified result resource. Note: This function sets NULL fields to the PHP NULL value. Parameters: result PostgreSQL query result resource, returned by pg_query(), pg_query_params() or pg_ex