The ______ function can be used in PHP to check the installed version of PHP.

  • version()
  • get_version()
  • php_version()
  • phpinfo()
The phpinfo() function can be used to check the installed version of PHP, among many other things. When this function is called, it displays a large amount of information about the current state of PHP, including details about PHP compilation options and extensions, the PHP version, server information and environment, etc. Learn more: https://www.php.net/manual/en/function.phpinfo.php
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *