1. array_unshift()
  2. into_array()
  3. inend_array()
  4. array_push()
4 views

1 Answers

Answer: Option 4

array_push adds a value to the end of an array, returning the total count of elementsin the array after the new value has been added.

4 views

Related Questions