Web студия "GrandView"
  Главная   Написать Контакты
   
   
О проекте
Руководство php
 

ldap_close

(PHP 3, PHP 4, PHP 5)

ldap_close -- Alias of ldap_unbind()

Описание

This function is an alias of: ldap_unbind().



add a note add a note User Contributed Notes
ldap_close
20-Jul-2001 11:15
<?php
$ds
=ldap_connect("localhost");  // assuming the LDAP server is on this host

if ($ds) {
   
$r=ldap_bind($ds,"cn=root, o=My Company, c=US", "secret");
   
$info["cn"]="Roberto Celestino";
   
$info["sn"]="Roberto";
   
$info["mail"]="rcelestino@here.and.now";
   
$info["objectclass"]="person";

   
// add data to directory
   
$r=ldap_add($ds, "cn=Celestino Roberto, o=Mi Compania, c=US", $info);
   
//Close the link apointed by the identified $ds (get with ldap_connect)
   
ldap_close($ds);

}
?>

ldap_compare> <ldap_bind
Last updated: Fri, 26 Jan 2007
 
 
Новости
11 июля 2007
Сайт запущен
© 2007 info@grandviewstudio.com

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 324

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 330
Z058440144362 Z348613067571