API17:JSimpleXMLElement::toString
From Joomla! Documentation
JSimpleXMLElement::toString
Description
Return a well-formed XML string based on SimpleXML element.
public function toString ($whitespace=true)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $whitespace | true |
- Returns string
- Defined on line 605 of libraries/joomla/utilities/simplexml.php
See also
JSimpleXMLElement::toString source code on BitBucket
Class JSimpleXMLElement
Subpackage Utilities- Other versions of JSimpleXMLElement::toString
User contributed notes
Code Examples