Date: 01/21/00
- Next message: Eric Ries: "Re: [PHPLIB] Calling Javascript from php"
- Previous message: Damien Moody: "[PHPLIB] .length?"
- In reply to: Damien Moody: "[PHPLIB] .length?"
- Next in thread: Alexander Aulbach: "Re: [PHPLIB] .length?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Eric Ries: "Re: [PHPLIB] Calling Javascript from php"
- Previous message: Damien Moody: "[PHPLIB] .length?"
- In reply to: Damien Moody: "[PHPLIB] .length?"
- Next in thread: Alexander Aulbach: "Re: [PHPLIB] .length?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

