Function __global->array_flip
Definitions
sources_custom/phpstub.php
- Exchanges all keys with their associated values in an array.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$trans | array | required parameter | N/A | N/A | Array to flip |
Return
- An array in flip order
- Type: array
- Set: N/A
- Range: N/A