file_get_contents($ myurl)でリターンが得られないのに、wgetの出力が得られるのはなぜですか
更新しました:
私はcurlを使用してリターンヘッダーと結果を取得し、それが本文ではなくヘッダーにあることを検出します
HTTP/1.1 200 Document follows
Transfer-Encoding: chunked
Content-type: text/plain
Server: XMS (724Solutions HTA XSAM_30_M2_B020 20070803.172831)
Date: Fri, 21 May 2010 10:48:31 GMT
Accept-Ranges: bytes
HTTP/1.1 404 ChargedPartyNotAvailable
Transfer-Encoding: chunked
Content-type: text/plain
Server: XMS (724Solutions HTA XSAM_30_M2_B020 20070803.172831)
Date: Fri, 21 May 2010 10:34:13 GMT
Accept-Ranges: bytes
「200DocumentFollow」と「404ChargedPartyNotAvailable」のみを抽出するにはどうすればよいですか?