Function __global->array_pad
Definitions
sources_custom/phpstub.php
- Pad array to the specified length with a value.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $input | array | No | No | required parameter | N/A | N/A | Input |
| $pad_size | integer | No | No | required parameter | N/A | N/A | Pad size |
| $pad_value | mixed | No | No | required parameter | N/A | N/A | Pad value |
Returns
- Output
- Type: array
- Set: N/A
- Range: N/A

