Answers for "how to tell what version of php i am using"

PHP
1

checking php version

<?php
echo 'PHP version: ' . phpversion();
?>
Posted by: Guest on February-12-2021

Code answers related to "how to tell what version of php i am using"

Browse Popular Code Answers by Language