Forrest logo
back to the php tool

php:ai:9fbda

Get the version of an installed PHP extension
$ php -i | grep ${extension_name} | grep 'Version'
try on your machine

Get the version of an installed PHP extension

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • How can I determine the version of an installed php extension?
back to the php tool