PHP ZCE mock test, interview preparation, daily lessons under chalk talk

Thursday, March 15, 2012

Output of the below code?

What will be the output of the below code?


<?php
$a=0;
echo empty($a),isset($a);
?>

a) 10
b) 11
c) Syntax Error
d) 0


Solution: b) 11
Please tell me how?

No comments:

Post a Comment