Function __global->array_pad
Definitions
sources_custom/phpstub.php
- Pad array to the specified length with a value.
- 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 |
$pad_size | integer | required parameter | N/A | N/A | Pad size |
$pad_value | mixed | required parameter | N/A | N/A | Pad value |
Return
- Output
- Type: array
- Set: N/A
- Range: N/A