Question:Which is correct following of the function to use Remove a Value from the End of an Array?
A array_pop($state) B array_shift($state) C array_push($state) D array_unsift($state)
+ AnswerA
+ Report