The GMP class

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 GMP
/* Methods */
public __construct(intstring $num = 0, int $base = 0)
public array __serialize()
public void __unserialize(array $data)

Changelog

Version Description
8.4.0 GMP is now marked final
Table of Contents