返回常量的值:
<?php
//define a constant
define("GREETING","Hello you! How are you today?");
echo constant("GREETING");
?>
亲自试一试 »
Constant() 函数返回常量的值。
笔记:此函数也适用于类常量。
constant(
constant)
Parameter | Description |
---|---|
constant | Required. Specifies the name of the constant to check |
返回值: | 返回常量的值,如果常量未定义则返回 NULL |
---|---|
PHP 版本: | 4+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!