简单教程
提交运行
代码编辑器:
<?php //define a constant define("GREETING","Hello you! How are you today?"); echo constant("GREETING");
运行结果: