captilize php code example
Example 1: ucfirst
<?php
/* Convert the first character of "hello" to uppercase: */
echo ucfirst("hello samy!");
//output : Hello samy!
?>
Example 2: php open file capital letters or not
$result = current(preg_grep("/".preg_quote($filename)."/i", glob("$path/*")));