14. What value is printed for "a" below 1 2 C 3 no value
Posted: Sat Nov 27, 2021 10:31 am
What is the correct option?
14. What value is printed for "a" below <?php $a = 1; function Test () { echo "a = $a"; } Test(); ?> 1 2 C 3 no value
14. What value is printed for "a" below <?php $a = 1; function Test () { echo "a = $a"; } Test(); ?> 1 2 C 3 no value