Taint 函数
在线手册:中文 英文
PHP手册

taint

(PECL taint >=0.1.0)

taintTaint a string

说明

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

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

参数

string

...

返回值

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


Taint 函数
在线手册:中文 英文
PHP手册