bootstrap.php
Table of Contents
Functions
- cv() : mixed
- Call the "cv" command.
Functions
cv()
Call the "cv" command.
cv(string $cmd[, string $decode = 'json' ]) : mixed
Parameters
- $cmd : string
-
The rest of the command to send.
- $decode : string = 'json'
-
Ex: 'json' or 'phpcode'.
Tags
Return values
mixed —Response output (if the command executed normally). For 'raw' or 'phpcode', this will be a string. For 'json', it could be any JSON value.