{"categories":["\u6388\u696d\u8a18\u9332","original","php"],"provider_name":"Hatena Blog","image_url":null,"blog_url":"https://geek-it-2.hatenadiary.org/","blog_title":"Geek\u306a\u65e5\u8a18","url":"https://geek-it-2.hatenadiary.org/entry/20111207/p2","published":"2011-12-07 00:00:00","author_name":"geek-it","version":"1.0","width":"100%","height":"190","description":"\u6628\u65e5\u306e\u6388\u696d\u3067\u6f14\u7b97\u5b50\u30fbif\u6587\u3092\u66f8\u3044\u3066\u308b\u6642\u306b\u3075\u3068Fizz Buzz\u554f\u984c\u3092\u601d\u3044\u51fa\u3057\u305f\u306e\u3067\u3084\u3063\u3066\u307f\u307e\u3057\u305f\u3002 Fizz Buzz\u3068\u306f 1\u304b\u3089100\u307e\u3067\u306e\u6570\u3092\u8868\u793a\u3055\u305b\u308b\u3002\u305f\u3060\u30573\u306e\u500d\u6570\u306e\u6642\u306f\u6570\u5b57\u306e\u4ee3\u308f\u308a\u306bFizz\u30015\u306e\u500d\u6570\u306e\u6642\u306f\u6570\u5b57\u306e\u4ee3\u308f\u308a\u306bBuzz\u30013\u30685\u4e21\u65b9\u306e\u500d\u6570\u306e\u6642\u306fFizz Buzz\u3068\u8868\u793a\u3055\u305b\u308b\u3002 Fizz Buzz\u2190\u78ba\u8a8d\u30da\u30fc\u30b8 <?php for ($i=1; $i<=100; $i++) { if (($i % 15) == 0) { echo \"FizzBuzz<br>\\n\"; } else if (($i % 3) == 0) { echo \"Fizz<br>\\n\"; } else if \u2026","author_url":"https://blog.hatena.ne.jp/geek-it/","type":"rich","title":"PHP\u3067Fizz Buzz\u554f\u984c\u3092\u3057\u3066\u307f\u305f","provider_url":"https://hatena.blog","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgeek-it-2.hatenadiary.org%2Fentry%2F20111207%2Fp2\" title=\"PHP\u3067Fizz Buzz\u554f\u984c\u3092\u3057\u3066\u307f\u305f - Geek\u306a\u65e5\u8a18\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>"}