Ref/taint-Phpdoc专题

is_tainted

Checks whether a string is tainted

说明

bool <span class="methodname">is_tainted ( <span class="type">string $string )

Checks whether a string is tainted

参数

string

返回值

Return TRUE if the string is tainted, FALSE otherwise.

taint

Taint a string

说明

bool taint ( string &$string , <span class="type">string $strings )

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.

untaint

Untaint strings

说明

bool untaint ( string &$string , <span class="type">string $strings )

Untaint strings

参数

string

strings

返回值

目录


本站为非盈利网站,作品由网友提供上传,如无意中有侵犯您的版权,请联系删除