Note Submitter: pal
----
About me at prestonhunt dot com's 20-Oct-2003 note:
What you describe is the expected bahaviour. Actually rtrim
does not know whether you are using single or double quotes.
' t' is a string with space as the 1st character, backslash
as the 2nd and t as the 3rd. t is not an escape sequence in
single quoted strings. But it is in double quoted strings.
See documentation on string syntax for details.
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|