Function Virtual_shell->_array_to_text
Definitions
sources/commandr.php
- Convert an array to text for display.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$array | array | required parameter | N/A | N/A | Array to display |
$indentation | integer | 0 | N/A | N/A | Global indentation |
Return
- Text representation of array
- Type: string
- Set: N/A
- Range: N/A