(PECL taint >=0.1.0)
Checks whether a string is tainted
bool is_tainted ( string $string )
Checks whether a string is tainted
Parameters:
string
Checks whether a string is tainted
Returns:
Return TRUE if the string is tainted, FALSE otherwise.
Please login to continue.