Answers for "capialize php"

PHP
2

ucfirst

<?php
/* Convert the first character of "hello" to uppercase:  */
echo ucfirst("hello samy!");

//output : Hello samy!
?>
Posted by: Guest on June-23-2020
1

php open file capital letters or not

$result = current(preg_grep("/".preg_quote($filename)."/i", glob("$path/*")));
Posted by: Guest on May-21-2020

Browse Popular Code Answers by Language