strtoupper(): Convert a string to uppercase
its syntax is: string strtoupper (string string) <? $sentence = "cooking"; $sentence = strtoupper($sentence); print $sentence; ?>