convert php string to uppercase

PHP
string strtoupper ( $string )
<?php
echo strtoupper("Hello WORLD!");
?>
Source

Also in PHP: