AgerNic.com
Start write and run your php code online
HOME Editor | PHP Exemples | PHP Functions |
WEB TEMPLATES | EXAMPLES
PHP Tutorial
PHP lcfirst() function, run and write PHP code.

PHP lcfirst() function - online editor.

lcfirst() function — Make a string's first character lowercase lcfirst returns a string with the first character of str lowercased if that character is alphabetic.

Syntax:
lcfirst(string $string);

Example: lcfirst() function convert first character lowercase:

 <?php 
$e_str = "HI, haVE a NICe Day!";
$e_str = lcfirst($e_str);
echo $e_str;
?>


Tags:
PHP lcfirst() function 16

PHP lcfirst() function

PHP Functons
PHP count() Function

PHP define() function

PHP empty() Function

PHP explode() function

PHP html_entity_decode() function

PHP htmlentities() function

PHP htmlspecialchars_decode() function

PHP htmlspecialchars() function

PHP implode() function

PHP isset() Function

PHP lcfirst() function

PHP ltrim() function

PHP md5() function

PHP print() function

PHP printf() function

PHP rtrim() function

PHP similar_text() function

PHP str_repeat() function

PHP str_replace() function

PHP str_split() function

PHP strcmp() function

PHP strip_tags() function

PHP strlen online function

PHP strrchr() Function

PHP strstr() function

PHP strtolower() function

PHP strtoupper() function

PHP substr() function

PHP trim() function

PHP ucfirst() function