Function __global->array_count_values
Definitions
sources_custom/phpstub.php
- Counts all the values of an array.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$input | array | required parameter | N/A | N/A | Input array |
Return
- An array using the values of the input array as keys and their frequency in input as values
- Type: array
- Set: N/A
- Range: N/A