Answers for "php cheack if php version is correct"

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 "php cheack if php version is correct"

Browse Popular Code Answers by Language