|
SYNOPSIS
string xmlReaderGetVersion(xmlReader reader)
Parameters:
-
reader - the xmlReader object
Returns:
- the xml version of the data
DESCRIPTION
xmlReaderGetVersion() returns the xml version used by the XML
data, as defined in the xml declaration:
<?xml version="1.0" encoding="UTF-8"?>
<top>
...
For this data, xmlReaderGetVersion() would return 1.0.
EXAMPLE
<$version = (xmlReaderGetVersion($reader))>
SEE ALSO
xmlReaderGetEncoding,
xmlReaderGetLang
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|