Easy Tutorial
❮ Php Db Odbc Func Date Timezone Get ❯

PHP xml_get_current_column_number() Function



Definition and Usage

The xml_get_current_column_number() function retrieves the current column number of the XML parser.

If successful, the function returns the current column number. If it fails, it returns FALSE.

Syntax

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

Example

The output of the above code is as follows:


❮ Php Db Odbc Func Date Timezone Get ❯