如何在PHP中具有特殊字符和Linux命令的变量中存储值

时间:2019-05-09 19:53:27

标签: php linux magento

我想在php中使用以下内容:

$cmd = '<'.$filePath.' tail -f  +'.$lineNumber.' |  grep "tracker.php" | cut -d" " -f1-8';

$data = shell_exec($cmd);
return $data;

但是$ cmd变量的值存储有问题。

如果仅回显cmd变量的值,那么它也会被打印出来。

有人以前遇到过这类问题吗?

0 个答案:

没有答案