PHP 8.3.4 Released!

GMP クラス

(PHP 5 >= 5.6.0, PHP 7, PHP 8)

はじめに

GMP 数。このオブジェクトは、オーバーロードされた 算術演算子, ビット演算子, 比較演算子 をサポートしています。

注意:

GMP オブジェクトを操作するオブジェクト指向インターフェイスは用意されていません。 手続き型の GMP API を使いましょう。

class GMP {
/* メソッド */
public __construct(int|string $num = 0, int $base = 0)
public __serialize(): array
public __unserialize(array $data): void
}

目次

add a note

User Contributed Notes

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