enchant_dict_describe(3) php man page | unix.com

Man Page: enchant_dict_describe

Operating Environment: php

Section: 3

ENCHANT_DICT_DESCRIBE(3)						 1						  ENCHANT_DICT_DESCRIBE(3)

enchant_dict_describe - Describes an individual dictionary

SYNOPSIS
mixed enchant_dict_describe (resource $dict)
DESCRIPTION
Returns the details of the dictionary.
PARAMETERS
o $dict - Dictionary resource
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
Example #1 A enchant_dict_describe(3) example Check if a dictionary exists using enchant_broker_dict_exists(3) 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); } ?> The above example will output something similar to: Array ( [lang] => en_US [name] => aspell [desc] => Aspell Provider [file] => /usr/lib/enchant/libenchant_aspell.so ) PHP Documentation Group ENCHANT_DICT_DESCRIBE(3)
Related Man Pages
bgoffice-dict-download(1) - debian
dictreleaselock(3) - debian
dictsetvalue(3) - debian
french(5) - ultrix
enchant_broker_request_dict(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!