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

enchant_dict_describe

(PECL)

enchant_dict_describe -- Describes an individual dictionary

Описание

mixed enchant_dict_describe ( resource dict )

Returns the details of the dictionary.

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

dict

Dictinaray resource

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

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Примеры

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

Check if a dictionary exists using enchant_broker_dict_exists() and show the detail of it.

<?php
$tag
= 'en_US';
$broker = enchant_broker_init();
if (
enchant_broker_dict_exists($broker,$tag)) {
   
$dict = enchant_broker_request_dict($r, $tag);
   
$dict_details = enchant_dict_describe($dict);
   
print_r($dict_details);
}
?>

Результатом выполнения данного примера будет что-то подобное:

Array
(
    [lang] => en_US
    [name] => aspell
    [desc] => Aspell Provider
    [file] => /usr/lib/enchant/libenchant_aspell.so
)



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

enchant_dict_get_error> <enchant_dict_check
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