(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1.0 )
enchant_dict_get_error — 現在のスペリングセッションの直近のエラーを返す
現在のスペリングセッションの、直近のエラーを返します。
dictionary
エラーメッセージを表す文字列、あるいはエラーが発生していない場合に
false を返します。
| バージョン | 説明 |
|---|---|
| 8.0.0 |
dictionary は、EnchantDictionary クラスのインスタンスを期待するようになりました。
これより前のバージョンでは、resource が期待されていました。
|