• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/classes/general/pull_options.php
  • Класс: CPullOptions
  • Вызов: CPullOptions::IsProtobufSupported
static function IsProtobufSupported()
{
	// google's protobuf library requires php x64 or bc_math extension.
	return (PHP_INT_SIZE >= 8 || function_exists('bcadd'));
}