<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ldap.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'function.ldap-close.php',
    1 => 'ldap_close',
    2 => '别名 ldap_unbind',
  ),
  'up' => 
  array (
    0 => 'ref.ldap.php',
    1 => 'LDAP 函数',
  ),
  'prev' => 
  array (
    0 => 'function.ldap-bind-ext.php',
    1 => 'ldap_bind_ext',
  ),
  'next' => 
  array (
    0 => 'function.ldap-compare.php',
    1 => 'ldap_compare',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ldap/functions/ldap-close.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ldap-close" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ldap_close</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ldap_close</span> &mdash; <span class="dc-title">别名 <span class="function"><a href="function.ldap-unbind.php" class="function">ldap_unbind()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ldap-close-description">
  <h3 class="title">说明</h3>
  <p class="simpara">
   此函数是该函数的别名： <span class="function"><a href="function.ldap-unbind.php" class="function">ldap_unbind()</a></span>.    
  </p>
 </div>

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