url_parser.php
This code provides various string manipulation functions that are used by the rest of the SquirrelMail code.
Parses a body and converts all found URLs to clickable links.
Undocumented - complain, then patch.
Finds first occurrence of 8bit data in the string
Function finds first 8bit symbol or html entity that represents 8bit character. Search start is defined by $offset argument. Search ends at $maxlength position. If $maxlength is not defined or bigger than provided string, search ends when string ends.
Check returned data type in order to avoid confusion between bool(false) (not found) and int(0) (first char in the string).
Documentation generated on Mon, 13 Jan 2020 04:25:24 +0100 by phpDocumentor 1.4.3