Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 200-710 topic 2 question 9 discussion

Actual exam question from Zend's 200-710
Question #: 9
Topic #: 2
[All 200-710 Questions]

How do you allow the caller to submit a variable number of arguments to a function? (Choose two.)

  • A. Using a prototype like function test("¦$parameters).
  • B. Using a prototype like function test() and the function func_get_args() inside the function body
  • C. Using a prototype like function test($parameters[]).
  • D. Using a prototype like function test() and the function get_variable_args() inside the function body.
  • E. This is not possible in PHP.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️
Reference:
http://php.net/manual/en/functions.arguments.php

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
KirillS
3 years ago
A is incorrect, or maybe here some encoding issue. 'function test("¦$parameters)' makes no sense. function test(...$parameters) must be the right answer
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...