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