PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $str = 'LONDON'; echo ucfirst(strtolower($str)); echo substr($str, 0, 1) . strtolower(substr($str, 1));
Show:  
Copy Clear