📄 function.intl-get-error-code.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Get the last error code</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.intl-error-name.html">intl_error_name</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.intl-get-error-message.html">intl_get_error_message</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-get-error-code" class="refentry"> <div class="refnamediv"> <h1 class="refname">intl_get_error_code</h1> <p class="verinfo">(No version information available, might be only in CVS)</p><p class="refpurpose"><span class="refname">intl_get_error_code</span> — <span class="dc-title">Get the last error code</span></p> </div> <div class="refsect1 description"> <h3 class="title">Description</h3> <div class="methodsynopsis dc-description"> <span class="type">integer</span> <span class="methodname"><b><b>intl_get_error_code</b></b></span> ( <span class="methodparam">void</span> )</div> <p class="para rdfs-comment"> Useful to handle errors occured in static methods when there's no object to get error code from. </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> Error code returned by the last API function call. </p> </div> <div class="refsect1 examples"> <h3 class="title">Examples</h3> <p class="para"> <div class="example"> <p><b>Example #1 <b>intl_get_error_code()</b> example</b></p> <div class="example-contents"><div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB"><?php<br />$coll </span><span style="color: #007700">= </span><span style="color: #0000BB">collator_create</span><span style="color: #007700">( </span><span style="color: #DD0000">'<bad_param>' </span><span style="color: #007700">);<br />if( !</span><span style="color: #0000BB">$coll </span><span style="color: #007700">) {<br /> </span><span style="color: #0000BB">handle_error</span><span style="color: #007700">( </span><span style="color: #0000BB">intl_get_error_code</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.intl-is-failure.html" class="function" rel="rdfs-seeAlso">intl_is_failure()</a></li> <li class="member"><a href="function.intl-error-name.html" class="function" rel="rdfs-seeAlso">intl_error_name()</a></li> <li class="member"><a href="function.intl-get-error-message.html" class="function" rel="rdfs-seeAlso">intl_get_error_message()</a></li> <li class="member"><a href="collator.geterrorcode.html" class="function" rel="rdfs-seeAlso">collator_get_error_code()</a></li> <li class="member"><a href="numberformatter.geterrorcode.html" class="function" rel="rdfs-seeAlso">numfmt_get_error_code()</a></li> </ul> </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.intl-error-name.html">intl_error_name</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.intl-get-error-message.html">intl_get_error_message</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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -