Answers for "how upercase in php"

PHP
5

php capital string

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

Browse Popular Code Answers by Language