添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
无聊的松鼠  ·  AI100_机器学习日报 ...·  4 月前    · 
从容的木耳  ·  toptoon官网 - 百度·  4 月前    · 
玩篮球的跑步鞋  ·  Catalyst Docs·  6 月前    · 
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
Next menu item
Previous menu item
Previous man page
Next man page
Scroll to bottom
Scroll to top
Goto homepage
Goto search
(current page)
Focus search box
These functions allow for arbitrary-length integers to be worked with using the GNU MP library. Most GMP functions accept GMP number arguments. These are shown in this documentation as GMP objects. Most of these functions will also accept numeric and string arguments, so long as it is possible to convert the latter to a number. Also, if there is a more performant function that can operate on the arguments (integers only), then it will be used instead (this is done transparently). See also the gmp_init() function. From PHP 5.6 onwards, the arithmetic , bitwise , and comparison operators may be used with the GMP objects returned from gmp_init() and other GMP functions. Large integers must be specified as strings - otherwise, PHP will coerce them to floats, resulting in a loss of precision. This extension is available on Windows platforms.