Are the reserved words in PHP (final, public, function, etc) case-sensitive?
Would it be valid to write:
Final Public Function
Are the reserved words in PHP (final, public, function, etc) case-sensitive?
Would it be valid to write:
Final Public Function
I've never had a problem with case-sensitivity as it relates to reserved words. Sometimes I capitalize them, sometimes I don't. Take a look at this list for examples of usage: