标签: php dig
我正在尝试使用PhP将dig输出返回到html,但我的
$output = shell_exec('dig txt 48.60.191.107.query.senderbase.org'); echo '<pre>$output</pre>';
命令出现NULL。 在我测试的时候,我试过了#who; whoami&#39;它返回了www,这是正确的。
如何让shell_exec()输出挖掘查询?
shell_exec()