Forrest logo
back to the php tool

php:ai:9b080

Retrieve ext-mongodb version
$ php -i | grep mongo -C 2 | head -n 1 | awk -F ' ' '{print $3}'
try on your machine

Retrieve ext-mongodb version

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 to find out the version of ext-mongodb?
back to the php tool