Web студия "GrandView"
  Главная   Написать Контакты
   
   
О проекте
Руководство php
 

enchant_dict_suggest

(PECL)

enchant_dict_suggest -- Will return a list of values if any of those pre-conditions are not met.

Описание

array enchant_dict_suggest ( resource dict, string word )

Список параметров

dict

Dictionary resource

word

Word to use for the suggestions.

Возвращаемые значения

Will returns an array of suggestions if the word is bad spelled.

Примеры

Пример 1. A enchant_dict_suggest() example

<?php
$tag
= 'en_US';
$r = enchant_broker_init();
if (
enchant_broker_dict_exists($r,$tag)) {
   
$d = enchant_broker_request_dict($r, $tag);

   
$spellerrors = enchant_dict_check($d, "soong");
    echo
"found $spellerrors spell errors\n";
    if (
$spellerrors) {
       
$suggs = enchant_dict_suggest($d, "soong");
        echo
"Suggestions for 'soong':";
       
print_r($suggs);
    }
   
enchant_broker_free_dict($d);
}
enchant_broker_free($r);
?>



add a note add a note User Contributed Notes
enchant_dict_suggest
There are no user contributed notes for this page.

Errors and Logging> <enchant_dict_store_replacement
Last updated: Sat, 27 Jan 2007
 
 
Новости
11 июля 2007
Сайт запущен
© 2007 info@grandviewstudio.com

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 324

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 330
Z058440144362 Z348613067571