function ldap_search($connection = null, $baseDn = null, $filter = null)
{
    /** @noinspection PhpUndefinedMethodInspection */
    return LdapFunctions::ldap_search($connection, $baseDn, $filter);
}
예제 #2
0
function ldap_search($connection = null, $baseDn = null, $filter = null)
{
    return LdapFunctions::ldap_search($connection, $baseDn, $filter);
}