更新時(shí)間:2020-01-11 來(lái)源:黑馬程序員 瀏覽量:
關(guān)鍵字是編程語(yǔ)言里事先定義好并賦予特殊含義的單詞,也稱(chēng)作保留字。和其他語(yǔ)言一樣,PHP中保留了許多關(guān)鍵字,例如class、public等,下面列舉的是PHP7中所有的關(guān)鍵字。
_halt_compiler() | abstract |
and | array() |
as | break |
case | catch |
class | clone |
const | continue |
declare | default |
die() | do |
echo | else |
elseif | empty() |
enddeclare | endfor |
endforeach | endif |
endswitch | endwhile |
eval() | exit() |
extends | final |
for | foreach |
function | global |
if | implements |
include | include_once |
instanceof | interface |
isset() | list() |
new | or |
private | |
prorected | public |
require | require_once |
return | static |
switch | throw |
try | unset() |
use | var |
while | xor |
_CLASS_ | _FILE_ |
_FUNCTION_ | _LINE_ |
_METHOD_ |
PHP5.3開(kāi)始使用的關(guān)鍵字
goto
namespace
_DIR_
_NAMESPACE_
PHP5.4開(kāi)始使用的關(guān)鍵字
callable
insteadof
trait
_TRAIT_
PHP5.5開(kāi)始使用的關(guān)鍵字
finally
yield
上述列舉的關(guān)鍵字中,每個(gè)關(guān)鍵字都有特殊的作用。例如,class關(guān)鍵字用于定義一個(gè)類(lèi),const關(guān)鍵字用于定義常量,function關(guān)鍵字用于定義一個(gè)函數(shù)。推薦了解黑馬程序員PHP+H5全棧工程師培訓(xùn)課程。