PHP constant() 函数
定义和用法
constant() 函数返回常量的值。
语法
constant(constant)
参数 | 描述 |
---|---|
constant | 必需。规定要检查的常量的名称。 |
提示和注释
注释:该函数仅适用于 class 常量。
例子
<?php//定义一个常量define("GREETING","Hello world!"); echo constant("GREETING"); ?>
输出:
Hello world!
李清波 2021-06-17 PHP函数 1718 复制当前网址
constant() 函数返回常量的值。
constant(constant)
参数 | 描述 |
---|---|
constant | 必需。规定要检查的常量的名称。 |
注释:该函数仅适用于 class 常量。
<?php//定义一个常量define("GREETING","Hello world!"); echo constant("GREETING"); ?>
输出:
Hello world!
上一篇:define
__construct
zip_read
zip_open
zip_entry_read
zip_entry_open
zip_entry_name
zip_entry_filesize
zip_entry_compressionmethod
zip_entry_compressedsize
zip_entry_close
zip_close
xpath
xml_set_unparsed_entity_decl_handler
xml_set_processing_instruction_handler
xml_set_object
xml_set_notation_decl_handler
xml_set_external_entity_ref_handler
xml_set_element_handler
xml_set_default_handler
xml_set_character_data_handler