PHP strtoupper() Function

PHP strtolower() Function
PHP strtr() Function

what is the syntax of the STRTOUPPER() function in php?

strtoupper(string)
ParameterDescription
stringRequired. Specifies the string to convert
PHP STRTOUPPER() method

examples of the STRTOUPPER() function

Example 1. In this example, we convert all characters to uppercase.

<?php
echo strtoupper("Hello WORLD!");
?>
PHP strtolower() Function
PHP strtr() Function

Stay up-to-date about PHP!

We don’t spam!

en English
X
Scroll to Top