Server IP : 104.21.38.3 / Your IP : 172.71.124.191 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/php/80/src/ext/pspell/ |
Upload File : |
<?php /** @generate-function-entries */ function pspell_new(string $language, string $spelling = "", string $jargon = "", string $encoding = "", int $mode = 0): int|false {} function pspell_new_personal( string $filename, string $language, string $spelling = "", string $jargon = "", string $encoding = "", int $mode = 0 ): int|false {} function pspell_new_config(int $config): int|false {} function pspell_check(int $dictionary, string $word): bool {} function pspell_suggest(int $dictionary, string $word): array|false {} function pspell_store_replacement(int $dictionary, string $misspelled, string $correct): bool {} function pspell_add_to_personal(int $dictionary, string $word): bool {} function pspell_add_to_session(int $dictionary, string $word): bool {} function pspell_clear_session(int $dictionary): bool {} function pspell_save_wordlist(int $dictionary): bool {} function pspell_config_create(string $language, string $spelling = "", string $jargon = "", string $encoding = ""): int {} function pspell_config_runtogether(int $config, bool $allow): bool {} function pspell_config_mode(int $config, int $mode): bool {} function pspell_config_ignore(int $config, int $min_length): bool {} function pspell_config_personal(int $config, string $filename): bool {} function pspell_config_dict_dir(int $config, string $directory): bool {} function pspell_config_data_dir(int $config, string $directory): bool {} function pspell_config_repl(int $config, string $filename): bool {} function pspell_config_save_repl(int $config, bool $save): bool {}