Articles → PHP → Strlen Function In PHP
Strlen Function In PHP
Purpose
Example
<!DOCTYPE html>
<html>
<body>
<?php
echo "The length of the string is:". strlen("Gyansangrah");
?>
</body>
</html>
Output
Click to Enlarge
| Posted By - | Karan Gupta |
| |
| Posted On - | Friday, October 9, 2020 |