The GMP class
(PHP 5 >= 5.6.0, PHP 7, PHP 8)
简介
A GMP number. These objects support overloaded arithmetic, bitwise and comparison operators.
注意:
No object-oriented interface is provided to manipulate GMP objects. Please use the procedural GMP API.
类摘要
final
class GMP
{
/* 方法 */
}更新日志
版本 | 说明 |
---|---|
8.4.0 | GMP is now marked final |
目录
- GMP::__construct — Create GMP number
- GMP::__serialize — Serializes the GMP object
- GMP::__unserialize — Deserializes the data parameter into a GMP object
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。