Function tln_skipspace
This function skips any whitespace from the current position within a string and to the next non-whitespace value.
Located at
extras/htmlfilter.php
Parameters summary
string |
$body |
the string |
integer |
$offset |
<p>the offset within the string where we should start looking for the next non-whitespace character.</p> |
Return value summary
integer
|
the location within the $body where the next non-whitespace char is located. |