Answers for "capitalize word in sentence in php"

PHP
6

php uppercase each word

$upperCaseSentance=ucwords("i do not feel good");//I Do Not Feel Good
Posted by: Guest on July-30-2019
2

php capital string

<?php
echo strtoupper("Hello WORLD!");
?>
Posted by: Guest on June-26-2020

Code answers related to "capitalize word in sentence in php"

Browse Popular Code Answers by Language