【发布时间】:2015-11-27 15:42:48
【问题描述】:
我遇到了一个非常大的问题。
在我的网站中,我调用了这个函数,用于执行这个名为“sched.php”的文件
function write()
passthru('php /var/www/html/sched.php',$err);
return $err;
}
但是什么都没做。 这是我的输出:
<output of sched.php>
1
我不明白,我的错误在哪里?
【问题讨论】:
标签: php function call system passthru