Answers for "php case uppper"

PHP
2

upppercase php

$str = "upper";
//php string to uppercase
echo strtoupper($str); // => UPPER
Posted by: Guest on February-19-2021

Browse Popular Code Answers by Language