Dutch PHP Conference 2025 - Call For Papers

enchant_dict_is_added

(PHP 8)

enchant_dict_is_addedWhether or not 'word' exists in this spelling-session

Опис

enchant_dict_is_added(EnchantDictionary $dictionary, string $word): bool

Tells whether or not a word already exists in the current session.

Параметри

dictionary

Словник Enchant, якого повертає enchant_broker_request_dict() або enchant_broker_request_pwl_dict().

word

The word to lookup

Значення, що повертаються

Returns true if the word exists or false

Журнал змін

Версія Опис
8.0.0 dictionary тепер має бути примірником класу EnchantDictionary; раніше очікувався resource.

Прогляньте також

add a note

User Contributed Notes

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