Articles → PHP → Strtoupper Function In PHP
Strtoupper Function In PHP
Purpose
Example
<!DOCTYPE html>
<html>
<body>
<?php
echo strtoupper("string with all small character.");
?>
</body>
</html>
Output
Click to EnlargePosted By - | Karan Gupta |
|
Posted On - | Tuesday, October 6, 2020 |