Answers for "how to check the php version in linux"

PHP
3

check the php version in ubuntu

php --version
Posted by: Guest on December-09-2020
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 php version in linux"

Browse Popular Code Answers by Language