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