Marcus Boerger <[EMAIL PROTECTED]> wrote:
> what about a new function called strnlen str*n*len which will
> return the length of a string with a given maximum to avoid
> problems with strings not zero terminated.

why not just use memchr()?

jim

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to