php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
enchant.stub.php
Go to the documentation of this file.
1<?php
2
4
10const ENCHANT_MYSPELL = UNKNOWN;
16const ENCHANT_ISPELL = UNKNOWN;
17#ifdef HAVE_ENCHANT_GET_VERSION
22const LIBENCHANT_VERSION = UNKNOWN;
23#endif
24
29final class EnchantBroker
30{
31}
32
38{
39}
40
42
43#[\Deprecated(since: '8.0', message: 'as EnchantBroker objects are freed automatically')]
45
47
48#[\Deprecated(since: '8.0')]
49function enchant_broker_set_dict_path(EnchantBroker $broker, int $type, string $path): bool {}
50
51#[\Deprecated(since: '8.0')]
52function enchant_broker_get_dict_path(EnchantBroker $broker, int $type): string|false {}
53
59
61
63
64#[\Deprecated(since: '8.0', message: 'as EnchantDictionary objects are freed automatically')]
66
68
69function enchant_broker_set_ordering(EnchantBroker $broker, string $tag, string $ordering): bool {}
70
76
78function enchant_dict_quick_check(EnchantDictionary $dictionary, string $word, &$suggestions = null): bool {}
79
80function enchant_dict_check(EnchantDictionary $dictionary, string $word): bool {}
81
86function enchant_dict_suggest(EnchantDictionary $dictionary, string $word): array {}
87
88function enchant_dict_add(EnchantDictionary $dictionary, string $word): void {}
89
93#[\Deprecated(since: '8.0', message: 'use enchant_dict_add() instead')]
95
97
98function enchant_dict_is_added(EnchantDictionary $dictionary, string $word): bool {}
99
103#[\Deprecated(since: '8.0', message: 'use enchant_dict_is_added() instead')]
104function enchant_dict_is_in_session(EnchantDictionary $dictionary, string $word): bool {}
105
106function enchant_dict_store_replacement(EnchantDictionary $dictionary, string $misspelled, string $correct): void {}
107
109
$filename
Definition create.php:9
enchant_broker_get_dict_path(EnchantBroker $broker, int $type)
enchant_broker_get_error(EnchantBroker $broker)
const ENCHANT_ISPELL
enchant_dict_quick_check(EnchantDictionary $dictionary, string $word, &$suggestions=null)
enchant_dict_suggest(EnchantDictionary $dictionary, string $word)
enchant_broker_set_ordering(EnchantBroker $broker, string $tag, string $ordering)
enchant_broker_request_dict(EnchantBroker $broker, string $tag)
enchant_dict_add_to_personal(EnchantDictionary $dictionary, string $word)
enchant_broker_init()
enchant_broker_set_dict_path(EnchantBroker $broker, int $type, string $path)
enchant_broker_free_dict(EnchantDictionary $dictionary)
enchant_dict_is_in_session(EnchantDictionary $dictionary, string $word)
enchant_dict_store_replacement(EnchantDictionary $dictionary, string $misspelled, string $correct)
enchant_broker_describe(EnchantBroker $broker)
const LIBENCHANT_VERSION
enchant_broker_list_dicts(EnchantBroker $broker)
enchant_broker_request_pwl_dict(EnchantBroker $broker, string $filename)
enchant_dict_add(EnchantDictionary $dictionary, string $word)
enchant_dict_describe(EnchantDictionary $dictionary)
const ENCHANT_MYSPELL
enchant_dict_check(EnchantDictionary $dictionary, string $word)
enchant_dict_is_added(EnchantDictionary $dictionary, string $word)
enchant_dict_get_error(EnchantDictionary $dictionary)
enchant_dict_add_to_session(EnchantDictionary $dictionary, string $word)
enchant_broker_free(EnchantBroker $broker)
enchant_broker_dict_exists(EnchantBroker $broker, string $tag)
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))