Single Choice
Not Set
QWhich of the following are valid function names?
i) function()
ii) €()
iii) .function()
iv) $function()
ID: #2431
Functions in PHP MCQ
874 views
Question Info
#2431Q ID
Not SetDifficulty
Functions in PHP MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic