Dutch PHP Conference 2025 - Call For Papers

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.

Короткий огляд класу

class GMP {
/* Методи */
public __construct(int|string $num = 0, int $base = 0)
public __serialize(): array
public __unserialize(array $data): void
}

Зміст

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top