PHP strtolower() Function

PHP strtok() Function
PHP strtoupper() Function

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

strtolower(string)
ParameterDescription
stringRequired. Specifies the string to convert
PHP STRTOLOWER() method

examples of the STRTOLOWER() function

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

<?php
echo strtolower("Hello WORLD.");
??
PHP strtok() Function
PHP strtoupper() Function

Stay up-to-date about PHP!

We don’t spam!

en English
X
Scroll to Top