Q. Which PHP function removes the last element of an array? (A) array_shift() (B) array_pop() (C) array_push() (D) array_unset() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) array_pop() Explanation: array_pop() removes the last element of an array.