Answers for "chnage uc_first php"

PHP
7

first character uppercase php

ucwords("hello world"); // Hello World
ucfirst("hello world"); // Hello world
Posted by: Guest on August-21-2020

Browse Popular Code Answers by Language