Answers for "enable php modules windows"

PHP
2

show php modules installed

php -m
Posted by: Guest on February-24-2021
0

php enable module

### Syntax
phpenmod MODULE_NAME

### Enable mbstring php module
phpenmod mbstring
Posted by: Guest on February-11-2021

Code answers related to "enable php modules windows"

Browse Popular Code Answers by Language