Multiple choice

Which of the following language constructs is a way of assigning multiple array offsets to multiple variables in one statement?

  1. list()

  2. each()

  3. $_GET[]
  4. Array

  5. foreach()

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This language construct is a way of assigning multiple array offsets to multiple variables in one statement.