• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/workflow/template/packer/basepacker.php
  • Класс: BitrixBizprocWorkflowTemplatePackerBasePacker
  • Вызов: BasePacker::uncompress
protected function uncompress($data)
{
	if (is_string($data) && function_exists("gzuncompress"))
	{
		$data = @gzuncompress($data);
	}
	return $data;
}