API17

API17:JSimpleXML:: startElement

From Joomla! Documentation

Joomla 11.1 JSimpleXML::_startElement

Description

Handler function for the start of a tag.


protected function _startElement (
        $parser
        $name
        $attrs=array
)
Parameter Type Default Description
$parser resource
$name string
$attrs array array()
  • Returns
  • Defined on line 273 of libraries/joomla/utilities/simplexml.php

See also


User contributed notes

Code Examples