Mega Code Archive

 
Categories / Php / Strings
 

Strtoupper()

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