• PHP Video Tutorials

PHP - Function XML Get Current Byte Index



Syntax

int xml_get_current_byte_index ( resource $parser )

Definition and Usage

It used to get current byte index for an XML parser

Return Values

It returns the current byte index on success or false on failure

Parameters

Sr.No Parameters & Description
1

parser

It is used to specifies how to use xml parse.

php_function_reference.htm
Advertisements