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
+14.2k Javascript : Prompt confirmation before exit
+15k Golang : Submit web forms without browser by http.PostForm example
+13.8k Golang : Check if an integer is negative or positive
+8.4k Golang : Count leading or ending zeros(any item of interest) example
+18.7k Golang : Find IP address from string
+20.7k Nginx + FastCGI + Go Setup.
+16.6k Golang : Execute terminal command to remote machine example
+6.4k PHP : How to handle URI or URL with non-ASCII characters such as Chinese/Japanese/Korean(CJK) ?
+21.7k Golang : Encrypt and decrypt data with TripleDES
+12.4k Linux : How to install driver for 600Mbps Dual Band Wifi USB Adapter
+5.7k Swift : Get substring with rangeOfString() function example
+12.1k Golang : Setup API server or gateway with Caddy and http.ListenAndServe() function example