MCQs > IT & Programming > PHP > What's the output? function foobar( $arg ){ static $a = 0; echo $arg; $a++; return $a; } echo foobar( 1 ); echo foobar( 3 );

PHP MCQs

What will be the output of the following code:function foobar( $arg ){ static $a = 0; echo $arg; $a++; return $a; } echo foobar( 1 ); echo foobar( 3 );

Answer

Correct Answer: 1132

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it