Re: [PHPLIB] .length? From: garyb <email protected>
Date: 01/21/00

Damien said,
> Is there a ".length" for strings in PHP? Meaning I want to determine if
> "this_string" is in fact 11 chars long.
>
strlen($str) will do it. In the String Functions section of the reference.
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.