function ldap_connect($hostname = null, $port = null)
{
    /** @noinspection PhpUndefinedMethodInspection */
    return LdapFunctions::ldap_connect($hostname, $port);
}
示例#2
0
function ldap_connect($hostname = null, $port = null)
{
    return LdapFunctions::ldap_connect($hostname, $port);
}