<?php define("APP_VERSION", "1.0.0"); function showVersion() { echo APP_VERSION; // قابل دسترس در داخل توابع } showVersion();