Advertisement
Advertisement
PHP Quizzes, Questions & Answers
Recent PHP Quizzes
Questions: 6 | Attempts: 2205 | Last updated: Aug 18, 2025
-
Sample QuestionIn the following statement, what does the "+" symbol mean?preg_match('/^[0-9]+$/', $data)
Questions: 10 | Attempts: 868 | Last updated: Mar 17, 2025
-
Sample QuestionWhich of the following doesn't look like PHP code?
Questions: 5 | Attempts: 282 | Last updated: Mar 18, 2025
-
Sample QuestionWhat does PHP stand for?
Questions: 13 | Attempts: 840 | Last updated: Mar 21, 2025
-
Sample QuestionWhat is the output of the following code snippet? $str = 'asdfghyo off on off'; $replace_pairs = array('a' => 'q', 's' => 'w', 'd' => 'e', 'f' => 'r', 'y' => 'z', 'o' => 'i', 'off' => 'on', 'on' => 'off'); echo strtr($str, $replace_pairs);
« Previous123Next »
Advertisement