php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
enchant.stub.php File Reference

Go to the source code of this file.

Data Structures

class  EnchantBroker
 
class  EnchantDictionary
 

Functions

 enchant_broker_init ()
 
 enchant_broker_free (EnchantBroker $broker)
 
 enchant_broker_get_error (EnchantBroker $broker)
 
 enchant_broker_set_dict_path (EnchantBroker $broker, int $type, string $path)
 
 enchant_broker_get_dict_path (EnchantBroker $broker, int $type)
 
 enchant_broker_list_dicts (EnchantBroker $broker)
 
 enchant_broker_request_dict (EnchantBroker $broker, string $tag)
 
 enchant_broker_request_pwl_dict (EnchantBroker $broker, string $filename)
 
 enchant_broker_free_dict (EnchantDictionary $dictionary)
 
 enchant_broker_dict_exists (EnchantBroker $broker, string $tag)
 
 enchant_broker_set_ordering (EnchantBroker $broker, string $tag, string $ordering)
 
 enchant_broker_describe (EnchantBroker $broker)
 
 enchant_dict_quick_check (EnchantDictionary $dictionary, string $word, &$suggestions=null)
 
 enchant_dict_check (EnchantDictionary $dictionary, string $word)
 
 enchant_dict_suggest (EnchantDictionary $dictionary, string $word)
 
 enchant_dict_add (EnchantDictionary $dictionary, string $word)
 
 enchant_dict_add_to_personal (EnchantDictionary $dictionary, string $word)
 
 enchant_dict_add_to_session (EnchantDictionary $dictionary, string $word)
 
 enchant_dict_is_added (EnchantDictionary $dictionary, string $word)
 
 enchant_dict_is_in_session (EnchantDictionary $dictionary, string $word)
 
 enchant_dict_store_replacement (EnchantDictionary $dictionary, string $misspelled, string $correct)
 
 enchant_dict_get_error (EnchantDictionary $dictionary)
 
 enchant_dict_describe (EnchantDictionary $dictionary)
 

Variables

const ENCHANT_MYSPELL = UNKNOWN
 
const ENCHANT_ISPELL = UNKNOWN
 
const LIBENCHANT_VERSION = UNKNOWN
 

Function Documentation

◆ enchant_broker_describe()

enchant_broker_describe ( EnchantBroker $broker)
Returns
array<int, array> @refcount 1

Definition at line 75 of file enchant.stub.php.

◆ enchant_broker_dict_exists()

enchant_broker_dict_exists ( EnchantBroker $broker,
string $tag )

Definition at line 67 of file enchant.stub.php.

◆ enchant_broker_free()

enchant_broker_free ( EnchantBroker $broker)

Definition at line 44 of file enchant.stub.php.

◆ enchant_broker_free_dict()

enchant_broker_free_dict ( EnchantDictionary $dictionary)

Definition at line 65 of file enchant.stub.php.

◆ enchant_broker_get_dict_path()

enchant_broker_get_dict_path ( EnchantBroker $broker,
int $type )

Definition at line 52 of file enchant.stub.php.

◆ enchant_broker_get_error()

enchant_broker_get_error ( EnchantBroker $broker)

Definition at line 46 of file enchant.stub.php.

◆ enchant_broker_init()

enchant_broker_init ( )

Definition at line 41 of file enchant.stub.php.

◆ enchant_broker_list_dicts()

enchant_broker_list_dicts ( EnchantBroker $broker)
Returns
array<int, array> @refcount 1

Definition at line 58 of file enchant.stub.php.

◆ enchant_broker_request_dict()

enchant_broker_request_dict ( EnchantBroker $broker,
string $tag )

Definition at line 60 of file enchant.stub.php.

◆ enchant_broker_request_pwl_dict()

enchant_broker_request_pwl_dict ( EnchantBroker $broker,
string $filename )

Definition at line 62 of file enchant.stub.php.

◆ enchant_broker_set_dict_path()

enchant_broker_set_dict_path ( EnchantBroker $broker,
int $type,
string $path )

Definition at line 49 of file enchant.stub.php.

◆ enchant_broker_set_ordering()

enchant_broker_set_ordering ( EnchantBroker $broker,
string $tag,
string $ordering )

Definition at line 69 of file enchant.stub.php.

◆ enchant_dict_add()

enchant_dict_add ( EnchantDictionary $dictionary,
string $word )

Definition at line 88 of file enchant.stub.php.

◆ enchant_dict_add_to_personal()

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()

enchant_dict_add_to_session ( EnchantDictionary $dictionary,
string $word )

Definition at line 96 of file enchant.stub.php.

◆ enchant_dict_check()

enchant_dict_check ( EnchantDictionary $dictionary,
string $word )

Definition at line 80 of file enchant.stub.php.

◆ enchant_dict_describe()

enchant_dict_describe ( EnchantDictionary $dictionary)
Returns
array<string, string> @refcount 1

Definition at line 114 of file enchant.stub.php.

◆ enchant_dict_get_error()

enchant_dict_get_error ( EnchantDictionary $dictionary)

Definition at line 108 of file enchant.stub.php.

◆ enchant_dict_is_added()

enchant_dict_is_added ( EnchantDictionary $dictionary,
string $word )

Definition at line 98 of file enchant.stub.php.

◆ enchant_dict_is_in_session()

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()

enchant_dict_quick_check ( EnchantDictionary $dictionary,
string $word,
& $suggestions = null )
Parameters
array$suggestions

Definition at line 78 of file enchant.stub.php.

◆ enchant_dict_store_replacement()

enchant_dict_store_replacement ( EnchantDictionary $dictionary,
string $misspelled,
string $correct )

Definition at line 106 of file enchant.stub.php.

◆ enchant_dict_suggest()

enchant_dict_suggest ( EnchantDictionary $dictionary,
string $word )
Returns
array<int, string> @refcount 1

Definition at line 86 of file enchant.stub.php.

Variable Documentation

◆ ENCHANT_ISPELL

const ENCHANT_ISPELL = UNKNOWN

Definition at line 16 of file enchant.stub.php.

◆ ENCHANT_MYSPELL

const ENCHANT_MYSPELL = UNKNOWN

Definition at line 10 of file enchant.stub.php.

◆ LIBENCHANT_VERSION

const LIBENCHANT_VERSION = UNKNOWN

Definition at line 22 of file enchant.stub.php.