Example Usage. The most common value of type is perhaps text/css , which is used when linking to an external stylesheet. Example Usage. The most common value of type is perhaps text/css , which is used when linking to an external stylesheet.
PHP-MySqli
SQL
Test and run strlen online in your browser
The function strlen() returns the length of the given $string.Syntax:
strlen(string $string );
Read more on: strlen online
This example will display the length of the given text.
Example 1: A strlen() function example:
<?php $e_str = 'ab23cd44ef'; echo strlen($e_str); // 10 echo "<br />"; $e_str = ' a23b ghd 77 '; echo strlen($e_str); // 13 ?>
<?php
$e_str = 'PHP strlen online. Check the
characters length of your text.';
echo strlen($e_str); // 62
echo "<br />";
$e_str = ' a23b ghd 77 ';
echo strlen($e_str); // 13
?>
Commenting in HTML | How to Write Comments in HTML
HTML Comment – Single Line and Double line HTML Comments
HTML Comment – Single Line and Double line HTML Comments
HTML Comment – Single
HTML Comment – Single Line and Double
HTML Comment – Single Line and Double line HTML Comments
HTML Comment – Single Line and Double line HTML Comments
related links
Links in HTML - Learn HTML for Beginners
Links in HTML - Learn HTML for Beginners
related links
Links in HTML - Learn HTML for Beginners
Links in HTML - Learn HTML for Beginners