Php implements the uppercase and lowercase character strings. Php implements the method of capitalizing the first letter of a string and the first letter of a word. this example describes how php implements the method of capitalizing the first letter of a string and the first letter of a word. Share it with php to enable the uppercase and lowercase methods for strings.
This example describes how to enable php to enable uppercase of the first letter of a string and the first letter of a word. Share it with you for your reference. The specific analysis is as follows:
Ucfirst can be used to size the first letter of a string. ucwords can be used to output the first letter of each word in a string in uppercase.
<? Phpprint ucfirst ("hello world"); print ucwords ("iam king of the jungle");?>
I hope this article will help you with php programming.
Examples in this article describes how to use php to enable uppercase of the first letter of a string and uppercase of the first letter of a word. Share...