PHP 教程

PHP 7 新特性

PHP constant() 函数

PHP Misc 参考手册 PHP Misc 参考手册

实例

返回一个常量的值:

<?php
//define a constant
 define("GREETING","Hello you! How are you today?");

 echo constant("GREETING");
 ?>
运行实例 »

定义和用法

constant() 函数返回一个常量的值。

注释: 该函数也适用于 class 常量。

语法

constant(constant)
参数描述
constant必需。规定要检查的常量的名称。

技术细节

返回值:返回常量的值,如果常量未定义则返回 NULL。
PHP 版本:4+

PHP Misc 参考手册 PHP Misc 参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号