Supported Versions: PHP 5, PHP 7, PHP 8
Raise an arbitrary precision number to another, reduced by a specified modulus
<?php bcpowmod(    string $num,    string $exponent,    string $modulus,    ?int $scale = null): string