PHP Velho Oeste 2024

Kurulum

Bu işlevler, PHP --enable-bcmath ile yapılandırıldı ise erişilebilirdir.

PHP'nin Windows sürümünde bu eklenti yerleşik olarak gelmektedir. Bu işlevleri Windows'ta kullanmak için herhangi bir eklenti kurulmasına gerek yoktur.

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