|
|
|
|
|
|
Function mioxml_getOuter | Language: PHP
|
Syntax
| mioxml_getOuter(XML, TAG, asString) |
Parameters
| STRING | XML | XML data to search in
| | STRING | TAG | Tag to retrieve
| | BOOL | asString | If set to true (default), a string is returned with the first tag found. If set to false, an array is returned with all the results. |
Return value
Description
| Returns the full XML code for the specified tag, including the tag itself. |
|
|
|