Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/book.pspell.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.international.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'book.pspell.php',
1 => 'Pspell',
),
'up' =>
array (
0 => 'refs.international.php',
1 => 'Human Language and Character Encoding Support',
),
'prev' =>
array (
0 => 'function.mb-substr.php',
1 => 'mb_substr',
),
'next' =>
array (
0 => 'intro.pspell.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Pspell</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.pspell.php">Introduction</a></li><li><a href="pspell.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="pspell.requirements.php">Requirements</a></li><li><a href="pspell.installation.php">Installation</a></li><li><a href="pspell.configuration.php">Runtime Configuration</a></li><li><a href="pspell.resources.php">Resource Types</a></li></ul></li><li><a href="pspell.constants.php">Predefined Constants</a></li><li><a href="ref.pspell.php">Pspell Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.pspell-add-to-personal.php">pspell_add_to_personal</a> — Add the word to a personal wordlist</li><li><a href="function.pspell-add-to-session.php">pspell_add_to_session</a> — Add the word to the wordlist in the current session</li><li><a href="function.pspell-check.php">pspell_check</a> — Check a word</li><li><a href="function.pspell-clear-session.php">pspell_clear_session</a> — Clear the current session</li><li><a href="function.pspell-config-create.php">pspell_config_create</a> — Create a config used to open a dictionary</li><li><a href="function.pspell-config-data-dir.php">pspell_config_data_dir</a> — location of language data files</li><li><a href="function.pspell-config-dict-dir.php">pspell_config_dict_dir</a> — Location of the main word list</li><li><a href="function.pspell-config-ignore.php">pspell_config_ignore</a> — Ignore words less than N characters long</li><li><a href="function.pspell-config-mode.php">pspell_config_mode</a> — Change the mode number of suggestions returned</li><li><a href="function.pspell-config-personal.php">pspell_config_personal</a> — Set a file that contains personal wordlist</li><li><a href="function.pspell-config-repl.php">pspell_config_repl</a> — Set a file that contains replacement pairs</li><li><a href="function.pspell-config-runtogether.php">pspell_config_runtogether</a> — Consider run-together words as valid compounds</li><li><a href="function.pspell-config-save-repl.php">pspell_config_save_repl</a> — Determine whether to save a replacement pairs list
along with the wordlist</li><li><a href="function.pspell-new-config.php">pspell_new_config</a> — Load a new dictionary with settings based on a given config</li><li><a href="function.pspell-new-personal.php">pspell_new_personal</a> — Load a new dictionary with personal wordlist</li><li><a href="function.pspell-new.php">pspell_new</a> — Load a new dictionary</li><li><a href="function.pspell-save-wordlist.php">pspell_save_wordlist</a> — Save the personal wordlist to a file</li><li><a href="function.pspell-store-replacement.php">pspell_store_replacement</a> — Store a replacement pair for a word</li><li><a href="function.pspell-suggest.php">pspell_suggest</a> — Suggest spellings of a word</li></ul></li></ul></div><?php manual_footer(); ?>