PHP Velho Oeste 2024

is_tainted

(PECL taint >=0.1.0)

is_taintedChecks whether a string is tainted

설명

bool is_tainted ( string $string )

Checks whether a string is tainted

인수

string

반환값

Return TRUE if the string is tainted, FALSE otherwise.

add a note add a note

User Contributed Notes

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