List of Keywords in php

A keyword (or reserved word) is a word set aside by the language for its core functionality—you cannot give a variable, function, class, or constant the same name as a keyword Table to Lists the keywords in PHP, which are case-insensitive _CLASS_ echo insteadof _DIR_ else interface _FILE_ elseif isset() _FUNCTION_ empty() list() _LINE_ enddeclare … Read more