PHP » array_flip
Exchanges all keys with their associated values in an array
| Parameters | Description |
|---|---|
| trans | An array of key/value pairs to be flipped. |
Return Value: Returns the flipped array on success and NULL on failure.
Exchanges all keys with their associated values in an array
| Parameters | Description |
|---|---|
| trans | An array of key/value pairs to be flipped. |
Return Value: Returns the flipped array on success and NULL on failure.