• Модуль: perfmon
  • Путь к файлу: ~/bitrix/modules/perfmon/classes/general/sql_format.php
  • Класс: CSqlFormat
  • Вызов: CSqlFormat::removeTrailingSpaces
public function removeTrailingSpaces(&$str)
{
	$str = rtrim($str, "x1x2x3");
}