<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = 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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.enchant.php',
    1 => 'Enchant',
    2 => 'Enchant spelling library',
  ),
  'up' => 
  array (
    0 => 'refs.international.php',
    1 => 'Підтримка людської мови та кодування символів',
  ),
  'prev' => 
  array (
    0 => 'refs.international.php',
    1 => 'Підтримка людської мови та кодування символів',
  ),
  'next' => 
  array (
    0 => 'intro.enchant.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/enchant/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.enchant.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.enchant" class="book">
 
 <h1 class="title">Enchant spelling library</h1>
 

 
 
 
 
 







 






 







 








 




 





<ul class="chunklist chunklist_book"><li><a href="intro.enchant.php">Вступ</a></li><li><a href="enchant.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="enchant.requirements.php">Вимоги</a></li><li><a href="enchant.installation.php">Встановлення</a></li><li><a href="enchant.resources.php">Типи ресурсів</a></li></ul></li><li><a href="enchant.constants.php">Попередньо визначені константи</a></li><li><a href="enchant.examples.php">Приклади</a></li><li><a href="ref.enchant.php">Функції Enchant</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.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></li><li><a href="class.enchantbroker.php">EnchantBroker</a> — The EnchantBroker class</li><li><a href="class.enchantdictionary.php">EnchantDictionary</a> — The EnchantDictionary class</li></ul></div><?php manual_footer($setup); ?>