Documentation

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
throws
RuntimeException

If the command terminates abnormally.

Return values
string

Response output (if the command executed normally).


        
On this page

Search results