The GMP class

(PHP 5 >= 5.6.0, PHP 7, PHP 8)

简介

A GMP number. These objects support overloaded arithmetic, bitwise and comparison operators.

注意:

No object-oriented interface is provided to manipulate GMP objects. Please use the procedural GMP API.

类摘要

classGMP {
public__construct(int|string$num = 0, int$base = 0)
public__unserialize(array$data): void
}

目录

To Top