{"id":281,"date":"2011-06-04T15:25:41","date_gmt":"2011-06-04T07:25:41","guid":{"rendered":"http:\/\/www.youthtribe.com\/?p=281"},"modified":"2011-06-04T15:25:41","modified_gmt":"2011-06-04T07:25:41","slug":"php%e5%a6%82%e4%bd%95%e5%88%9b%e6%a3%80%e6%b5%8b%e5%b9%b6%e5%88%9b%e5%bb%ba%e7%9b%ae%e5%bd%95","status":"publish","type":"post","link":"http:\/\/www.youthtribe.com\/archives\/281","title":{"rendered":"php\u5982\u4f55\u521b\u68c0\u6d4b\u5e76\u521b\u5efa\u76ee\u5f55"},"content":{"rendered":"

<?php
\n$filepath = “test\/upload\/2010\/image.gif”;
\ncreateDir(dirname($filepath));
\n\/\/\u63a5\u4e0b\u6765\u5c31\u53ef\u4ee5move_uploaded_file\u4e86\uff01<\/p>\n

\/*
\n* \u529f\u80fd\uff1a\u5faa\u73af\u68c0\u6d4b\u5e76\u521b\u5efa\u6587\u4ef6\u5939
\n* \u53c2\u6570\uff1a$path \u6587\u4ef6\u5939\u8def\u5f84
\n* \u8fd4\u56de\uff1a
\n*\/
\nfunction createDir($path){
\nif (!file_exists($path)){
\ncreateDir(dirname($path));
\nmkdir($path, 0777);
\n}
\n}
\n?><\/p>\n","protected":false},"excerpt":{"rendered":"

<?php $filepath = “test\/upload\/2010\/image.gif”; createDir(dirname($filepath)); \/\/\u63a5\u4e0b\u6765\u5c31\u53ef\u4ee5move_uploaded_file\u4e86\uff01 \/* * \u529f\u80fd\uff1a\u5faa\u73af\u68c0\u6d4b\u5e76\u521b\u5efa\u6587\u4ef6\u5939 * \u53c2\u6570\uff1a$path \u6587\u4ef6\u5939\u8def\u5f84 * \u8fd4\u56de\uff1a *\/ function createDir($path){ if (!file_exists($path)){ createDir(dirname($path)); mkdir($path, 0777); } } ?><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1,9],"tags":[],"_links":{"self":[{"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/posts\/281"}],"collection":[{"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/comments?post=281"}],"version-history":[{"count":2,"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/posts\/281\/revisions"}],"predecessor-version":[{"id":283,"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/posts\/281\/revisions\/283"}],"wp:attachment":[{"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/media?parent=281"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/categories?post=281"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.youthtribe.com\/wp-json\/wp\/v2\/tags?post=281"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}