{"id":1058,"date":"2022-07-29T18:14:58","date_gmt":"2022-07-29T10:14:58","guid":{"rendered":"http:\/\/blog.yyhcw.com\/?p=1058"},"modified":"2022-07-29T18:14:58","modified_gmt":"2022-07-29T10:14:58","slug":"hcy-%e6%a0%bc%e5%bc%8f%e7%9a%84%e6%96%87%e4%bb%b6%e8%a7%a3%e6%9e%90-php%e5%a4%84%e7%90%86","status":"publish","type":"post","link":"http:\/\/blog.yyhcw.com\/post\/1058.html","title":{"rendered":".hcy \u683c\u5f0f\u7684\u6587\u4ef6\u89e3\u6790 PHP\u5904\u7406"},"content":{"rendered":"<!--wp-compress-html--><!--wp-compress-html no compression--><p>\u76f4\u63a5\u4e0a\u4ee3\u7801\uff0cPHP\u5904\u7406.hcy\u683c\u5f0f\u6587\u4ef6\u89e3\u6790<\/p>\n<pre class=\"lang:php decode:true\">$basePath = str_replace('\\\\','\/',__DIR__);\r\n$fileName = 'fail';\r\n$hcyFile = $basePath.'\/hcy\/'.$fileName.'.hcy';\r\n$hcyBodyFile = $basePath.'\/hcy\/'.$fileName.'_body.txt';\r\n$content = file_get_contents($hcyFile);\r\n$lines = explode(\"\\r\\n\", $content);\r\n$requestLine = $lines[0];\r\n\/\/print_r($lines);\r\n$emptylineIndex = 0;\r\n$len  = count($lines);\r\nfor($i = 0; $i &lt; $len; $i++) {\r\n  if($lines[$i] == '') {\r\n    $emptylineIndex = $i;\r\n    break;\r\n  }\r\n}\r\n$requesetHeader = array_slice($lines, 1, $emptylineIndex - 1);\r\n\/\/print_r($requesetHeader);\r\n\r\n$messageBody = array_slice($lines, $emptylineIndex + 1);\r\n$messageBody = array_filter($messageBody,function($val) {return strlen($val) &gt; 4;}  );\r\n\/\/print_r($messageBody);\r\n$bodyStr = implode('', $messageBody);\r\nfile_put_contents($hcyBodyFile, $bodyStr);\r\n<\/pre>\n<p>.hcy\u683c\u5f0f\u6587\u4ef6\u662fHttpcanary \u6293\u53d6\u7684\u683c\u5f0f\u3002<\/p>\n<!--wp-compress-html no compression--><!--wp-compress-html-->","protected":false},"excerpt":{"rendered":"\u76f4\u63a5\u4e0a\u4ee3\u7801\uff0cPHP\u5904\u7406.hcy\u683c\u5f0f\u6587\u4ef6\u89e3\u6790 $basePath = str_replace(&#8216;\\\\&#8217;,&#8217;\/&#8217;, \u00b7\u00b7\u00b7","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[],"views":67649,"_links":{"self":[{"href":"http:\/\/blog.yyhcw.com\/api\/wp\/v2\/posts\/1058"}],"collection":[{"href":"http:\/\/blog.yyhcw.com\/api\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.yyhcw.com\/api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.yyhcw.com\/api\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.yyhcw.com\/api\/wp\/v2\/comments?post=1058"}],"version-history":[{"count":0,"href":"http:\/\/blog.yyhcw.com\/api\/wp\/v2\/posts\/1058\/revisions"}],"wp:attachment":[{"href":"http:\/\/blog.yyhcw.com\/api\/wp\/v2\/media?parent=1058"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.yyhcw.com\/api\/wp\/v2\/categories?post=1058"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.yyhcw.com\/api\/wp\/v2\/tags?post=1058"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}