bootstrap.php
Table of Contents
Functions
- cv() : string
- Call the "cv" command.
Functions
cv()
Call the "cv" command.
cv(string $cmd[, string $decode = 'json' ]) : string
Parameters
- $cmd : string
-
The rest of the command to send.
- $decode : string = 'json'
-
Ex: 'json' or 'phpcode'.
Tags
Return values
string —Response output (if the command executed normally).