Answers for "How to check the running php version"

PHP
1

check php version

/* in terminal type it*/
php -v
Posted by: Guest on March-24-2021
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 the running php version"

Browse Popular Code Answers by Language