PHP Learning :Strlen - Publik Talk

Breaking

An informative website for every one.

Post Top Ad

Post Top Ad

Wednesday, August 2, 2017

PHP Learning :Strlen

Description:

The strlen() function is used to return the length of a string.
Lets find the length of a string.

Code:

<?php
echo strlen("hello world!");
?>


output:



No comments:

Post a Comment

Post Top Ad