enchant_dict_is_in_session

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 )

enchant_dict_is_in_sessionこのスペリングセッションに '単語' が存在するかどうかを調べる

説明

enchant_dict_is_in_session ( resource $dict , string $word ) : bool

ある単語が、現在のセッション内に既に存在するかどうかを調べます。

パラメータ

dict

辞書リソース。

word

探す単語。

返り値

単語が存在する場合に TRUE、それ以外の場合に FALSE を返します。

参考