Answers for "to find the php version in my system"

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 "to find the php version in my system"

Browse Popular Code Answers by Language