CommandHelper

CommandHelper

46.5k Downloads

array_flip() fonction

LadyCailinBot opened this issue ยท 1 comments

commented

CMDHELPER-2753 - Reported by Hekta

A new fonction, array_flip(), which return an array where keys are values of the argument (an array) and values are keys.

commented

Comment by LadyCailin

What is your anticipated use case for this? The problem is that if you have something like array(a: 1, b: 1) then what would it return in that case?