PHP: Hypertext Preprocessor (original) (raw)
Change language:
The GMP class
(PHP 5 >= 5.6.0, PHP 7, PHP 8)
Introduction
A GMP number. These objects support overloadedarithmetic,bitwise andcomparison operators.
Note:
No object-oriented interface is provided to manipulateGMP objects. Please use theprocedural GMP API.
Class synopsis
final class **GMP {
/* Methods */
public __construct(int|string $num
= 0, int $base
= 0)
public __serialize(): array
public __unserialize(array $data
): void
}
Changelog
Version | Description |
---|---|
8.4.0 | GMP is now marked final |
Table of Contents
- GMP::__construct — Create GMP number
- GMP::__serialize — Serializes the GMP object
- GMP::__unserialize — Deserializes the data parameter into a GMP object
Found A Problem?
Learn How To Improve This Page •Submit a Pull Request •Report a Bug
User Contributed Notes
There are no user contributed notes for this page.