PHP Help... Close Window
String Length Function Help (strlen)







strlen gets length of specified data...

strlen("whoisthis") would return as "9"
strlen("whois") would return as "5"
strlen("who") would return as "3"

Click Here For Further Strlen Help