parent root
PHP: taint - Manual

taint

(PECL taint >=0.1.0)

taintTaint a string

Description

taint ( string &$string [, string $... ] ) : bool

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

Parameters

string

...

Return Values

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

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root