Skip to content

Instantly share code, notes, and snippets.

@dinolatoga
Last active August 29, 2015 14:06
Show Gist options
  • Save dinolatoga/181db2c972028c15506a to your computer and use it in GitHub Desktop.
Save dinolatoga/181db2c972028c15506a to your computer and use it in GitHub Desktop.
Get current php version of server
<?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