Sõnastik Veb

strlen (PHP) – strlen() – function returns the length of a string. Näide:
echo strlen("Hello world!");
1 5 6 7 8