strtolower()
functionYou can use the PHP strtolower()
function to convert a string to lowercase.
Let's check out the following example to understand how this function actually works:
<?php
$my_str = 'The Quick Brown Fox Jumps Over The Lazy Dog.';
echo strtolower($my_str);
?>
i hope you like this small tutorial.
Hi, My name is Harsukh Makwana. i have been work with many programming language like php, python, javascript, node, react, anguler, etc.. since last 5 year. if you have any issue or want me hire then contact me on [email protected]
Laravel5.4 - Prevent Browser's Back Button Login After Logout
In this tutorials we are sharing with yo...Laravel 8 Paypal Payment Gateway Integration
Paypal is a international payment proces...How to get Current User Location in Laravel 7
In this tutorial, i am going to show you...How to make dependent dropdown list using jquery Ajax in PHP
Dynamic Category and Subcategory Dropdow...Laravel 8 - Custom server side search with datatable example
In this article, i will share with you h...