Easy Tutorial
❮ Php Mysql Prepared Statements Func Mysqli Fetch Lengths ❯

PHP xml_get_current_line_number() Function



Definition and Usage

The xml_get_current_line_number() function retrieves the current line number of the XML parser.

It returns the current line number if successful, or FALSE if it fails.

Syntax

Parameter Description
parser Required. Specifies the XML parser to use.

Example

The output of the above code is as follows:


❮ Php Mysql Prepared Statements Func Mysqli Fetch Lengths ❯