Vidyalelo
PHP · Q5

PHP Filter

Programming · PHP · question 5

Q5

Which one of the following does not describe a validating filter?

A.
Are used to allow or disallow specified characters in a string
Answer
B.
Are used to validate user input
C.
Strict format rules
D.
Returns the expected type on success or FALSE on failure

Answer: Option A

Solution

Answer: Option A
Solution:
Option a) describes Sanitizing filters.