php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | EnchantBroker |
class | EnchantDictionary |
Variables | |
const | ENCHANT_MYSPELL = UNKNOWN |
const | ENCHANT_ISPELL = UNKNOWN |
const | LIBENCHANT_VERSION = UNKNOWN |
enchant_broker_describe | ( | EnchantBroker | $broker | ) |
Definition at line 75 of file enchant.stub.php.
enchant_broker_dict_exists | ( | EnchantBroker | $broker, |
string | $tag ) |
Definition at line 67 of file enchant.stub.php.
enchant_broker_free | ( | EnchantBroker | $broker | ) |
Definition at line 44 of file enchant.stub.php.
enchant_broker_free_dict | ( | EnchantDictionary | $dictionary | ) |
Definition at line 65 of file enchant.stub.php.
enchant_broker_get_dict_path | ( | EnchantBroker | $broker, |
int | $type ) |
Definition at line 52 of file enchant.stub.php.
enchant_broker_get_error | ( | EnchantBroker | $broker | ) |
Definition at line 46 of file enchant.stub.php.
enchant_broker_init | ( | ) |
Definition at line 41 of file enchant.stub.php.
enchant_broker_list_dicts | ( | EnchantBroker | $broker | ) |
Definition at line 58 of file enchant.stub.php.
enchant_broker_request_dict | ( | EnchantBroker | $broker, |
string | $tag ) |
Definition at line 60 of file enchant.stub.php.
enchant_broker_request_pwl_dict | ( | EnchantBroker | $broker, |
string | $filename ) |
Definition at line 62 of file enchant.stub.php.
enchant_broker_set_dict_path | ( | EnchantBroker | $broker, |
int | $type, | ||
string | $path ) |
Definition at line 49 of file enchant.stub.php.
enchant_broker_set_ordering | ( | EnchantBroker | $broker, |
string | $tag, | ||
string | $ordering ) |
Definition at line 69 of file enchant.stub.php.
enchant_dict_add | ( | EnchantDictionary | $dictionary, |
string | $word ) |
Definition at line 88 of file enchant.stub.php.
enchant_dict_add_to_personal | ( | EnchantDictionary | $dictionary, |
string | $word ) |
@alias enchant_dict_add
Definition at line 94 of file enchant.stub.php.
enchant_dict_add_to_session | ( | EnchantDictionary | $dictionary, |
string | $word ) |
Definition at line 96 of file enchant.stub.php.
enchant_dict_check | ( | EnchantDictionary | $dictionary, |
string | $word ) |
Definition at line 80 of file enchant.stub.php.
enchant_dict_describe | ( | EnchantDictionary | $dictionary | ) |
Definition at line 114 of file enchant.stub.php.
enchant_dict_get_error | ( | EnchantDictionary | $dictionary | ) |
Definition at line 108 of file enchant.stub.php.
enchant_dict_is_added | ( | EnchantDictionary | $dictionary, |
string | $word ) |
Definition at line 98 of file enchant.stub.php.
enchant_dict_is_in_session | ( | EnchantDictionary | $dictionary, |
string | $word ) |
@alias enchant_dict_is_added
Definition at line 104 of file enchant.stub.php.
enchant_dict_quick_check | ( | EnchantDictionary | $dictionary, |
string | $word, | ||
& | $suggestions = null ) |
array | $suggestions |
Definition at line 78 of file enchant.stub.php.
enchant_dict_store_replacement | ( | EnchantDictionary | $dictionary, |
string | $misspelled, | ||
string | $correct ) |
Definition at line 106 of file enchant.stub.php.
enchant_dict_suggest | ( | EnchantDictionary | $dictionary, |
string | $word ) |
Definition at line 86 of file enchant.stub.php.
const ENCHANT_ISPELL = UNKNOWN |
Definition at line 16 of file enchant.stub.php.
const ENCHANT_MYSPELL = UNKNOWN |
Definition at line 10 of file enchant.stub.php.
const LIBENCHANT_VERSION = UNKNOWN |
Definition at line 22 of file enchant.stub.php.