|
||||||||||||
|
|
XXXVII. GMP FunctionsIntroducciónThese functions allow you to work with arbitrary-length integers using the GNU MP library. These functions have been added in PHP 4.0.4.
RequerimientosYou 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. InstalaciónIn order to have these functions available, you must compile PHP with GMP support by using the --with-gmp option. Configuración en tiempo de ejecuciónEsta extensión no tiene directivas de configuración en php.ini. Tipos de recursosEsta extensión no tiene ningún tipo de recurso definido. Constantes predefinidasEstas constantes están definidas por esta extensión y estarán disponibles solamente cuando la extensión ha sido o bien compilada dentro de PHP o grabada dinámicamente en tiempo de ejecución. Ver tambiénMore mathematical functions can be found in the sections BCMath Arbitrary Precision Mathematics Functions and Mathematical Functions.
| |||||||||||
|
||||||||||||