check php version

  1. K

    How to check PHP version of your website via SSH?

    If you are working on PHP and want to immediately know the version of PHP version. Then you should know the command as you are in terminal right now. We all know we have to enter the commands in terminal to work. There is simple command from which we can know the current PHP version. php –v...
  2. J

    What is phpinfo(); ?

    Phpinfo() : Phpinfo() function contains the information about configuration setting and availability of variables on the system. The phpinfo() function also contains the information about state of PHP that includes: · Extensions and PHP compilations · Server information · Upgraded PHP...
Top