到底默认是true还是false呢?

来源:4-1 PHP-什么是常量

lyx1012

2015-02-25 09:37

case_sensitive

写回答 关注

1回答

  • 画眉
    2015-03-13 20:21:39

    Parameter
    参数

    Description
    描述

    name    Required. Specifies the name of the constant
    必要参数。指定常量的名称    

    value    Required. Specifies the value of the constant
    必要参数。指定常量的值    

    case_insensitive    Optional. Specifies whether the constant name should be case-insensitive. If set to TRUE, the constant will be case-insensitive. Default is FALSE (case-sensitive)
    可选参数。指定常量的名称是否是不区分大小写的[case-insensitive]。如果设置为True,则不区分字母大小写;如果设置为False,则区分字母大小写。默认值是:False    


PHP入门篇

PHP入门教程轻松学习,行业大牛帮您快速掌握PHP编程基础知识。

455957 学习 · 6306 问题

查看课程

相似问题