"; if (count($array) == 1) { print_r($array[0]); } else { print_r($array); } } (new yii\web\Application($config))->run();