function.enchant-broker-request-dict.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 118 行
HTML
118 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>create a new dictionary using a tag</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.enchant-broker-list-dicts.html">enchant_broker_list_dicts</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.enchant-broker-request-pwl-dict.html">enchant_broker_request_pwl_dict</a></div> <div class="up"><a href="ref.enchant.html">Enchant Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.enchant-broker-request-dict" class="refentry"> <div class="refnamediv"> <h1 class="refname">enchant_broker_request_dict</h1> <p class="verinfo">(PECL enchant:0.1-1.0.1)</p><p class="refpurpose"><span class="refname">enchant_broker_request_dict</span> — <span class="dc-title">create a new dictionary using a tag</span></p> </div> <div class="refsect1 description"> <h3 class="title">Description</h3> <div class="methodsynopsis dc-description"> <span class="type">resource</span> <span class="methodname"><b><b>enchant_broker_request_dict</b></b></span> ( <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$broker</tt></span> , <span class="methodparam"><span class="type">string</span> <tt class="parameter">$tag</tt></span> )</div> <p class="para rdfs-comment"> create a new dictionary using tag, the non-empty language tag you wish to request a dictionary for ("en_US", "de_DE", ...) </p> </div> <div class="refsect1 parameters"> <h3 class="title">Parameters</h3> <p class="para"> <dl> <dt> <span class="term"><i><tt class="parameter">broker</tt></i></span> <dd> <p class="para"> Broker resource </p> </dd> </dt> <dt> <span class="term"><i><tt class="parameter">tag</tt></i></span> <dd> <p class="para"> A tag describing the locale, for example en_US, de_DE </p> </dd> </dt> </dl> </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> Returns a dictionary resource on success or <b><tt>FALSE</tt></b> on failure. </p> </div> <div class="refsect1 examples"> <h3 class="title">Examples</h3> <p class="para"> <div class="example"> <p><b>Example #1 A <b>enchant_broker_request_dict()</b> example</b></p> <div class="example-contents"><p> Check if a dictionary exists using <a href="function.enchant-broker-dict-exists.html" class="function">enchant_broker_dict_exists()</a> and request it. </p></div> <div class="example-contents"><div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB"><?php<br />$tag </span><span style="color: #007700">= </span><span style="color: #DD0000">'en_US'</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$broker </span><span style="color: #007700">= </span><span style="color: #0000BB">enchant_broker_init</span><span style="color: #007700">();<br />if (</span><span style="color: #0000BB">enchant_broker_dict_exists</span><span style="color: #007700">(</span><span style="color: #0000BB">$broker</span><span style="color: #007700">,</span><span style="color: #0000BB">$tag</span><span style="color: #007700">)) {<br /> </span><span style="color: #0000BB">$dict </span><span style="color: #007700">= </span><span style="color: #0000BB">enchant_broker_request_dict</span><span style="color: #007700">(</span><span style="color: #0000BB">$r</span><span style="color: #007700">, </span><span style="color: #0000BB">$tag</span><span style="color: #007700">);<br />}<br /></span><span style="color: #0000BB">?></span></span></code></div> </div> </div> </p> </div> <div class="refsect1 seealso"> <h3 class="title">See Also</h3> <p class="para"> <ul class="simplelist"> <li class="member"><a href="function.enchant-dict-describe.html" class="function" rel="rdfs-seeAlso">enchant_dict_describe()</a></li> <li class="member"><a href="function.enchant-broker-dict-exists.html" class="function" rel="rdfs-seeAlso">enchant_broker_dict_exists()</a></li> <li class="member"><b>enchant_broker_dict_free()</b></li> </ul> </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.enchant-broker-list-dicts.html">enchant_broker_list_dicts</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.enchant-broker-request-pwl-dict.html">enchant_broker_request_pwl_dict</a></div> <div class="up"><a href="ref.enchant.html">Enchant Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?