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
+6.9k Golang : Reverse by word
+22.6k Golang : Convert Unix timestamp to UTC timestamp
+45.4k Golang : Use wildcard patterns with filepath.Glob() example
+7.5k Golang : Word limiter example
+5.3k Golang : Issue HTTP commands to server and port example
+36.7k Golang : How to split or chunking a file to smaller pieces?
+7.8k Golang : Test if an input is an Armstrong number example
+4.8k Linux : sudo yum updates not working
+14.9k Golang : GUI with Qt and OpenCV to capture image from camera
+14k Golang : convert(cast) string to float value
+10.2k Golang : Channels and buffered channels examples
+9.2k Golang : Inject/embed Javascript before sending out to browser example