exec in PHP

Syntax of exec in PHP string exec(string command[, array output[, int return]]) Example of exec in PHP Output of exec in PHP Returned with status 0 and output: Array ( [0] => cmb )