Is there any way to maximize PHP_INT_MAX?

前端 未结 4 1862
没有蜡笔的小新
没有蜡笔的小新 2020-12-10 06:09

I can\'t find this row in php.ini, so is there any way to increase PHP_INT_MAX?

4条回答
  •  一向
    一向 (楼主)
    2020-12-10 06:33

    Nope. It's hardware/os limitation, not PHP.
    You can use bcmath fructions for large numbers

提交回复
热议问题