is_tainted

(PECL taint >=0.1.0)

is_tainted文字列が汚染されているかどうかを調べる

説明

is_tainted(string $string): bool

文字列が汚染されているかどうかを調べます。

パラメータ

string

戻り値

文字列が汚染されている場合に TRUE、それ以外の場合に FALSE を返します。

add a note

User Contributed Notes

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