<?php function fun1() { function fun2() { echo 'I am Ajit.'; } echo 'I am Rahul. '; }fun1();fun2();?>
I am Rahul. I am Ajit.
Previous Question Next Question
Your comments will be displayed only after manual approval.