{"id":5876,"date":"2020-07-04T12:04:00","date_gmt":"2020-07-04T03:04:00","guid":{"rendered":"https:\/\/nsme.red\/wp\/?p=5876"},"modified":"2024-06-05T12:44:32","modified_gmt":"2024-06-05T03:44:32","slug":"%e6%a4%9c%e7%b4%a2","status":"publish","type":"post","link":"https:\/\/core.nsme.net\/notes\/php\/pdo\/5876\/","title":{"rendered":"\u691c\u7d22"},"content":{"rendered":"\n<p>$sql = &#8216;select id, name from shouhin&#8217;;<br>$stmt = $dbh-&gt;query($sql);<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u3059\u3079\u3066\u306e\u884c\u3092\u53d6\u5f97\uff08\u9023\u60f3\u914d\u5217\uff09<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>$res = $stmt-&gt;fetchAll(PDO::FETCH_ASSOC);<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">\u4e00\u884c\u53d6\u5f97\uff08\u914d\u5217\uff09<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>$res = $stmt-&gt;fetch(PDO::FETCH_ASSOC);<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">\u4e00\u3064\u306e\u5024\u3092\u53d6\u5f97<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>$res = $stmt-&gt;fetchColumn();<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">\u4e00\u3064\u306e\u30ab\u30e9\u30e0\u3092\u8907\u6570\u884c\u6b32\u3057\u3044\u6642<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>$res = $stmt->fetchAll(PDO::FETCH_COLUMN, 0);<\/code><\/pre>\n\n\n\n<p class=\"has-very-light-gray-background-color has-background\"><\/p>\n\n\n\n<p class=\"has-very-light-gray-background-color has-background\">LIKE\u691c\u7d22\u306e\u6642\u306f\u3001where name like &#8216;yamada*&#8217; \u306e\u3088\u3046\u306b\u3001%\u306f\u4f7f\u308f\u306a\u3044\u306e\u3067\u6ce8\u610f<\/p>\n","protected":false},"excerpt":{"rendered":"<p>$sql = &#8216;select id, name from shouhin&#8217;;$stmt = $dbh-&gt;query($sql); \u3059\u3079\u3066\u306e\u884c\u3092\u53d6\u5f97\uff08\u9023\u60f3\u914d\u5217\uff09 \u4e00\u884c\u53d6\u5f97\uff08\u914d\u5217\uff09 \u4e00\u3064\u306e\u5024\u3092\u53d6 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[25],"tags":[],"class_list":["post-5876","post","type-post","status-publish","format-standard","hentry","category-pdo"],"acf":[],"_links":{"self":[{"href":"https:\/\/core.nsme.net\/notes\/wp-json\/wp\/v2\/posts\/5876","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/core.nsme.net\/notes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/core.nsme.net\/notes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/core.nsme.net\/notes\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/core.nsme.net\/notes\/wp-json\/wp\/v2\/comments?post=5876"}],"version-history":[{"count":4,"href":"https:\/\/core.nsme.net\/notes\/wp-json\/wp\/v2\/posts\/5876\/revisions"}],"predecessor-version":[{"id":6264,"href":"https:\/\/core.nsme.net\/notes\/wp-json\/wp\/v2\/posts\/5876\/revisions\/6264"}],"wp:attachment":[{"href":"https:\/\/core.nsme.net\/notes\/wp-json\/wp\/v2\/media?parent=5876"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/core.nsme.net\/notes\/wp-json\/wp\/v2\/categories?post=5876"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/core.nsme.net\/notes\/wp-json\/wp\/v2\/tags?post=5876"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}