Taint Funkcje
PHP Manual

taint

(PECL taint >=0.1.0)

taintTaint a string

Opis

bool taint ( string &$string [, string $... ] )

Make a string tainted. This is used for testing purpose only.

Parametry

string

...

Zwracane wartoĊ›ci

Return TRUE if the transformation is done. Always return TRUE if the taint extension is not enabled.


Taint Funkcje
PHP Manual