• Модуль: ldap
  • Путь к файлу: ~/bitrix/modules/ldap/classes/general/ldap_util.php
  • Класс: CLdapUtil
  • Вызов: CLdapUtil::_Upper
static function _Upper($str)
{
	global $DB;
	return ($DB->type=="ORACLE"?"UPPER(".$str.")":$str);
}