Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我添加了 php 脚本来运行我的 ruby 文件,但没有成功。我在其 php 目录中运行我的 php 脚本。
$command = "ruby /home/user/ruby-grok/examples/result.rb"; $out = shell_exec($command);
它不显示 ruby 文件的结果。但是当我在 php 之外运行命令时它可以工作。
预期结果是在终端中显示信息并将结果写入文件。