콘솔에 html 출력을 표시하는 curl 요청을하고 있습니다.
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/domain/public_html/wp-content/themes/explicit/functions/ajax.php:87) in <b>/home/domain/public_html/wp-content/themes/explicit/functions/ajax.php</b> on line <b>149</b><br />......
기타
CURL 요청을 실행할 때 이러한 출력을 숨기고 CURL을 다음과 같이 실행하려고했습니다.
curl -s 'http://example.com'
그러나 여전히 출력을 표시합니다. 어떻게 출력을 숨길 수 있습니까?
감사
>/dev/null
끝에 추가 하십시오. mywiki.wooledge.org/FileDescriptor?highlight=%28FD%29