is_tainted
PHP Manual
PHP Manual»Taint Funktionen»is_tainted

is_tainted

(PECL taint >=0.1.0)

is_taintedChecks whether a string is tainted

Beschreibung

function is_tainted(string $string): bool

Checks whether a string is tainted

Parameter-Liste

string

Rückgabewerte

Return TRUE if the string is tainted, FALSE otherwise.

To Top