{"id":372,"date":"2020-10-31T09:55:34","date_gmt":"2020-10-31T01:55:34","guid":{"rendered":"https:\/\/wp.dj47.top\/?p=372"},"modified":"2021-10-20T16:11:04","modified_gmt":"2021-10-20T08:11:04","slug":"php%e5%88%a4%e6%96%ad%e4%b8%a4%e4%b8%aa%e6%97%b6%e9%97%b4%e6%ae%b5%e6%98%af%e5%90%a6%e6%9c%89%e4%ba%a4%e9%9b%86","status":"publish","type":"post","link":"https:\/\/www.djlog.cn\/?p=372","title":{"rendered":"PHP\u5224\u65ad\u4e24\u4e2a\u65f6\u95f4\u6bb5\u662f\u5426\u6709\u4ea4\u96c6"},"content":{"rendered":"<pre class=\"language-php\"><code>    \/**\r\n     * PHP\u8ba1\u7b97\u4e24\u4e2a\u65f6\u95f4\u6bb5\u662f\u5426\u6709\u4ea4\u96c6\uff08\u8fb9\u754c\u91cd\u53e0\u4e0d\u7b97\uff09\r\n     * @param int $beginTime1 \u5f00\u59cb\u65f6\u95f41\r\n     * @param int $endTime1 \u7ed3\u675f\u65f6\u95f41\r\n     * @param int $beginTime2 \u5f00\u59cb\u65f6\u95f42\r\n     * @param int $endTime2 \u7ed3\u675f\u65f6\u95f42\r\n     * @return bool\r\n     *\/\r\n    function isTimeCross($beginTime1=0, $endTime1=0, $beginTime2=0, $endTime2=0) {\r\n        $status = $beginTime2 - $beginTime1;\r\n        if($status &gt; 0){\r\n            $status2 = $beginTime2 - $endTime1;\r\n            if($status2 &gt;= 0){\r\n                return false; \/\/ \u65e0\u4ea4\u96c6\r\n            }else{\r\n                return true; \/\/ \u6709\u4ea4\u96c6\r\n            }\r\n        }else{\r\n            $status2 = $endTime2 - $beginTime1;\r\n            if($status2 &gt; 0){\r\n                return true; \/\/ \u6709\u4ea4\u96c6\r\n            }else{\r\n                return false; \/\/ \u65e0\u4ea4\u96c6\r\n            }\r\n        }\r\n    }<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * PHP\u8ba1\u7b97\u4e24\u4e2a\u65f6\u95f4\u6bb5\u662f\u5426\u6709\u4ea4\u96c6\uff08\u8fb9\u754c\u91cd\u53e0\u4e0d\u7b97\uff09 * @param int $beginTime1  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[4],"tags":[35],"class_list":["post-372","post","type-post","status-publish","format-standard","hentry","category-php","tag-35"],"_links":{"self":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts\/372","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=372"}],"version-history":[{"count":0,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts\/372\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=372"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=372"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=372"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}