PHPArrayarray_flip

Exchanges all keys with their associated values in an array.

Syntax

array_flip(array $array): array