Start your All-Access Pass to unlock this challenge
Now let's see if you can guess what the strlen() function does base on its name. What do you think this code will print out:
strlen()
echo strlen('fluffy kitten');
:)
12
fluffykitten
13
fluffy kitten