Articles → PHP → Strtolower Function In Php

Strtolower Function In Php






Purpose





Example


<!DOCTYPE html>
<html>

<body>
	<?php
 // Calling the method strtolower
echo strtolower("This is the LINE with ALL CAPS.");
?>
</body>

</html>



Output


Picture showing the output of  strtolower function in php
Click to Enlarge


Posted By  -  Karan Gupta
 
Posted On  -  Thursday, September 24, 2020

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250