strtoupper()
functionYou can use the PHP strtoupper()
function to convert a string to uppercase.
Let's try out the following example to understand how this function basically works:
<?php
$my_str = 'The quick brown fox jumps over the lazy dog.';
echo strtoupper($my_str);
?>
i hope you like this article.
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]
Django - How to create CRUD with Example
Django is the high-level Python Web fram...How To Set Header In maatwebsite/excel Export In Laravel
Today, we are share with you how to set...Laravel 6 - Multiple Files upload with Validation Example
Today, i will share with you How to done...How to use Basic Authorization in PHP curl
When accessing API request over PHP curl...How to get Last Record From leftJoin Table in Laravel?
get the latest record from leftJoin tabl...