Taint Functions
PHP Manual

taint

(PECL taint >=0.1.0)

taintTaint a string

Description

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

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

Parameters

string

...

Return Values

Return TURE if the transform done. and always Return TRUE if the taint extension is not enabled.


Taint Functions
PHP Manual