• Модуль: ldap
  • Путь к файлу: ~/bitrix/modules/ldap/classes/general/ldap_server.php
  • Класс: CLdapServer
  • Вызов: CLdapServer::GetByID
static function GetByID($ID)
{
	return CLdapServer::GetList(Array(), $arFilter=Array("ID"=>intval($ID)));
}