This commit is contained in:
Laurent Destailleur 2023-02-22 17:26:22 +01:00
parent 53014290cf
commit f6f420d19a

View File

@ -339,7 +339,7 @@ class Ldap
* This method seems a duplicate/alias of unbind().
*
* @return boolean true or false
* @deprecated ldap_close is an alias of ldap_unbind
* @deprecated ldap_close is an alias of ldap_unbind, so use unbind() instead.
* @see unbind()
*/
public function close()