MCQs > IT & Programming > PHP > What will be the output? array ('min_range'=>0, 'max_range'=>256)); if (!filter_var($var, FILTER_VALIDATE_INT, $int_options)) echo('Integer is not valid'); else echo('Integer is valid'); ?>

PHP MCQs

What will be the output of the following PHP code? array ("min_range"=>0, "max_range"=>256)); if (!filter_var($var, FILTER_VALIDATE_INT, $int_options)) echo("Integer is not valid"); else echo("Integer is valid"); ?>

Answer

Correct Answer: Integer is not valid

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