Php/docs/function.is-tainted

提供:Dev Guides
< Php
移動先:案内検索

is_tainted

(PECL taint >=0.1.0)

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


説明

is_tainted ( string $string ) : bool

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


パラメータ

string


返り値

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