__toString ()

Gets the current XML node as a true string.

Access

public

Returns

Type

Description

string

The current XML node as a true string.

Source

Method defined in utilities/simplexml.class.php | Toggle source view (4 lines) | View on GitHub

public function __toString()
{
    return $this->to_string();
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback