Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 3865

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Get symbolic name for a given error code</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ref.intl.html">intl Functions</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.intl-get-error-code.html">intl_get_error_code</a></div>
 <div class="up"><a href="ref.intl.html">intl Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.intl-error-name" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">intl_error_name</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PECL intl &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">intl_error_name</span> &mdash; <span class="dc-title">Get symbolic name for a given error code</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.intl-error-name-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">string</span>
    <span class="methodname"><strong>intl_error_name</strong></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$error_code</code></span>
   )</div>

  <p class="para rdfs-comment">
   Return ICU error code name.
  </p>
 </div>

 
 <div class="refsect1 parameters" id="refsect1-function.intl-error-name-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">error_code</code></em></span>
     <dd>

      <p class="para">
       ICU error code.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>

 
 <div class="refsect1 returnvalues" id="refsect1-function.intl-error-name-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   The returned string will be the same as the name of the error code
   constant.
  </p>
 </div>

 
 <div class="refsect1 examples" id="refsect1-function.intl-error-name-examples">
  <h3 class="title">Examples</h3>
  <p class="para">
   <div class="example" id="example-2689">
    <p><strong>Example #1  <span class="function"><strong>intl_error_name()</strong></span> example</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br />$coll&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">collator_create</span><span style="color: #007700">(&nbsp;</span><span style="color: #DD0000">'en_RU'&nbsp;</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">$err_code&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">collator_get_error_code</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">$coll&nbsp;</span><span style="color: #007700">);<br /><br /></span><span style="color: #0000BB">printf</span><span style="color: #007700">(&nbsp;</span><span style="color: #DD0000">"Symbolic&nbsp;name&nbsp;for&nbsp;%d&nbsp;is&nbsp;%s\n."</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$err_code</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">intl_error_name</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">$err_code&nbsp;</span><span style="color: #007700">)&nbsp;);<br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code></div>
    </div>

    <div class="example-contents"><p>The above example will output
something similar to:</p></div>
    <div class="example-contents screen">
<div class="cdata"><pre>
Symbolic name for -128 is U_USING_FALLBACK_WARNING.
</pre></div>
    </div>
   </div>
  </p>
 </div>

 
 <div class="refsect1 seealso" id="refsect1-function.intl-error-name-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.intl-is-failure.html" class="function" rel="rdfs-seeAlso">intl_is_failure()</a> - Check whether the given error code indicates failure</span></li>
    <li class="member"> <span class="function"><a href="function.intl-get-error-code.html" class="function" rel="rdfs-seeAlso">intl_get_error_code()</a> - Get the last error code</span></li>
    <li class="member"> <span class="function"><a href="function.intl-get-error-message.html" class="function" rel="rdfs-seeAlso">intl_get_error_message()</a> - Get description of the last error</span></li>
   </ul>
  </p>
 </div>

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ref.intl.html">intl Functions</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.intl-get-error-code.html">intl_get_error_code</a></div>
 <div class="up"><a href="ref.intl.html">intl Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>