PHP MCQ Functions in PHP MCQ Question #2431
MCQ Single Best Answer Not Set

QWhich of the following are valid function names?
i) function()
ii) €()
iii) .function()
iv) $function()

ID: #2431 Functions in PHP MCQ 856 views
Question Info
#2431Q ID
Not SetDifficulty
Functions in PHP MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Only (ii)
  • B None of the mentioned.
  • C All of the mentioned.
  • D (iii) and (iv)
Correct Answer: Option A

Explanation

Except a) others are invalid names. According to the specified regular expression ([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*), a function name like this one is valid.

Share This Question

Challenge a friend or share with your study group.