function ldap_close($connection = null)
{
    /** @noinspection PhpUndefinedMethodInspection */
    return LdapFunctions::ldap_close($connection);
}
Ejemplo n.º 2
0
function ldap_close($connection = null)
{
    return LdapFunctions::ldap_close($connection);
}