PHP » GoLang |
login |
register |
about
|
GoLang pspell_new_personal
request it (424)
GoLang replacement for PHP's pspell_new_personal
[edit | history]
pspell_new_personal(PHP 4 >= 4.0.2, PHP 5, PHP 7) pspell_new_personal — Load a new dictionary with personal wordlist Description
int pspell_new_personal
( string
$personal
, string $language
[, string $spelling
[, string $jargon
[, string $encoding
[, int $mode = 0
]]]] )pspell_new_personal() opens up a new dictionary with a personal wordlist. The wordlist can be modified and saved with pspell_save_wordlist(), if desired. However, the replacement pairs are not saved. In order to save replacement pairs, you should create a config using pspell_config_create(), set the personal wordlist file with pspell_config_personal(), set the file for replacement pairs with pspell_config_repl(), and open a new dictionary with pspell_new_config(). For more information and examples, check out inline manual pspell website:» http://aspell.net/. Parameters
Return ValuesReturns the dictionary link identifier for use in other pspell functions. Examples
Example #1 pspell_new_personal()
<?php |
more
Recently updated
more
Most requested
more
Last requests
|