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
+8.8k Golang : automatically figure out array length(size) with three dots
+14k Golang : How to pass map to html template and access the map's elements
+16.5k Golang : Set up source IP address before making HTTP request
+14.9k Golang : Accurate and reliable decimal calculations
+8k Golang : Oanda bot with Telegram and RSI example
+7.3k Golang : How to handle file size larger than available memory panic issue
+16.4k Golang : Gzip file example
+16.1k Golang :Trim white spaces from a string
+6.2k Golang : Break string into a slice of characters example
+12.3k Golang : Send data to /dev/null a.k.a blackhole with ioutil.Discard
+15k Golang : Get all local users and print out their home directory, description and group id
+4.9k Swift : Convert (cast) Float to Int or Int32 value