PHP超大整数求余

$str = "201510222141084291234562341234";
echo $str."\n";
echo bcmod(bcadd($str, '07345'), 6445)."\n";
函数功能如题!