⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 function.ldap-error.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Return the LDAP error message of the last LDAP command</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.ldap-errno.html">ldap_errno</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.ldap-explode-dn.html">ldap_explode_dn</a></div> <div class="up"><a href="ref.ldap.html">LDAP Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.ldap-error" class="refentry"> <div class="refnamediv">  <h1 class="refname">ldap_error</h1>  <p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">ldap_error</span> &mdash; <span class="dc-title">Return the LDAP error message of the last LDAP command</span></p> </div>  <div class="refsect1 description">  <h3 class="title">Description</h3>  <div class="methodsynopsis dc-description">   <span class="type">string</span> <span class="methodname"><b><b>ldap_error</b></b></span>    ( <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$link_identifier</tt></span>   )</div>  <p class="para rdfs-comment">   Returns the string error message explaining the error generated by the   last LDAP command for the given <i><tt class="parameter">link_identifier</tt></i>.   While LDAP errno numbers are standardized, different libraries return   different or even localized textual error messages. Never check for a   specific error message text, but always use an error number to check.  </p>  <p class="para">   Unless you lower your warning level in your <var class="filename">php.ini</var> sufficiently or   prefix your LDAP commands with <i>@</i> (at) characters to   suppress warning output, the errors generated will also show up in your   HTML output.  </p> </div> <div class="refsect1 parameters">  <h3 class="title">Parameters</h3>  <p class="para">   <dl>    <dt>     <span class="term"><i><tt class="parameter">link_identifier</tt></i></span>     <dd>      <p class="para">       An LDAP link identifier, returned by <a href="function.ldap-connect.html" class="function">ldap_connect()</a>.      </p>     </dd>    </dt>   </dl>  </p> </div> <div class="refsect1 returnvalues">  <h3 class="title">Return Values</h3>  <p class="para">   Returns string error message.  </p> </div> <div class="refsect1 seealso">  <h3 class="title">See Also</h3>  <p class="para">   <ul class="simplelist">    <li class="member"><a href="function.ldap-err2str.html" class="function" rel="rdfs-seeAlso">ldap_err2str()</a></li>    <li class="member"><a href="function.ldap-errno.html" class="function" rel="rdfs-seeAlso">ldap_errno()</a></li>   </ul>  </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.ldap-errno.html">ldap_errno</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.ldap-explode-dn.html">ldap_explode_dn</a></div> <div class="up"><a href="ref.ldap.html">LDAP 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 + -