PHP 8.4.0 RC4 available for testing

taint

(PECL taint >=0.1.0)

taintTaint a string

Beschreibung

taint(string &$string, string ...$strings): bool

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

Parameter-Liste

string

strings

Rückgabewerte

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

add a note

User Contributed Notes

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