检查常量是否存在:
<?php
define("GREETING","Hello you! How are you today?");
echo defined("GREETING");
?>
亲自试一试 »
Defined() 函数检查常量是否存在。
defined(
name)
Parameter | Description |
---|---|
name | Required. Specifies the name of the constant to check |
返回值: | 如果常量存在则返回 TRUE,否则返回 FALSE |
---|---|
PHP 版本: | 4+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!