<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.enchant.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'ref.enchant.php',
    1 => 'Enchant 函数',
    2 => 'Enchant 函数',
  ),
  'up' => 
  array (
    0 => 'book.enchant.php',
    1 => 'Enchant',
  ),
  'prev' => 
  array (
    0 => 'enchant.examples.php',
    1 => '示例',
  ),
  'next' => 
  array (
    0 => 'function.enchant-broker-describe.php',
    1 => 'enchant_broker_describe',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/enchant/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.enchant.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.enchant" class="reference">
 <h1 class="title">Enchant 函数</h1>

 


















































































































<h2>目录</h2><ul class="chunklist chunklist_reference"><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.php">enchant_broker_free</a> — Free the broker resource and its dictionaries</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-get-dict-path.php">enchant_broker_get_dict_path</a> — Get the directory path for a given backend</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-dict-path.php">enchant_broker_set_dict_path</a> — Set the directory path for a given backend</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.php">enchant_dict_add</a> — Add a word to personal word list</li><li><a href="function.enchant-dict-add-to-personal.php">enchant_dict_add_to_personal</a> — 别名 enchant_dict_add</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-added.php">enchant_dict_is_added</a> — Whether or not 'word' exists in this spelling-session</li><li><a href="function.enchant-dict-is-in-session.php">enchant_dict_is_in_session</a> — 别名 enchant_dict_is_added</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>
</div>
<?php manual_footer($setup); ?>