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を使用してdig出力をhtmlに戻そうとしていますが、私の
$output = shell_exec('dig txt 48.60.191.107.query.senderbase.org'); echo '<pre>$output</pre>';
コマンドは NULL になります。テスト中に「whoami」を試したところ、正しい www が返されました。
shell_exec()dig クエリを出力するにはどうすればよいですか?
shell_exec()