question archive Which names in PHP are case sensitive and which are not?
Subject:Computer SciencePrice:2.89 Bought3
Which names in PHP are case sensitive and which are not?
PHP is neither totally case sensitive nor totally case insensitive. In PHP, variables and constants names are case sensitive while function names are not case sensitive. PHP is the only language in which this happens. All other languages are either totally case sensitive or case insensitive.