Skip to content

Instantly share code, notes, and snippets.

@drinkmaker
Last active October 21, 2015 10:13
Show Gist options
  • Save drinkmaker/e33167c5182b7df40b0d to your computer and use it in GitHub Desktop.
Save drinkmaker/e33167c5182b7df40b0d to your computer and use it in GitHub Desktop.
Проверка версии PHP в Warp 7
<?php
// check compatibility
if ( version_compare(PHP_VERSION, '5.3', '>=')) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment