PHP Doku:: whether or not word exists in this spelling-session - function.enchant-dict-is-in-session.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzUnterstützung menschlicher Sprache und ZeichenkodierungEnchant spelling libraryEnchant Funktionenenchant_dict_is_in_session

Ein Service von Reinhard Neidl - Webprogrammierung.

Enchant Funktionen

<<enchant_dict_get_error

enchant_dict_quick_check>>

enchant_dict_is_in_session

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

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

Beschreibung

bool enchant_dict_is_in_session ( resource $dict , string $word )

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

Parameter-Liste

dict

Dictionary resource

word

The word to lookup

Rückgabewerte

Returns TRUE if the word exists or FALSE

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)