Function Virtual_shell->_combine_streams
Definitions
sources/commandr.php
- Combine two streams regardless of their format.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$stream1 | array | required parameter | N/A | N/A | Stream 1 |
$stream2 | array | required parameter | N/A | N/A | Stream 2 |
Return
- Combined streams
- Type: array
- Set: N/A
- Range: N/A