<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.intl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'function.intl-get-error-message.php',
    1 => 'intl_get_error_message',
    2 => 'Get description of the last error',
  ),
  'up' => 
  array (
    0 => 'ref.intl.php',
    1 => 'intl Functions',
  ),
  'prev' => 
  array (
    0 => 'function.intl-get-error-code.php',
    1 => 'intl_get_error_code',
  ),
  'next' => 
  array (
    0 => 'function.intl-is-failure.php',
    1 => 'intl_is_failure',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/intl/functions/intl-get-error-message.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.intl-get-error-message" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">intl_get_error_message</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8, PECL intl &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">intl_get_error_message</span> &mdash; <span class="dc-title">Get description of the last error</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.intl-get-error-message-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>intl_get_error_message</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   Get error message from last internationalization function called.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.intl-get-error-message-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.intl-get-error-message-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Description of an error occurred in the last API function call.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.intl-get-error-message-examples">
  <h3 class="title">Examples</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>Example #1 <span class="function"><strong>intl_get_error_message()</strong></span> example</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">if( </span><span style="color: #0000BB">Collator</span><span style="color: #007700">::</span><span style="color: #0000BB">getAvailableLocales</span><span style="color: #007700">() === </span><span style="color: #0000BB">false </span><span style="color: #007700">) {<br />    </span><span style="color: #0000BB">show_error</span><span style="color: #007700">( </span><span style="color: #0000BB">intl_get_error_message</span><span style="color: #007700">() );<br />}<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

   </div>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.intl-get-error-message-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.intl-error-name.php" class="function" rel="rdfs-seeAlso">intl_error_name()</a> - Get symbolic name for a given error code</span></li>
    <li><span class="function"><a href="function.intl-get-error-code.php" class="function" rel="rdfs-seeAlso">intl_get_error_code()</a> - Get the last error code</span></li>
    <li><span class="function"><a href="function.intl-is-failure.php" class="function" rel="rdfs-seeAlso">intl_is_failure()</a> - Check whether the given error code indicates failure</span></li>
    <li><span class="function"><a href="collator.geterrormessage.php" class="function" rel="rdfs-seeAlso">collator_get_error_message()</a> - Get text for collator's last error code</span></li>
    <li><span class="function"><a href="numberformatter.geterrormessage.php" class="function" rel="rdfs-seeAlso">numfmt_get_error_message()</a> - Get formatter's last error message</span></li>
   </ul>
  </p>
 </div>

</div><?php manual_footer($setup); ?>