convert upper case php

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

Also in PHP: