PHP strtolower() Function
The strtolower() function converts a string to lowercase.
Related functions:
strtoupper() - converts a string to uppercase.
lcfirst() - converts the first character of a string to lowercase
ucfirst() - converts the first character of a string to uppercase
ucwords() - converts the first character of each word in a string to uppercase
Related functions:
strtoupper() - converts a string to uppercase.
lcfirst() - converts the first character of a string to lowercase
ucfirst() - converts the first character of a string to uppercase
ucwords() - converts the first character of each word in a string to uppercase
June 30, 2021
phpstrtolower