get the list of php versions installed

Solutions on MaxInterview for get the list of php versions installed by the best coders in the world

showing results for - "get the list of php versions installed"
Riyad
01 Mar 2017
1I use the following command to view installed PHP versions in Ubuntu:
2========================================================================
3sudo update-alternatives --list php
4