system();

exec();

passthru(); 如果输出的是二进制数据就不能用system exec函数,使用passthru函数。(linux)

shell_exec();