xml_set_element_handler

(PHP 4, PHP 5, PHP 7) Set up start and end element handlers bool xml_set_element_handler ( resource $parser, callable $start_element_handler, callable $end_element_handler ) Sets the element handler functions for the XML parser. start_element_handler and end_element_handler are strings containing the names of functions that must exist when xml_parse() is called for parser. Parameters:

ReflectionProperty::__toString

(PHP 5, PHP 7) To string public string ReflectionProperty::__toString ( void ) To string. Returns: This function is currently not documented; only its argument list is available. See also: __toString() -

SolrParams::serialize

(PECL solr >= 0.9.2) Used for custom serialization final public string SolrParams::serialize ( void ) Used for custom serialization Returns: Used for custom serialization

OAuth::setToken

(PECL OAuth >= 0.99.1) Sets the token and secret public bool OAuth::setToken ( string $token, string $token_secret ) Set the token and secret for subsequent requests. Parameters: token The OAuth token. token_secret The OAuth token secret. Returns: TRUE Exampl

streamWrapper::__destruct

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Destructs an existing stream wrapper streamWrapper::__destruct ( void ) Called when closing the stream wrapper, right before streamWrapper::stream_flush().

ReflectionMethod::isProtected

(PHP 5, PHP 7) Checks if method is protected public bool ReflectionMethod::isProtected ( void ) Checks if the method is protected. Returns: TRUE if the method is protected, otherwise FALSE See also: ReflectionMethod::isPrivate() -

SolrModifiableParams::__destruct

(PECL solr >= 0.9.2) Destructor public void SolrModifiableParams::__destruct ( void ) Destructor Returns: None

tidy::isXml

(PHP 5, PHP 7, PECL tidy >= 0.5.2) Indicates if the document is a generic (non HTML/XHTML) XML document bool tidy::isXml ( void ) Object oriented style Procedural style bool tidy_is_xml ( tidy $object ) Tells if the document is a generic (non HTML/XHTML) XML document. Parameters: object The Tidy object. Returns: This function returns TRUE if

Yaf_Request_Abstract::setParam

(Yaf >=1.0.0) The setParam purpose public void Yaf_Request_Abstract::setParam ( string $name [, string $value ] ) Parameters: name value Returns: This function is currently not documented; only its argument list is available.

DateInterval::__construct

(PHP 5 >= 5.3.0, PHP 7) Creates a new DateInterval object public DateInterval::__construct ( string $interval_spec ) Creates a new DateInterval object. Parameters: interval_spec An interval specification. The format starts with the letter P, for "period." Each duration period is represented by an integer value followed by a period designator. If the duration contains time elements, t