Function Virtual_shell->output_xml
Definitions
sources/commandr.php
- Output an XML-RPC packet (hopefully) to the AJAX in the frontend.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Success?
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Output an XML-RPC packet (hopefully) to the AJAX in the frontend.
*
* @return boolean Success?
*/
public function output_xml() : bool
* Output an XML-RPC packet (hopefully) to the AJAX in the frontend.
*
* @return boolean Success?
*/
public function output_xml() : bool

