Answers for "how to check php version ["

PHP
3

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

Browse Popular Code Answers by Language