php8.5
Home/ Manual/ reference / gmp/ The GMP class

The GMP class

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

Intro

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 { }

Changelog

VersionDescription
8.4.0GMP is now marked final
8.4.0A GMP object can now be cast to bool; an object representing 0 is cast to false, and any other value to true. Previously, casting to bool emitted an E_RECOVERABLE_ERROR.

Gmp

In this section

Source: reference/gmp/gmp.xml · from the official PHP manual (php/doc-en)