Answers for "installing php extension ubuntu"

PHP
1

php enable extension ubuntu

### Syntax
phpenmod MODULE_NAME

### Enable mbstring php module
phpenmod mbstring
Posted by: Guest on October-29-2020

Code answers related to "installing php extension ubuntu"

Browse Popular Code Answers by Language