Question:Which is correct following of the function to use Add a Value from the Front of an Array?
A array_pop($state) B array_push($state) C array_unshift($state) D array_shift($state)
+ AnswerC
+ Report