Q. Which PHP function is used to shuffle an array? (A) array_shuffle() (B) shuffle() (C) randomize() (D) mix() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) shuffle() Explanation: shuffle() randomly reorders array elements.