">
当前位置:Gxlcms > PHP教程 > php变量定义方法详解,php变量用法教程

php变量定义方法详解,php变量用法教程

时间:2021-07-01 10:21:17 帮助过:35人阅读

  1. define("CONSTANT", "Hello world.");
  2. echo CONSTANT; // outputs "Hello world."
  3. echo Constant; // outputs "Constant" and issues a notice.
  4. ?>

人气教程排行