{"id":44,"date":"2017-05-20T11:11:40","date_gmt":"2017-05-20T03:11:40","guid":{"rendered":"http:\/\/blog.mrfai.cn\/?p=44"},"modified":"2020-06-06T15:17:10","modified_gmt":"2020-06-06T07:17:10","slug":"php%e6%97%b6%e9%97%b4%e6%88%b3%e8%bd%ac%e6%8d%a2%e7%9a%84%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"https:\/\/blog.mrfai.cn\/index.php\/2017\/05\/20\/44\/","title":{"rendered":"PHP\u65f6\u95f4\u6233\u8f6c\u6362\u7684\u65b9\u6cd5"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><em>\u65e5\u671f\u8f6c\u65f6\u95f4\u6233<\/em><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>mktime()<\/strong><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>mktime($hour,$minute,$second,$month,$day,$year);\n\n# \u4f8b\u5b50:\necho mktime(0,0,0,6,7,2017); \/\/2017\u5e746\u67087\u65e500:00:00\n&gt;&gt; 1496764800<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>strtotime()<\/strong><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>strtotime($date);\n\n# \u4f8b\u5b50:\necho strtotime('2017-6-7 00:00:00'); \/\/2017\u5e746\u67087\u65e500:00:00\n>> 1496764800<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><em>\u5bf9\u65e5\u671f\u8fdb\u884c\u52a0\u51cf<\/em><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>\u5bf9\u5f53\u524d\u65f6\u95f4\u52a0\u51cf<\/strong><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>\/\/ \u5f53\u524d\u65f6\u95f4\u52a0\u4e00\u4e2a\u6708\nstrtotime('+1 month');\n\n\/\/ \u5f53\u524d\u65f6\u95f4\u51cf\u4e00\u4e2a\u6708\nstrtotime('-1 month');\n\n\/\/ \u5f53\u524d\u65f6\u95f4\u52a0\u4e00\u5e74\nstrtotime('+1 year')\uff1b\n>> \u4ee5\u4e0a\u5747\u8fd4\u56de\u65f6\u95f4\u6233\n\n# \u4f8b\u5b50\uff1a\u8fd4\u56de\u6700\u8fd1\u4e09\u4e2a\u6708\u7684\u6708\u4efd\necho date(\"Ym\",strtotime(date('Ym').' -1 month')); \/\/\u4e0a\u4e00\u6708\necho date(\"Ym\",strtotime(date('Ym').' -2 month')); \/\/\u4e0a\u4e24\u6708\necho date(\"Ym\",strtotime(date('Ym').' -3 month')); \/\/\u4e0a\u4e09\u6708<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u65e5\u671f\u8f6c\u65f6\u95f4\u6233 mktime() mktime($h&#8230;<\/p>\n<div class=\"more-link-wrapper\"><a class=\"more-link\" href=\"https:\/\/blog.mrfai.cn\/index.php\/2017\/05\/20\/44\/\">Continue reading<span class=\"screen-reader-text\">PHP\u65f6\u95f4\u6233\u8f6c\u6362\u7684\u65b9\u6cd5<\/span><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[5],"class_list":["post-44","post","type-post","status-publish","format-standard","hentry","category-php","tag-php","entry"],"_links":{"self":[{"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/posts\/44","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/comments?post=44"}],"version-history":[{"count":2,"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/posts\/44\/revisions"}],"predecessor-version":[{"id":46,"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/posts\/44\/revisions\/46"}],"wp:attachment":[{"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/media?parent=44"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/categories?post=44"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mrfai.cn\/index.php\/wp-json\/wp\/v2\/tags?post=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}