• PHP Video Tutorials

PHP - Function XML Parser Create ns



Syntax

resource xml_parser_create_ns ([ string $encoding [, string $separator = ":" ]] )

Definition and Usage

It used to create an XML parser with namespace support

Return Values

It returns a resource handle to be used by other XML functions on success, or FALSE on failure.

Parameters

Sr.No Parameters & Description
1

encoding

It is used to specifies the output encoding.

2

separator

It is used to specifies the output separator for tag name and namespace.

php_function_reference.htm
Advertisements