文章目录system()命令:exec():passthru():反引号:shell_exec:popen:proc_open:pcntl_exec:escapeshellarg():escapeshellcmd(): system()命令: string system ( string $command [, int &$return_var ] ) system执行外部程序(命令行),并且显示输出 这个函数会将结果直接进行输出,命令成功后返回输出的最后一行,失败 返回FALSE system.