问答详情
源自:4-1 PHP-什么是常量

到底默认是true还是false呢?

case_sensitive

提问者:lyx1012 2015-02-25 09:37

个回答

  • 画眉
    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