Sõnastik Veb

Tag: PHP

strlen (PHP) – strlen() – function returns the length of a string. Näide:
echo strlen("Hello world!");
1 15 16 17