downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

enchant_broker_free_dict> <enchant_broker_describe
[edit] Last updated: Fri, 24 Jun 2011

view this page in

enchant_broker_dict_exists

(PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 )

enchant_broker_dict_existsبررسی وجود یا عدم وجود دیکشنری با استفاده از برچسب غیر خالی

Description

bool enchant_broker_dict_exists ( resource $broker , string $tag )

بررسی وجود یا عدم وجود دیکشنری با استفاده از برچسب غیر خالی

Parameters

broker

منبع Broker

tag

برچسب غیرخالی در قالب LOCALE به عنوان مثال: us_US، ch_DE و غیره.

Return Values

بازگرداندن TRUE اگر برچسب موجود باشد یا FALSE در غیر این صورت.

Examples

Example #1 مثال enchant_broker_dict_exists()

<?php
$tag 
'en_US';
$r enchant_broker_init();
if (
enchant_broker_dict_exists($r,$tag)) {
    echo 
$tag " dictionary found.\n";
}
?>

See Also



add a note add a note User Contributed Notes enchant_broker_dict_exists - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites