コード例 #1
0
function connection_ldap_status()
{
    $ldap_ou = new ldapOu($_GET["connection-status"]);
    echo $ldap_ou->GetCountDeUsers();
}