Display the drop-down list

strtoupper()

« strtotime | substr »
<?php
$string 
strtoupper (
    
  // string $string
);
?>
Result
$string = 'MARY HAD A LITTLE LAMB AND SHE LOVED IT SO'
Examples
#1 strtoupper  ("Mary Had A Little Lamb and She LOVED It So")
See also
mb_strtoupper, strtolower, ucfirst, ucwords