MCQs > IT & Programming > PHP 5 > Consider the following code:$string = 'Question test.'; $find = 'Q'; $pos = strpos($string, $find);if ($pos == false) echo 'No correspondence.'; else echo 'The caracter is find.';

PHP 5 MCQs

Consider the following code:$string = 'Question test.'; $find = 'Q'; $pos = strpos($string, $find);if ($pos == false) echo 'No correspondence.'; else echo 'The caracter is find.';

Answer

Correct Answer: No correspondence.

Explanation:

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

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP 5 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it