mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-17 21:16:57 +08:00
64 lines
3.0 KiB
HTML
64 lines
3.0 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>Add entries to LDAP directory</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.ldap-add-ext" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">ldap_add_ext</h1>
|
|
<p class="verinfo">(PHP 7 >= 7.3.0)</p><p class="refpurpose"><span class="refname">ldap_add_ext</span> — <span class="dc-title">Add entries to LDAP directory</span></p>
|
|
|
|
</div>
|
|
|
|
<div class="refsect1 description" id="refsect1-function.ldap-add-ext-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>ldap_add_ext</strong></span>
|
|
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$link_identifier</code></span>
|
|
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$dn</code></span>
|
|
, <span class="methodparam"><span class="type">array</span> <code class="parameter">$entry</code></span>
|
|
[, <span class="methodparam"><span class="type">array</span> <code class="parameter">$serverctrls</code><span class="initializer"> = array()</span></span>
|
|
] ) : <span class="type">resource</span></div>
|
|
|
|
<p class="para rdfs-comment">
|
|
Does the same thing as <span class="function"><a href="ldap_add.html" class="function">ldap_add()</a></span> but returns the LDAP result resource to be parsed with <span class="function"><a href="ldap_parse_result.html" class="function">ldap_parse_result()</a></span>.
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 parameters" id="refsect1-function.ldap-add-ext-parameters">
|
|
<h3 class="title">参数</h3>
|
|
<p class="para">
|
|
See <span class="function"><a href="ldap_add.html" class="function">ldap_add()</a></span>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 returnvalues" id="refsect1-function.ldap-add-ext-returnvalues">
|
|
<h3 class="title">返回值</h3>
|
|
<p class="para">
|
|
Returns an LDAP result identifier or <strong><code>FALSE</code></strong> on error.
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 notes" id="refsect1-function.ldap-add-ext-notes">
|
|
<h3 class="title">注释</h3>
|
|
<blockquote class="note"><p><strong class="note">Note</strong>: <span class="simpara">此函数可安全用于二进制对象。</span></p></blockquote>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 seealso" id="refsect1-function.ldap-add-ext-seealso">
|
|
<h3 class="title">参见</h3>
|
|
<p class="para">
|
|
<ul class="simplelist">
|
|
<li class="member"><span class="function"><a href="ldap_add.html" class="function" rel="rdfs-seeAlso">ldap_add()</a> - Add entries to LDAP directory</span></li>
|
|
<li class="member"><span class="function"><a href="ldap_parse_result.html" class="function" rel="rdfs-seeAlso">ldap_parse_result()</a> - Extract information from result</span></li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
</div></div></div></body></html> |