Function Virtual_shell->return_output
Definitions
sources/commandr.php
- Returns the output for the command just parsed.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Returns
- The output (false: failure)
- Type: ~array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Returns the output for the command just parsed.
*
* @return ~array The output (false: failure)
*/
public function return_output()
* Returns the output for the command just parsed.
*
* @return ~array The output (false: failure)
*/
public function return_output()

