On 11/1/07, Jim Lucas <[EMAIL PROTECTED]> wrote:
> I noticed, while perusing the chop() manual page, that some people were 
> giving examples of Perl's
> chop() and chomp() functions.  Comments made about both said the examples 
> were good, but not correct.

what about trim(), rtrim() and ltrim() ? seems unnecessary to reinvent
the wheel. if you want an array one, just make it recurse like you
did.

- mike

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to