H A D | bcmath.stub.php | 8 function bcadd(string $num1, string $num2, ?int $scale = null): string {} argument 11 function bcsub(string $num1, string $num2, ?int $scale = null): string {} argument 14 function bcmul(string $num1, string $num2, ?int $scale = null): string {} argument 17 function bcdiv(string $num1, string $num2, ?int $scale = null): string {} argument 20 function bcmod(string $num1, string $num2, ?int $scale = null): string {} argument 26 function bcdivmod(string $num1, string $num2, ?int $scale = null): array {} argument 35 function bcsqrt(string $num, ?int $scale = null): string {} argument 37 function bccomp(string $num1, string $num2, ?int $scale = null): int {} argument 39 function bcscale(?int $scale = null): int {} argument 59 public int $scale; variable in BcMath\\Number [all …]
|