Mega Code Archive

 
Categories / Php / Strings
 

Strtoupper php

<?php    $msg = "text.";    echo strtoupper($msg); ?>