Core
strtoupper
Reference for PHP strtoupper
Definition
strtoupper in PHP.
Syntax
<?php
// syntax for strtoupper
Example
<?php
echo "Using strtoupper";
Try It Yourself
Test it out in the Playground.
Reference for PHP strtoupper
strtoupper in PHP.
<?php
// syntax for strtoupper
<?php
echo "Using strtoupper";
Test it out in the Playground.