PHP lcfirst() May 22, 2012 Pramod T P It make a string’s first character lowercase Example <?php echo lcfirst(“PHPcode”); ?> Output pHPcode