Home  • Courses • Software Engineering
Local variable: <?php function demo(){ $x=54; echo $x; //here $x is local variable because it is inside the function } ?>

Comments 0


Copyright © 2024. Powered by Intellect Software Ltd