all letters capital php

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

Also in PHP: