Skip to content

Instantly share code, notes, and snippets.

@flaviors200
Last active May 14, 2019 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flaviors200/a6a0c201bf112af1fe45acf7cd23f1be to your computer and use it in GitHub Desktop.
Save flaviors200/a6a0c201bf112af1fe45acf7cd23f1be to your computer and use it in GitHub Desktop.
PHP Constants
<?php
define('SOFTWARE_VERSION', 7.2);
echo "Versione del software ".SOFTWARE_VERSION;
//Output: Versione del software 7.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment