![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
XLIII. GMP FunctionsIntroductionThese functions allow you to work with arbitrary-length integers using the GNU MP library. These functions have been added in PHP 4.0.4.
RequirementsYou can download the GMP library from http://www.swox.com/gmp/. This site also has the GMP manual available. You will need GMP version 2 or better to use these functions. Some functions may require more recent version of the GMP library. InstallationIn order to have these functions available, you must compile PHP with GMP support by using the --with-gmp option. Runtime ConfigurationThis extension has no configuration directives defined in php.ini. Resource TypesThis extension has no resource types defined. Predefined ConstantsThe constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. See AlsoMore mathematical functions can be found in the sections BCMath Arbitrary Precision Mathematics Functions and Mathematical Functions.
Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|