php goto

128

php goto -

<?php
goto a;
echo 'Foo';
 
a:
echo 'Bar';
?>

Comments

Submit
0 Comments