PHP Functions : Pspell Functions

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Pspell Functions
Help URL: http://www.php.net/manual/en/ref.pspell.php


Items Related to Pspell Functions

Inner Elements of Pspell Functions

Pspell Functions contains following items:
  • pspell_add_to_personal (pspell add to personal)
  • pspell_add_to_session (pspell add to session)
  • pspell_check (pspell check)
  • pspell_clear_session (pspell clear session)
  • pspell_config_create (pspell config create)
  • pspell_config_data_dir (pspell config data dir)
  • pspell_config_dict_dir (pspell config dict dir)
  • pspell_config_ignore (pspell config ignore)
  • pspell_config_mode (pspell config mode)
  • pspell_config_personal (pspell config personal)
  • pspell_config_repl (pspell config repl)
  • pspell_config_runtogether (pspell config runtogether)
  • pspell_config_save_repl (pspell config save repl)
  • pspell_new_config (pspell new config)
  • pspell_new_personal (pspell new personal)
  • pspell_new (pspell new)
  • pspell_save_wordlist (pspell save wordlist)
  • pspell_store_replacement (pspell store replacement)
  • pspell_suggest (pspell suggest)


PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers.
   -- wikipedia.org

Home