php保留关键字

来源:互联网 发布:如何找淘宝代理 编辑:程序博客网 时间:2024/05/29 18:35

List of 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. You cannot use any of the following words as constants, class names, function or method names. Using them as variable names is generally OK, but could lead to confusion.

Table M.1. PHP Keywords

and or xor __FILE__ exception (PHP 5) __LINE__ array() as break case class const continue declare default die() do echo() else elseif empty() enddeclare endfor endforeach endif endswitch endwhile eval() exit() extends for foreach function global if include()