, ; , foreach ($indicesServer as $arg) { , if (isset($_SERVER$arg)) { , echo .$arg. . $_SERVER$arg . ; , } , else { , echo .$arg.- ; , } , } , echo