Mehdi Achour wrote:
didou Tue Apr 27 17:45:48 2004 EDT
+echo = trim($text, " \t."); // "These are a few words :)"
+
// trim the ASCII control characters at the beginning and end of $binary
// (from 0 to 31 inclusive)
+$clean = trim($binary, "\x00..\x1F");
?>
]]>
[..skip..]
echo = trim($text, " \t."); // "These are a few words :)"
What is it supposed to be ?
It's supposed to be a human mistake :) Fixed in CVS, thank you.
Mehdi Achour