{"id":4007,"date":"2023-07-11T12:50:14","date_gmt":"2023-07-11T03:50:14","guid":{"rendered":"http:\/\/www.tyosuke20xx.com\/blog\/?p=4007"},"modified":"2023-07-11T12:50:16","modified_gmt":"2023-07-11T03:50:16","slug":"php-%e3%82%aa%e3%83%96%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88%e5%ae%9a%e6%95%b0","status":"publish","type":"post","link":"http:\/\/www.tyosuke20xx.com\/blog\/?p=4007","title":{"rendered":"PHP \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5b9a\u6570"},"content":{"rendered":"\n<p>&lt;?php<\/p>\n\n\n\n<p>class Post<br>{<br>private $text;<br>private static $count = 0;<br>\/\/private const VERSION = 0.1;<br>public const VERSION = 0.1;<\/p>\n\n\n\n<p>public function __construct($text)<br>{<br>$this-&gt;text = $text;<br>self::$count++;<br>}<\/p>\n\n\n\n<p>public function show()<br>{<br>printf(&#8216;%s&#8217; . PHP_EOL, $this-&gt;text);<br>}<\/p>\n\n\n\n<p>public static function showInfo()<br>{<br>printf(&#8216;Count: %d&#8217; . PHP_EOL, self::$count);<br>printf(&#8216;Version: %.1f&#8217; . PHP_EOL, self::VERSION);<br>}<br>}<\/p>\n\n\n\n<p>$posts = [];<br>$posts[0] = new Post(&#8216;hello&#8217;);<br>$posts[1] = new Post(&#8216;hello again&#8217;);<\/p>\n\n\n\n<p>$posts[0]-&gt;show();<br>$posts[1]-&gt;show();<\/p>\n\n\n\n<p>Post::showInfo();<\/p>\n\n\n\n<p>echo Post::VERSION . PHP_EOL;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&lt;?php class Post{private $text;private static $count = 0;\/\/private const VERSION = 0.1;public const VERSION &hellip; <a href=\"http:\/\/www.tyosuke20xx.com\/blog\/?p=4007\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;PHP \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5b9a\u6570&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[50],"tags":[38,3],"class_list":["post-4007","post","type-post","status-publish","format-standard","hentry","category-php","tag-php","tag-programming"],"aioseo_notices":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/4007","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4007"}],"version-history":[{"count":1,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/4007\/revisions"}],"predecessor-version":[{"id":4008,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/4007\/revisions\/4008"}],"wp:attachment":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4007"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4007"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4007"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}