(PHP 5, PHP 7, PECL tidy 0.5.2-1.0) Returns a tidyNode object starting from the <body> tag of the tidy parse tree tidyNode tidy::body ( void ) Object oriented style Procedural style tidyNode tidy_get_body ( tidy $object ) Returns a tidyNode object starting from the <body> tag of the tidy parse tree. Parameters: object The Tidy object. Retu
(PECL newt >= 0.1) void newt_win_message ( string $title, string $button_text, string $format [, mixed $args [, mixed $... ]] ) Parameters: title button_text format args Returns: No value is returned. This function is currently
(PECL cairo >= 0.1.0) The setFontMatrix purpose public void CairoContext::setFontMatrix ( string $matrix ) Object oriented style (method): Procedural style: void cairo_set_font_matrix ( CairoContext $context , CairoMatrix $matrix ) Description here. Parameters: context Description... matrix Description... Return
(PECL solr >= 0.9.2) Sets a text snippet generator for highlighted text public SolrQuery SolrQuery::setHighlightFragmenter ( string $fragmenter [, string $field_override ] ) Specify a text snippet generator for highlighted text. Parameters: fragmenter The standard fragmenter is gap. Another option is regex, which tries to create fragments that resembles a certain regul
(Yaf >=1.0.0) Retrive the dispatcher instance public static Yaf_Dispatcher Yaf_Dispatcher::getInstance ( void ) Returns:
(PECL apc >= 3.1.1) Get current item public mixed APCIterator::current ( void ) Gets the current item from the APCIterator stack. Returns: Returns the current item on success, or FALSE if no more items or exist, or on failure. See also: APCIterator::next() - Iterator::current() -
(PECL geoip >= 0.2.0) Get the country code and region array geoip_region_by_name ( string $hostname ) The geoip_region_by_name() function will return the country and region corresponding to a hostname or an IP address. This function is currently only available to users who have bought a commercial GeoIP Region Edition. A warning will be issued if the proper database cannot be located. The names of the different keys o
(PECL stomp >= 0.1.0) Gets the current stomp extension version string stomp_version ( void ) Returns a string containing the version of the current stomp extension. Returns: It returns the current stomp extension version Examples: stomp_version() example <?php var_dump(stomp_version()); ?> The above example
(PECL uopz >= 1.0.3) Backup a function void uopz_backup ( string $class, string $function ) void uopz_backup ( string $function ) Backup a function at runtime, to be restored on shutdown Parameters: class The name of the class containing the function to backup function The name of the function Returns:
(^) Create a child SDO_DataObject SDO_DataObject SDO_DataObject::createDataObject ( mixed $identifier ) Create a child SDO_DataObject of the default type for the property identified. The data object is automatically inserted into the tree and a reference to it is returned. Parameters: identifier Identifies the property for the data object type to be created. Can be eith
Page 865 of 930