Answers for "why use ucwords in php"

PHP
1

php ucwords

<?php
echo ucwords("hello world"); // ouput Hello World
?>
Posted by: Guest on September-28-2021

Browse Popular Code Answers by Language