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
+7.6k Golang : Example of custom handler for Gorilla's Path usage.
+6.3k Golang : Extract XML attribute data with attr field tag example
+8.4k Golang: Prevent over writing file with md5 hash
+39.2k Golang : How to iterate over a []string(array)
+8.8k Golang : Combine slices but preserve order example
+4.9k JavaScript: Add marker function on Google Map
+6.9k Golang : Humanize and Titleize functions
+13.3k Golang : Convert(cast) int to int64
+12.9k Golang : zlib compress file example
+9.6k Golang : Qt Yes No and Quit message box example
+9.6k Golang : Detect Pascal, Kebab, Screaming Snake and Camel cases
+13.3k Golang : Skip blank/empty lines in CSV file and trim whitespaces example