Easy Tutorial
❮ Func String Sha1 File Func Misc Constant ❯

PHP xml_set_object() Function



Definition and Usage

The xml_set_object() function allows the use of an XML parser within an object.

It returns TRUE on success, or FALSE on failure.

Syntax

Parameter Description
parser Required. Specifies the XML parser to use.
object Required. Specifies the object in which the parser is set.

Example


❮ Func String Sha1 File Func Misc Constant ❯