<?php chdir("/www/wwwroot/yanyuan.lanmaonet.com"); exec("git pull origin master 2>&1", $out); foreach($out as $v) { echo iconv( 'GB2312','UTF-8', $v)."<br>"; }