Question:Which function returns all values located in an array?
A array_Shift() B array_Unshift() C array_push() D array_values()
+ AnswerD
+ Report