私はキャンペーン モニターの APIjson
を使用して、本来あるべき形式で応答を取得しようとしています。応答をエコーしました。例を次に示します。
string(342) "HTTP/1.1 400 Bad Request
Server: csw
Cache-Control: private, s-maxage=0
X-CS-Node: 25
Content-Type: application/json; charset=utf-8
P3P: CP="OTI DSP COR CUR IVD CONi OTPi OUR IND UNI STA PRE"
Date: Sun, 27 Jan 2013 12:35:10 GMT
Connection: close
Content-Length: 66
{"Code":250,"Message":"List title must be unique within a client"}"
最後の行だけを取得したいと思います。どうやってやるの ?(応答を空白で爆発させようとしましたが、何も変わりませんでした)。
編集:ドキュメントはこちらですmethod()
。応答を返すメソッドを呼び出して$response = method()
実行しますecho($response)