Last active
August 29, 2015 14:06
-
-
Save dinolatoga/181db2c972028c15506a to your computer and use it in GitHub Desktop.
Get current php version of server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo 'Current PHP version: ' . phpversion(); | |
echo phpversion('tidy'); // if the extension isn't enabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment