{"id":2396,"date":"2015-07-16T22:04:35","date_gmt":"2015-07-16T13:04:35","guid":{"rendered":"http:\/\/taitan916.info\/blog\/?p=2396"},"modified":"2024-02-25T20:54:12","modified_gmt":"2024-02-25T11:54:12","slug":"post-2396","status":"publish","type":"post","link":"https:\/\/taitan916.info\/blog\/archives\/2396","title":{"rendered":"mp3\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3068\u518d\u751f\u65b9\u6cd5"},"content":{"rendered":"<p>mp3\u30d5\u30a1\u30a4\u30eb\u3092form\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u304b\u3063\u305f\u306e\u3068\u3001Web\u30b5\u30a4\u30c8\u4e0a\u3067\u518d\u751f\u3057\u305f\u304b\u3063\u305f\u3002\u4ee5\u4e0b\u306b\u305d\u306e\u65b9\u6cd5\u3092\u30e1\u30e2\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9<\/h2>\n<h3>\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9<\/h3>\n<h4>\u53d7\u4fe1\u5074<\/h4>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">do{\r\n    if( $_FILES['music']['size'] &lt; 1 ) break; \/\/\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u30c1\u30a7\u30c3\u30af\r\n    if( $_FILES['music']['error'] != 0 ) break; \/\/\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af\r\n    if( $_FILES['music']['type'] != 'audio\/mpeg' ) break; \/\/mp3\u304b\u3069\u3046\u304b\u30c1\u30a7\u30c3\u30af\r\n\r\n    $path = '.\/file\/';\r\n    $file = date('YmdHis') . '.mp3';\r\n\r\n    if( !move_uploaded_file($_FILES['music'][\"tmp_name\"], $path . $file) ) break; \/\/\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\r\n\r\n    $flg = true;\r\n}while(0);<\/pre>\n<h4>\u9001\u4fe1\u5074<\/h4>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;form action=\"&lt;?php echo $_SERVER['PHP_SELF'];?&gt;\" method=\"post\" enctype=\"multipart\/form-data\"&gt;\r\n    &lt;input type=\"file\" name=\"music\"&gt;&lt;br&gt;\r\n    &lt;input type=\"submit\" value=\"submit\"&gt;\r\n&lt;\/form&gt;<\/pre>\n<h3>\u518d\u751f<\/h3>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;audio id=\"audio\" controls&gt;\r\n    &lt;source src=\"test.mp3\"&gt;\r\n&lt;\/audio&gt;\r\n\r\n&lt;input type=\"button\" value=\"play\" onclick=\"audio_play()\"&gt;\r\n&lt;input type=\"button\" value=\"pause\" onclick=\"audio_pause()\"&gt;\r\n\r\n&lt;script type=\"text\/javascript\"&gt;\r\nfunction audio_play() {\r\n    audio.play();\r\n}\r\nfunction audio_pause() {\r\n    audio.pause();\r\n}\r\n&lt;\/script&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>mp3\u30d5\u30a1\u30a4\u30eb\u3092form\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u304b\u3063\u305f\u306e\u3068\u3001Web\u30b5\u30a4\u30c8\u4e0a\u3067\u518d\u751f\u3057\u305f\u304b ... <\/p>\n","protected":false},"author":1,"featured_media":1085,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2,9],"tags":[],"class_list":["post-2396","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php","category-html"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/2396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/comments?post=2396"}],"version-history":[{"count":2,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/2396\/revisions"}],"predecessor-version":[{"id":5147,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/2396\/revisions\/5147"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media\/1085"}],"wp:attachment":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media?parent=2396"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/categories?post=2396"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/tags?post=2396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}