关键字是编程语言里事先定义好并赋予特殊含义的单词,也称为保留字。和其他语言一样,PHP保留了许多关键字。
and | or | xor | __FILE__ | exception |
__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 | include_once | isset() | list() | new |
require | require_once | return | static | |
switch | unset() | use | var | while |
__FUNCTION__ | __CLASS__ | __METHOD__ | final | php_user_filter |
interface | implements | extends | public | private |
protected | abstract | clone | try | catch |
throw | this |
*声明:内容来源于网络收集和整理,版权归原著所有,如来源信息有误或侵犯权益,请联系站长作修改和删除处理。