Function tln_getnxtag
This function looks for the next tag.
Parameters summary
string |
$body |
String where to look for the next tag.
|
integer |
$offset |
Start looking from here.
|
Return value summary
array|boolean
|
false if no more tags exist in the body, or an array with the following members:
- string with the name of the tag - array with attributes and their values -
integer with tag type (1, 2, or 3) - integer where the tag starts (starting
"<") - integer where the tag ends (ending ">") first three members will be
false, if the tag is invalid.
|