PHP 8.4.0 RC4 available for testing

taint

(PECL taint >=0.1.0)

taintTaint a string

说明

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