Question:Which function reverses the roles of the keys and their corresponding values in an array?
A array_sort() B array_flip() C array_shift() D array_list()
+ AnswerB
+ Report