PHP Velho Oeste 2024

リソース型

PHP 5.6 より前のバージョンでは、ほとんどの GMP 関数は、GMP 数のリソースを使っていました。 PHP 5.6 以降は、GMP 数リソースのかわりに GMP オブジェクトを使います。

add a note add a note

User Contributed Notes 1 note

up
3
Numien
15 years ago
For a GMP number resource, get_resource_type() gives "GMP integer"
To Top