{"id":61,"date":"2015-09-18T12:37:55","date_gmt":"2015-09-18T04:37:55","guid":{"rendered":"http:\/\/blog.inforere.com\/?p=61"},"modified":"2015-09-18T12:37:55","modified_gmt":"2015-09-18T04:37:55","slug":"%e5%8f%8d%e5%b0%84%e8%8e%b7%e5%8f%96%e6%96%87%e6%a1%a3","status":"publish","type":"post","link":"https:\/\/blog.inforere.com\/?p=61","title":{"rendered":"\u53cd\u5c04\u83b7\u53d6\u6587\u6863"},"content":{"rendered":"<p>\u6709\u9700\u8981web\u5728\u7ebf\u67e5\u770b\u5bf9\u8c61\u6587\u6863\u9700\u6c42\uff0c\u7b80\u5355\u6d4b\u8bd5\u53ef\u884c<\/p>\n<pre class=\"lang:default decode:true \">\r\nfunction test1(){\r\n    $class = new ReflectionClass('TestObject');\r\n\r\n    \/\/$properties = $class-&gt;getProperties();\r\n    $methods = $class-&gt;getMethods(ReflectionMethod::IS_PUBLIC);\r\n    foreach($methods as $method){\r\n        $doc = $method-&gt;getDocComment();\r\n        echo \"\\t\" . $doc;\r\n        echo \"\\n\";\r\n\r\n        $params = $method-&gt;getParameters();\r\n        echo implode(' ', Reflection::getModifierNames($method-&gt;getModifiers()));\r\n        echo ' ', $method-&gt;getName() . '(';\r\n        foreach($params as $param){\r\n            echo $param-&gt;getName();\r\n            if($param-&gt;isDefaultValueAvailable()){\r\n                $value = $param-&gt;getDefaultValue();\r\n                echo \"=\", $value;\r\n            }\r\n        }\r\n        echo \")\";\r\n        echo \"\\n\";\r\n    }\r\n}\r\n<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6709\u9700\u8981web\u5728\u7ebf\u67e5\u770b\u5bf9\u8c61\u6587\u6863\u9700\u6c42\uff0c\u7b80\u5355\u6d4b\u8bd5\u53ef\u884c function test1(){ $class = new  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"_links":{"self":[{"href":"https:\/\/blog.inforere.com\/index.php?rest_route=\/wp\/v2\/posts\/61"}],"collection":[{"href":"https:\/\/blog.inforere.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.inforere.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.inforere.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.inforere.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=61"}],"version-history":[{"count":1,"href":"https:\/\/blog.inforere.com\/index.php?rest_route=\/wp\/v2\/posts\/61\/revisions"}],"predecessor-version":[{"id":62,"href":"https:\/\/blog.inforere.com\/index.php?rest_route=\/wp\/v2\/posts\/61\/revisions\/62"}],"wp:attachment":[{"href":"https:\/\/blog.inforere.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=61"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.inforere.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=61"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.inforere.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=61"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}