Answers for "how to check the php version of a website"

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 the php version of a website"

Browse Popular Code Answers by Language