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.enchant.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.enchant.php',
1 => 'Enchant',
),
'up' =>
array (
0 => 'refs.international.php',
1 => 'Human Language and Character Encoding Support',
),
'prev' =>
array (
0 => 'refs.international.php',
1 => 'Human Language and Character Encoding Support',
),
'next' =>
array (
0 => 'intro.enchant.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Enchant spelling library</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.enchant.php">Introduction</a></li><li><a href="enchant.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="enchant.requirements.php">Requirements</a></li><li><a href="enchant.installation.php">Installation</a></li><li><a href="enchant.configuration.php">Runtime Configuration</a></li><li><a href="enchant.resources.php">Resource Types</a></li></ul></li><li><a href="enchant.constants.php">Predefined Constants</a></li><li><a href="enchant.examples.php">Examples</a></li><li><a href="ref.enchant.php">Enchant Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.enchant-broker-describe.php">enchant_broker_describe</a> — Enumerates the Enchant providers</li><li><a href="function.enchant-broker-dict-exists.php">enchant_broker_dict_exists</a> — Whether a dictionary exists or not. Using non-empty tag</li><li><a href="function.enchant-broker-free-dict.php">enchant_broker_free_dict</a> — Free a dictionary resource</li><li><a href="function.enchant-broker-free.php">enchant_broker_free</a> — Free the broker resource and its dictionnaries</li><li><a href="function.enchant-broker-get-error.php">enchant_broker_get_error</a> — Returns the last error of the broker</li><li><a href="function.enchant-broker-init.php">enchant_broker_init</a> — create a new broker object capable of requesting</li><li><a href="function.enchant-broker-list-dicts.php">enchant_broker_list_dicts</a> — Returns a list of available dictionaries</li><li><a href="function.enchant-broker-request-dict.php">enchant_broker_request_dict</a> — create a new dictionary using a tag</li><li><a href="function.enchant-broker-request-pwl-dict.php">enchant_broker_request_pwl_dict</a> — creates a dictionary using a PWL file</li><li><a href="function.enchant-broker-set-ordering.php">enchant_broker_set_ordering</a> — Declares a preference of dictionaries to use for the language</li><li><a href="function.enchant-dict-add-to-personal.php">enchant_dict_add_to_personal</a> — add a word to personal word list</li><li><a href="function.enchant-dict-add-to-session.php">enchant_dict_add_to_session</a> — add 'word' to this spell-checking session</li><li><a href="function.enchant-dict-check.php">enchant_dict_check</a> — Check whether a word is correctly spelled or not</li><li><a href="function.enchant-dict-describe.php">enchant_dict_describe</a> — Describes an individual dictionary</li><li><a href="function.enchant-dict-get-error.php">enchant_dict_get_error</a> — Returns the last error of the current spelling-session</li><li><a href="function.enchant-dict-is-in-session.php">enchant_dict_is_in_session</a> — whether or not 'word' exists in this spelling-session</li><li><a href="function.enchant-dict-quick-check.php">enchant_dict_quick_check</a> — Check the word is correctly spelled and provide suggestions</li><li><a href="function.enchant-dict-store-replacement.php">enchant_dict_store_replacement</a> — Add a correction for a word</li><li><a href="function.enchant-dict-suggest.php">enchant_dict_suggest</a> — Will return a list of values if any of those pre-conditions are not met</li></ul></li></ul></div><?php manual_footer(); ?>