API17

API17:JSimpleXML:: handleError

From Joomla! Documentation

Joomla 11.1 JSimpleXML::_handleError

Description

Handles an XML parsing error.


protected function _handleError (
        $code
        $line
        $col
)
Parameter Type Default Description
$code int XML Error Code
$line int Line on which the error happened
$col int Column on which the error happened
  • Returns
  • Defined on line 246 of libraries/joomla/utilities/simplexml.php

See also


User contributed notes

Code Examples