This site is mobile accessible. Press the "Tap Here" button to use a different font-size.


Smartphone icons created by Freepik - Flaticon

PHP String Functions

strlen() - Return the Length of a String

12

<?php
// Return the Length of a String
echo strlen("Hello world!");
?>