Home >> PHP >> strtoupper() function in PHP

strtoupper() function in PHP

The strtoupper() function used for a string uppercase.

Syntax

strtoupper(string)

Example

echo strtoupper('Hello Dear');

Output

HELLO DEAR

Post Your Comment

Next Questions
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
array_fill() function

Copyright ©2022 coderraj.com. All Rights Reserved.