Answers for "php function for uppercase every first word in a stirng"

PHP
0

php function for uppercase every first word in a stirng

<?php
echo ucwords("hello world");
?>
Posted by: Guest on October-16-2021

Code answers related to "php function for uppercase every first word in a stirng"

Browse Popular Code Answers by Language