Extension [ extension #58 pspell version 1.0.1 ] { - Constants [4] { Constant [ int PSPELL_FAST ] { 1 } Constant [ int PSPELL_NORMAL ] { 2 } Constant [ int PSPELL_BAD_SPELLERS ] { 3 } Constant [ int PSPELL_RUN_TOGETHER ] { 8 } } - Functions { Function [ function pspell_new ] { - Parameters [5] { Parameter #0 [ string $language ] Parameter #1 [ string $spelling = "" ] Parameter #2 [ string $jargon = "" ] Parameter #3 [ string $encoding = "" ] Parameter #4 [ int $mode = 0 ] } - Return [ PSpell\Dictionary|false ] } Function [ function pspell_new_personal ] { - Parameters [6] { Parameter #0 [ string $filename ] Parameter #1 [ string $language ] Parameter #2 [ string $spelling = "" ] Parameter #3 [ string $jargon = "" ] Parameter #4 [ string $encoding = "" ] Parameter #5 [ int $mode = 0 ] } - Return [ PSpell\Dictionary|false ] } Function [ function pspell_new_config ] { - Parameters [1] { Parameter #0 [ PSpell\Config $config ] } - Return [ PSpell\Dictionary|false ] } Function [ function pspell_check ] { - Parameters [2] { Parameter #0 [ PSpell\Dictionary $dictionary ] Parameter #1 [ string $word ] } - Return [ bool ] } Function [ function pspell_suggest ] { - Parameters [2] { Parameter #0 [ PSpell\Dictionary $dictionary ] Parameter #1 [ string $word ] } - Return [ array|false ] } Function [ function pspell_store_replacement ] { - Parameters [3] { Parameter #0 [ PSpell\Dictionary $dictionary ] Parameter #1 [ string $misspelled ] Parameter #2 [ string $correct ] } - Return [ bool ] } Function [ function pspell_add_to_personal ] { - Parameters [2] { Parameter #0 [ PSpell\Dictionary $dictionary ] Parameter #1 [ string $word ] } - Return [ bool ] } Function [ function pspell_add_to_session ] { - Parameters [2] { Parameter #0 [ PSpell\Dictionary $dictionary ] Parameter #1 [ string $word ] } - Return [ bool ] } Function [ function pspell_clear_session ] { - Parameters [1] { Parameter #0 [ PSpell\Dictionary $dictionary ] } - Return [ bool ] } Function [ function pspell_save_wordlist ] { - Parameters [1] { Parameter #0 [ PSpell\Dictionary $dictionary ] } - Return [ bool ] } Function [ function pspell_config_create ] { - Parameters [4] { Parameter #0 [ string $language ] Parameter #1 [ string $spelling = "" ] Parameter #2 [ string $jargon = "" ] Parameter #3 [ string $encoding = "" ] } - Return [ PSpell\Config ] } Function [ function pspell_config_runtogether ] { - Parameters [2] { Parameter #0 [ PSpell\Config $config ] Parameter #1 [ bool $allow ] } - Return [ bool ] } Function [ function pspell_config_mode ] { - Parameters [2] { Parameter #0 [ PSpell\Config $config ] Parameter #1 [ int $mode ] } - Return [ bool ] } Function [ function pspell_config_ignore ] { - Parameters [2] { Parameter #0 [ PSpell\Config $config ] Parameter #1 [ int $min_length ] } - Return [ bool ] } Function [ function pspell_config_personal ] { - Parameters [2] { Parameter #0 [ PSpell\Config $config ] Parameter #1 [ string $filename ] } - Return [ bool ] } Function [ function pspell_config_dict_dir ] { - Parameters [2] { Parameter #0 [ PSpell\Config $config ] Parameter #1 [ string $directory ] } - Return [ bool ] } Function [ function pspell_config_data_dir ] { - Parameters [2] { Parameter #0 [ PSpell\Config $config ] Parameter #1 [ string $directory ] } - Return [ bool ] } Function [ function pspell_config_repl ] { - Parameters [2] { Parameter #0 [ PSpell\Config $config ] Parameter #1 [ string $filename ] } - Return [ bool ] } Function [ function pspell_config_save_repl ] { - Parameters [2] { Parameter #0 [ PSpell\Config $config ] Parameter #1 [ bool $save ] } - Return [ bool ] } } - Classes [2] { Class [ final class PSpell\Dictionary ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class PSpell\Config ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } } }