Sõnastik Veb

strlen (PHP) – strlen() – function returns the length of a string. Näide:
echo strlen("Hello world!");
1 61 62 63 64 65 73