Query: enchant_broker_dict_exists
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ENCHANT_BROKER_DICT_EXISTS(3) 1 ENCHANT_BROKER_DICT_EXISTS(3) enchant_broker_dict_exists - Whether a dictionary exists or not. Using non-empty tagSYNOPSISbool enchant_broker_dict_exists (resource $broker, string $tag)DESCRIPTIONTells if a dictionary exists or not, using a non-empty tagsPARAMETERSo $broker - Broker resource o $tag - non-empty tag in the LOCALE format, ex: us_US, ch_DE, etc.RETURN VALUESReturns TRUE when the tag exist or FALSE when not.EXAMPLESExample #1 A enchant_broker_dict_exists(3) example <?php $tag = 'en_US'; $r = enchant_broker_init(); if (enchant_broker_dict_exists($r,$tag)) { echo $tag . " dictionary found. "; } ?>SEE ALSOenchant_broker_describe(3). PHP Documentation Group ENCHANT_BROKER_DICT_EXISTS(3)
Related Man Pages |
---|
radius_get_tagged_attr_tag(3) - php |
enchant_broker_request_dict(3) - php |
id3_set_tag(3) - php |
radius_put_vendor_int(3) - php |
xmlwriter_write_element(3) - php |
Similar Topics in the Unix Linux Community |
---|
User Guide: Posting in the Emergency Forum |
Please Welcome Ravinder Singh to the Moderation Team |
Denial Of Service Attack Update |
Please Welcome Nicki Paul to the Moderator Team! |