PHP Keywords

PHP Keywords


These words have special meaning in PHP. Some of them represent things which look like functions, some look like constants, and so on - but they're not, really: they are language constructs. The following words cannot be used as constants, class names, function or method names. They are, however, allowed as property, constant, and method names of classes, interfaces and traits, except that class may not be used as constant name.