PHP » GoLang |
login |
register |
about
|
GoLang SimpleXMLElement::__toString
request it (359)
GoLang replacement for PHP's SimpleXMLElement::__toString
[edit | history]
PHP SimpleXMLElement::__toStringPHP original manual for SimpleXMLElement::__toString [ show | php.net ]SimpleXMLElement::__toString(PHP 5 >= 5.3.0, PHP 7) SimpleXMLElement::__toString — Returns the string content Description
public string SimpleXMLElement::__toString
( void
)
Returns text content that is directly in this element. Does not return text content that is inside this element's children. ParametersThis function has no parameters. Return ValuesReturns the string content on success or an empty string on failure. Examples
Example #1 Get string content
<?php The above example will output: 1 3 |
more
Recently updated
more
Most requested
more
Last requests
|