Home >> PHP >> strtolower() function in PHP

strtolower() function in PHP

The strtolower() function used for a string lowercase.

Syntax

strtolower(string)

Example

echo strtolower('Hello Dear');

Output

hello dear

Post Your Comment

Next Questions
strtoupper() function
strtr() function
substr() function
substr_compare() function
substr_count() function
substr_replace() function
trim() function
ucfirst() function
ucwords() function
wordwrap() function
array
Array type
Numeric array
Associate array
Multidimensional array
array() function
array_change_key_case() function
array_chunk() function
array_combine() function
array_count_values() function
array_diff() function
array_diff_assoc() function
array_diff_key() function
array_diff_uassoc() function
array_diff_ukey() function

Copyright ©2022 coderraj.com. All Rights Reserved.