Taint İşlevleri
PHP Manual

is_tainted

(PECL taint >=0.1.0)

is_taintedChecks whether a string is tainted

Açıklama

bool is_tainted ( string $string )

Checks whether a string is tainted

Değiştirgeler

string

Dönen Değerler

Return TRUE if the string is tainted, FALSE otherwise.


Taint İşlevleri
PHP Manual