Answers for "how to check which version of php is installed in windows through cmd"

PHP
1

how to check php version in php

<?php
  echo 'PHP version:' . phpinfo();
?>
Posted by: Guest on April-18-2021

Code answers related to "how to check which version of php is installed in windows through cmd"

Browse Popular Code Answers by Language