Answers for "php size length string"

PHP
6

php string length

<?php
$str = 'Hello World!';
echo strlen($str); // 12
?>
Posted by: Guest on April-22-2020

Browse Popular Code Answers by Language