PHP : See installed compiled-in-modules
PHP has compiled-in modules that allows it to perform various operation. If you want see what modules is linked to PHP. Enter the following command:
php -m
To see the set of installed PHP modules
output :
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
json
libxml
mbstring
mcrypt
mhash
mysql
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
readline
Reflection
session
shmop
SimpleXML
sockets
SPL
sqlite3
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
zlib
[Zend Modules]
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+46.1k Golang : Marshal and unmarshal json.RawMessage struct example
+6.6k Android Studio : Hello World example
+5.8k PHP : How to check if an array is empty ?
+5.5k Linux/Unix/PHP : Restart PHP-FPM
+5.6k Javascript : How to replace HTML inside <div>?
+19.3k Golang : Close channel after ticker stopped example
+10.8k Golang : Read until certain character to break for loop
+5.1k PHP : Hide PHP version information from curl
+22.1k Golang : Read directory content with filepath.Walk()
+6.6k How to let Facebook Login button redirect to a particular URL ?
+9.4k Golang : Quadratic example
+36.4k Golang : Display float in 2 decimal points and rounding up or down