◐ Shell
clean mode source ↗

PHP: GMP - Manual

The GMP class

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

Introduction

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

Note:

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

Class synopsis

final class GMP {

/* Methods */

public function __construct(int|string $num = 0, int $base = 0)

public function __serialize(): array

public function __unserialize(array $data): void

}

Changelog

Version Description
8.4.0 GMP is now marked final

Table of Contents

Found A Problem?

add a note

User Contributed Notes

There are no user contributed notes for this page.