PHP 7.0.6 Released

is_tainted

(PECL taint >=0.1.0)

is_taintedChecks whether a string is tainted

Description

bool is_tainted ( string $string )

Checks whether a string is tainted

Parameters

string

Return Values

Return TRUE if the string is tainted, FALSE otherwise.

User Contributed Notes

There are no user contributed notes for this page.
To Top