DOMImplementation::hasFeature

(PHP 5, PHP 7) Test if the DOM implementation implements a specific feature public bool DOMImplementation::hasFeature ( string $feature, string $version ) Test if the DOM implementation implements a specific feature. You can find a list of all features in the » Conformance section of the DOM specification. Parameters: feature The feature to test.

hexdec

(PHP 4, PHP 5, PHP 7) Hexadecimal to decimal number hexdec ( string $hex_string ) Returns the decimal equivalent of the hexadecimal number represented by the hex_string argument. hexdec() converts a hexadecimal string to a decimal number. hexdec() will ignore any non-hexadecimal characters it encounters. Parameters: hex_string The hexadecimal string to convert

mb_ereg_search_init

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Setup string and regular expression for a multibyte regular expression match bool mb_ereg_search_init ( string $string [, string $pattern [, string $option = "msr" ]] ) mb_ereg_search_init() sets string and pattern for a multibyte regular expression. These values are used for mb_ereg_search(), mb_ereg_search_pos(), and mb_ereg_search_regs(). Parameters:

runkit_constant_remove

(PECL runkit >= 0.7.0) Remove/Delete an already defined constant bool runkit_constant_remove ( string $constname ) Parameters: constname Name of constant to remove. Either a string indicating a global constant, or classname::constname indicating a class constant. Returns: Returns TRUE on success or FALSE on failure.

ResourceBundle::count

(PHP >= 5.3.2, PECL intl >= 2.0.0) Get number of elements in the bundle public int ResourceBundle::count ( void ) Object oriented style Procedural style int resourcebundle_count ( ResourceBundle $r ) Get the number of elements in the bundle. Parameters: r ResourceBundle object. Returns: Returns number of elements in the bundle.

Yaf_Plugin_Abstract::dispatchLoopShutdown

(Yaf >=1.0.0) The dispatchLoopShutdown purpose public void Yaf_Plugin_Abstract::dispatchLoopShutdown ( Yaf_Request_Abstract $request, Yaf_Response_Abstract $response ) This is the latest hook in Yaf plugin hook system, if a custom plugin implement this method, then it will be called after the dispatch loop finished. Parameters: request This is the latest hook in Yaf p

tidy::getHtmlVer

(PHP 5, PHP 7, PECL tidy >= 0.5.2) Get the Detected HTML version for the specified document int tidy::getHtmlVer ( void ) Object oriented style Procedural style int tidy_get_html_ver ( tidy $object ) Returns the detected HTML version for the specified tidy object. Parameters: object The Tidy object. Returns: Returns the detected HTML version.

tidyNode::hasSiblings

(PHP 5 >= 5.0.1, PHP 7) Checks if a node has siblings bool tidyNode::hasSiblings ( void ) Tells if the node has siblings. Returns: Returns TRUE if the node has siblings, FALSE otherwise. Notes: This function was named tidy_node::has_siblings() in PHP 4/Tidy 1. Examples: tidyNode::hasSiblings() example

newt_grid_free

(PECL newt >= 0.1) void newt_grid_free ( resource $grid, bool $recurse ) Parameters: grid recurse Returns: No value is returned. This function is currently not documented; only its argument list is available.

MongoDB::createDBRef

(PECL mongo >=0.9.0) Creates a database reference public array MongoDB::createDBRef ( string $collection, mixed $document_or_id ) This method is a flexible interface for creating database refrences (see MongoDBRef). Parameters: collection The collection to which the database reference will point. document_or_id If an array or object