php start with uppercase code example
Example: first character uppercase php
ucwords("hello world"); // Hello World
ucfirst("hello world"); // Hello world
ucwords("hello world"); // Hello World
ucfirst("hello world"); // Hello world