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