taint

(PECL taint >=0.1.0)
Taint a string
bool taint ( string &$string [, string $... ] )

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

Parameters:
string

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

...

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

Returns:

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

doc_php
2016-02-24 16:08:01
Comments
Leave a Comment

Please login to continue.