taint
PHP Manual
PHP Manual»Taint Функції»taint

taint

(PECL taint >=0.1.0)

taintTaint a string

Опис

function taint(string &$string, string ...$strings): bool

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

Параметри

string

strings

Значення, що повертаються

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

To Top