Answers for "What is the use of the strlen( ) function in PHP?"

PHP
2

strlen php

<?php
echo strlen("Hello world!");	// will output 12
?>
Posted by: Guest on January-08-2021

Code answers related to "What is the use of the strlen( ) function in PHP?"

Browse Popular Code Answers by Language