<?php /** * Created by PhpStorm. * User: zhima * Date: 2019/1/25 * Time: 上午9:54 */ $command = "cd /home/wwwroot/default/fission-weChat;git pull"; exec($command,$data); print_r($data);