Question:For Adding a Value to the Front of an Array What We Use?
A The array_unshift() function B The array_shift() function C The array_push() function D The array_pop() function
+ AnswerA
+ Report