PHP Velho Oeste 2024

Instalación

Esta función solamente está disponible si PHP está configurado con --enable-bcmath.

La versión de PHP para Windows tiene soporte nativo para esta extensión. No se requiere cargar extensiones adicionales para utilizar estas funciones.

add a note add a note

User Contributed Notes 1 note

up
-32
Anonymous
6 years ago
bcmath ist not installed automatically with php 7 on linux (ubuntu server)
You have to use: sudo apt-get install php-bcmath
To Top