• 实例首页
  • 自学教程
  • IT工具箱
xxxxxxxxxx
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<title>PHP 常量 实例 - 自学教程(runoops.com)</title>
6
</head>
7
<body>
8
​
9
<?php
10
// 不区分大小写的常量名
11
define("GREETING", "欢迎访问 Runoops.com", true);
12
echo greeting;  // 输出 "欢迎访问 Runoops.com"
13
?>   
14
​
15
</body>
16
​
17
</html>

© 2023 自学教程   runoops.com All Rights Reserved. 备案号:闽ICP备19010956号-1