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
+19.8k Golang : Archive directory with tar and gzip
+6.8k Golang : Output or print out JSON stream/encoded data
+6.9k Fix sudo yum hang problem with no output or error messages
+12k Golang : Convert a rune to unicode style string \u
+16.9k Golang : Read integer from file into array
+7.8k Golang : Scan files for certain pattern and rename part of the files
+6.6k Golang : Embedded or data bundling example
+7.2k CloudFlare : Another way to get visitor's real IP address
+24.1k Golang : Upload to S3 with official aws-sdk-go package
+16.1k Golang : How to reverse elements order in map ?
+12.6k Golang : Forwarding a local port to a remote server example
+20.3k Golang : Determine if directory is empty with os.File.Readdir() function