InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following filter checks if the variable of the specified type exists?(a) filter_has_var(b) filter_var(c) filter_id(d) filter_var_arrayThis question was posed to me by my school teacher while I was bunking the class.My question is taken from PHP Filter topic in division Error Handling and Exception Handling in PHP of PHP |
|
Answer» Correct answer is (a) filter_has_var |
|