uTools-Manuals/docs/php/fdf_errno.html
2019-04-28 19:00:34 +08:00

49 lines
1.9 KiB
HTML

<!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>Return error code for last fdf operation</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.fdf-errno" class="refentry">
<div class="refnamediv">
<h1 class="refname">fdf_errno</h1>
<p class="verinfo">(PHP 4 &gt;= 4.3.0, PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">fdf_errno</span> &mdash; <span class="dc-title">Return error code for last fdf operation</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.fdf-errno-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>fdf_errno</strong></span>
( <span class="methodparam">void</span>
) : <span class="type">int</span></div>
<p class="para rdfs-comment">
Gets the error code set by the last FDF function call.
</p>
<p class="para">
A textual description of the error may be obtained using with
<span class="function"><a href="fdf_error.html" class="function">fdf_error()</a></span>.
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.fdf-errno-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
Returns the error code as an integer, or zero if there was no errors.
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.fdf-errno-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="function"><a href="fdf_error.html" class="function" rel="rdfs-seeAlso">fdf_error()</a> - Return error description for FDF error code</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>