update : 2015.11.03
php.shukuma.com검색:
|
taint(PECL taint >=0.1.0) taint — Taint a string 설명
bool taint
( string
&$string
[, string $...
] )Make a string tainted. This is used for testing purpose only. 인수
반환값Return TRUE if the transformation is done. Always return TRUE if the taint extension is not enabled. |