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 © 2025. Powered by Intellect Software Ltd