Briefing Zend Knowledge

Which of the following are valid identifiers?

Which of the following are valid identifiers? (Choose 3)

A.
function 4You() { }

B.
function _4You() { }

C.
function object() { }

D.
$1 = “Hello”;

E.
$_1 = “Hello World”;

Explanation: