parent root
PHP: GMP - Manual
PHP 7.2.23 Release Announcement

The GMP class

(PHP 5 >= 5.6.0, PHP 7)

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.

GMP implements Serializable {
}
add a noteadd a note

User Contributed Notes

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