Discussion :: PHP MCQs
- Which in-built function will add a value to the end of an array?
Answer : Option D
Explanation :
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.
Be The First To Comment