Php String To Uppwe

[Solved] Php String To Uppwe | Php - Code Explorer | yomemimo.com
Question : php string to uppwe

Answered by : wouter-veen

$lowercase = "this is lower case";
$uppercase = strtoupper($lowercase);
echo $uppercase;
// THIS IS LOWER CASE

Source : | Last Update : Mon, 02 Mar 20

Answers related to php string to uppwe

Code Explorer Popular Question For Php