{"id":1287,"date":"2020-02-13T13:39:52","date_gmt":"2020-02-13T04:39:52","guid":{"rendered":"http:\/\/sarang.inmu.net\/?p=1287"},"modified":"2020-02-13T13:41:08","modified_gmt":"2020-02-13T04:41:08","slug":"php-%eb%b0%b0%ec%97%b4%ec%9d%84-%eb%ac%b4%ec%9e%91%ec%9c%84%eb%a1%9c-%ec%84%9e%ea%b3%a0-%ec%8b%b6%ec%9d%84-%eb%95%8c-shufflearr","status":"publish","type":"post","link":"https:\/\/sarang.inmu.net\/?p=1287","title":{"rendered":"[PHP] \ubc30\uc5f4\uc744 \ubb34\uc791\uc704\ub85c \uc11e\uace0 \uc2f6\uc744 \ub54c shuffle($arr)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\ubc30\uc5f4\uacfc \ub79c\ub364\uc740 \ud504\ub85c\uadf8\ub7a8\uc5d0\uc11c \uc790\uc8fc \uc4f0\ub294 \ub85c\uc9c1\uc774\ub2e4.<br>\ub531 \uc815\ud574\uc838 \uc788\ub294 \uac83\ucc98\ub7fc \uc7ac\ubbf8 \uc5c6\ub294 \uac83\ub3c4 \uc5c6\uc744 \uac83\uc774\ub2e4. \uc544\ub9c8\ub3c4 \ub79c\ub364\uc774\ub77c\ub294 \uac1c\ub150\uc774 \uc5c6\ub2e4\uba74 \uc6b0\ub9ac\uac00 \ub9cc\ub4e4 \uc218 \uc788\ub294 \ucef4\ud4e8\ud130 \ud504\ub85c\uadf8\ub7a8\uc740 \uc5bc\ub9c8 \ub418\uc9c0 \uc54a\uc744 \ub4ef \ud558\ub2e4.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">php\uc5d0\uc11c shuffle \ud568\uc218\uac00 \uc788\ub2e4. \ubc30\uc5f4\uc744 \ubb34\uc791\uc704\ub85c \uc11e\uc5b4 \uc8fc\ub294 \ud568\uc218\ub2e4. \uc608\ub97c \ub4e4\uc5b4 \uc774\ubbf8\uc9c0  10\uac1c\ub97c \ubc30\uc5f4\uc5d0 \uc9d1\uc5b4 \ub123\uace0 \ubcf4\uc5ec \uc904 \ub54c 1\ubc88 \ubd80\ud130 10\ubc88\uae4c\uc9c0 \uc815\ud574\uc9c4 \uc21c\uc11c\ub300\ub85c \ubcf4\uc5ec \uc904 \uc218 \uc788\uc9c0\ub9cc \ud398\uc774\uc9c0\uac00 \uc5f4\ub9b4 \ub54c\ub9c8\ub2e4 \uc774\ubbf8\uc9c0\uac00 \ubb34\uc791\uc704\ub85c \uc21c\uc11c\uac00 \ubc14\ub010\ub2e4\uba74 \uc5b4\ub5a8\uae4c \ubb3c\ub860 \uc774\ub7f0 \uc2dd\uc758 \ud504\ub85c\uadf8\ub7a8\uc774 \ubcc4 \uc18c\uc6a9\uc740 \uc5c6\uc5b4 \ubcf4\uc774\uc9c0\ub9cc \ub79c\ub364\uc774\ub77c\ub294 \uac1c\ub150\uc744 \ud30c\uc545\ud558\uae30\uc5d0\ub294 \ub3c4\uc6c0\uc774 \ub41c\ub2e4. \uc544\ub798\uc5d0 \ucf54\ub4dc\uac00 \uc788\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$TEST_IMG=&#91;\n\t\t'http:\/\/pic.inmu.net\/useful\/1701_0052.JPG'\n\t\t,'http:\/\/pic.inmu.net\/\uc6b8\ub989\ub3c4_\ub3c5\ub3c4_\uc0ac\uc9c4\/IMG_0551.jpg'\n\t\t,'http:\/\/pic.inmu.net\/mySaved\/1701_0196.jpg'\n\t\t,'http:\/\/pic.inmu.net\/useful\/IMG_2141.JPG'\n\t\t,'http:\/\/pic.inmu.net\/useful\/IMG_2686.JPG'\n\t\t,'http:\/\/pic.inmu.net\/\uc6b8\ub989\ub3c4_\ub3c5\ub3c4_\uc0ac\uc9c4\/IMG_0956.jpg'\n\t\t,'http:\/\/pic.inmu.net\/\uc6b8\ub989\ub3c4_\ub3c5\ub3c4_\uc0ac\uc9c4\/IMG_1207.jpg'\n\t\t,'http:\/\/pic.inmu.net\/useful\/IMG_2707.JPG'\n\t\t,'http:\/\/pic.inmu.net\/useful\/IMG_2311.JPG'\n\t\t,'http:\/\/pic.inmu.net\/useful\/IMG_4482.JPG'\n];\n\nshuffle($TEST_IMG);\n$img = '';\nforeach($TEST_IMG as $key => $src){\n\t$img .='&lt;div class=\"pure-g\">&lt;div class=\"pure-u\" style=\"padding:.5rem;\">&lt;img src=\"'.$src.'\" class=\"pure-img\" \/>&lt;\/div>&lt;\/div>' . NL;\n}\necho $img;<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\uc774\ub807\uac8c \ud558\uba74 \ud398\uc774\uc9c0\ub97c \uc0c8\ub85c \uace0\uce68\ud560 \ub54c\ub9c8\ub2e4 \uc774\ubbf8\uc9c0\uc758 \uc21c\uc11c\uac00 \ubc14\ub010\ub2e4. \uc544\ub798\uc5d0 \uc608\uc81c \ub9c1\ud06c\uac00 \uc788\ub2e4.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"http:\/\/exam.inmu.net\/2020\/001.php\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"http:\/\/exam.inmu.net\/2020\/001.php (opens in a new tab)\">http:\/\/exam.inmu.net\/2020\/001.php<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ubc30\uc5f4\uacfc \ub79c\ub364\uc740 \ud504\ub85c\uadf8\ub7a8\uc5d0\uc11c \uc790\uc8fc \uc4f0\ub294 \ub85c\uc9c1\uc774\ub2e4.\ub531 \uc815\ud574\uc838 \uc788\ub294 \uac83\ucc98\ub7fc \uc7ac\ubbf8 \uc5c6\ub294 \uac83\ub3c4 \uc5c6\uc744 \uac83\uc774\ub2e4. \uc544\ub9c8\ub3c4 \ub79c\ub364\uc774\ub77c\ub294 \uac1c\ub150\uc774 \uc5c6\ub2e4\uba74 \uc6b0\ub9ac\uac00 \ub9cc\ub4e4 \uc218 \uc788\ub294 \ucef4\ud4e8\ud130 \ud504\ub85c\uadf8\ub7a8\uc740 \uc5bc\ub9c8 \ub418\uc9c0 \uc54a\uc744 \ub4ef \ud558\ub2e4. php\uc5d0\uc11c shuffle \ud568\uc218\uac00 \uc788\ub2e4. \ubc30\uc5f4\uc744 \ubb34\uc791\uc704\ub85c \uc11e\uc5b4 \uc8fc\ub294 \ud568\uc218\ub2e4. \uc608\ub97c \ub4e4\uc5b4 \uc774\ubbf8\uc9c0 10\uac1c\ub97c \ubc30\uc5f4\uc5d0 \uc9d1\uc5b4 \ub123\uace0 \ubcf4\uc5ec \uc904 \ub54c 1\ubc88 \ubd80\ud130 10\ubc88\uae4c\uc9c0 \uc815\ud574\uc9c4 \uc21c\uc11c\ub300\ub85c \ubcf4\uc5ec \uc904 &hellip; <a href=\"https:\/\/sarang.inmu.net\/?p=1287\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;[PHP] \ubc30\uc5f4\uc744 \ubb34\uc791\uc704\ub85c \uc11e\uace0 \uc2f6\uc744 \ub54c shuffle($arr)&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[5],"tags":[44,154],"class_list":["post-1287","post","type-post","status-publish","format-standard","hentry","category-5","tag-php","tag-shuffle"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":1391,"url":"https:\/\/sarang.inmu.net\/?p=1391","url_meta":{"origin":1287,"position":0},"title":"[php] \ubb38\uc790\uc5f4\uc5d0\uc11c http:\/\/\ub97c \ucc3e\uc544 \ubc14\uafb8\uae30","author":"sarang","date":"2020\ub144 05\uc6d4 28\uc77c","format":false,"excerpt":"\ubcf4\ud1b5 \uc774\ubbf8\uc9c0 \ud0dc\uadf8\ub098 link\ud0dc\uadf8 \ud639\uc740 script \ud0dc\uadf8\ub97c \ud1b5\ud574\uc11c \uc678\ubd80\uc5d0 \uc788\ub294 \uc774\ubbf8\uc9c0\ub098 \ucf54\ub4dc\ub97c \ubd88\ub7ec \uc628\ub2e4 \uc608\ub97c \ub4e4\uc5b4 \uc774\ubbf8\uc9c0\ub97c \ubd88\ub7ec \uc62c \ub54c\ub294 \uc544\ub798\uc640 \uac19\uc740 \ud0dc\uadf8\ub97c \uc0ac\uc6a9\ud55c\ub2e4. <img src=\"http:\/\/img.cancerline.co.kr\/darma\/190711_001.jpg\" \/> \uadf8\ub807\uc9c0\ub9cc \ucd5c\uadfc\uc5d0\ub294 http:\/\/ \uc640\uac19\uc774 \ud504\ub85c\ud1a0\ucf5c\uc744 \uc4f0\uc9c0 \uc54a\uace0 \uadf8\ub0e5 \"\/\/\"\ub9cc \uc0ac\uc6a9\ud558\ub294 \ucd94\uc138\uc774\ub2e4. \uadf8\ub807\uc9c0\ub9cc \uc608\uc804\uc5d0 DB\uc5d0 \uc800\uc7a5\ud55c \ub0b4\uc6a9\uc5d0\uc11c \ubaa8\ub450 \ubc14\uafb8\uc790\ub2c8 \uc77c\uc774 \ub108\ubb34 \ub9ce\ub2e4. \uadf8\ub0e5 \"http:\/\/\"\ub97c\u2026","rel":"","context":"&quot;\ucef4\ud4e8\ud130&quot;\uc5d0\uc11c","block_context":{"text":"\ucef4\ud4e8\ud130","link":"https:\/\/sarang.inmu.net\/?cat=5"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":109,"url":"https:\/\/sarang.inmu.net\/?p=109","url_meta":{"origin":1287,"position":1},"title":"css \ucd08\uae30\ud654 \ucf54\ub4dc","author":"sarang","date":"2016\ub144 03\uc6d4 10\uc77c","format":false,"excerpt":"\uc5ec\ub7ec \uac00\uc9c0\uac00 \uc788\uc9c0\ub9cc \ub2e4\uc74c\uc744 \uac80\ud1a0\ud558\uc790 Eric meyer's Reset CSS http:\/\/meyerweb.com\/eric\/tools\/css\/reset HTML5 Doctor CSS RESET http:\/\/html5doctor.com\/html-5-reset-stylesheet YUI 3 Reset CSS http:\/\/developer.yahoo.com\/yui\/3\/cssreset \uc544\uc6b8\ub7ec\uc11c \uc784\uc2dc \uc774\ubbf8\uc9c0\ub97c \uc0ac\uc6a9\ud560 \ub54c http:\/\/placehold.it\ub97c \uc0ac\uc6a9\ud558\uc790 \uc608) <img src=\"http:\/\/placehold.it\/300x300\" \/>","rel":"","context":"&quot;\ucef4\ud4e8\ud130&quot;\uc5d0\uc11c","block_context":{"text":"\ucef4\ud4e8\ud130","link":"https:\/\/sarang.inmu.net\/?cat=5"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1379,"url":"https:\/\/sarang.inmu.net\/?p=1379","url_meta":{"origin":1287,"position":2},"title":"http -> https \uadf8\ub9ac\uace0 let&#8217;s encrypt","author":"sarang","date":"2020\ub144 05\uc6d4 27\uc77c","format":"image","excerpt":"\ucd5c\uadfc \uc6f9\uc5d0\uc11c http \ud504\ub85c\ud1a0\ucf5c \ub300\uc2e0\uc5d0 https\ub97c \ub9ce\uc774 \uc4f4\ub2e4. \ubcf4\uc548\uc774 \ub41c\ub2e4\ub294 \uc774\uc720\uc774\uba70 \ubb34\uc5c7\ubcf4\ub2e4 \uac80\uc0c9\ud3ec\ud138\uc5d0\uc11c \ub178\ucd9c \uc6b0\uc120\uc21c\uc704\ub97c \ub192\uac8c \uccd0\uc900\ub2e4. \ud2b9\ud788 \uad6c\uae00. \uc0ac\uc2e4 \ubcf4\uc548\uc801\uc778 \uce21\uba74\uc5d0\uc11c\ub294 \uc798 \ubaa8\ub974\uaca0\ub2e4. \uc88b\ub2e4\ub2c8\uae4c \uc88b\uc740\uac11\ub2e4 \ud558\ub294 \uac83\uc774\ub2e4. \uc5b4\ub290 \ub3c4\ub451\ub188\uc774 \uc6b0\ub9ac\uc9d1\uc744 \ucc0d\uc5b4 \ub193\uace0 \ud138\ub824\uace0 \ub9c8\uc74c\uc744 \uba39\uc5c8\ub294\ub370 \uc548\ud138\ub9b4 \uc7ac\uac04\uc774 \uc5c6\ub2e4. \ud2b9\ud788 \ube44\uc2fc \uac83\ub4e4\uc744 \uc7c1\uc5ec \ub193\uace0 \uc788\ub294 \uc9d1\uc774\ub77c\uba74 \uace0\uae09\uae30\uc220\uc744 \uac16\uace0 \uc788\ub294 \ub3c4\ub451\ub4e4\uc774\u2026","rel":"","context":"&quot;\ucef4\ud4e8\ud130&quot;\uc5d0\uc11c","block_context":{"text":"\ucef4\ud4e8\ud130","link":"https:\/\/sarang.inmu.net\/?cat=5"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2020\/05\/200527_001.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":170,"url":"https:\/\/sarang.inmu.net\/?p=170","url_meta":{"origin":1287,"position":3},"title":"\ud574\uc6b4\ub300","author":"sarang","date":"2016\ub144 04\uc6d4 12\uc77c","format":false,"excerpt":"\uaca8\uc6b8\uc774 \uc9c0\ub098\uba74\uc11c \uc544\uc774\ub4e4\uc740 \uc9d1\uc5d0\ub9cc \uc788\uc5c8\ub2e4. 12\uc6d4 \ub9d0\ubd80\ud130 3\uc6d41\uc77c\uae4c\uc9c0 \uae38\uace0 \uae34 \uc2dc\uac04\uc774\uc5c8\ub2e4. \uc774 \uc2dc\uac04 \ub3d9\uc548 \uc544\uc774\ub4e4\uc740 \ubb34\ucc99 \ucef8\ub2e4. \uc5c4\ub9c8\uc640 \uc544\ube60\ub97c \uc81c\ub300\ub85c \ub2ee\uc544\uc11c \ub9e4\uc6b0 \uac8c\uc744\ub7ec\uc84c\uace0, \ubaa8\ub4e0 \uadc0\ucc2e\uc740 \uc77c\uc740 \ub05d\uae4c\uc9c0 \ub4a4\ub85c \ubbf8\ub8ec\ub2e4. \ubb34\uc5c7\ubcf4\ub2e4 \ub204\uc6cc\uc11c \ud578\ub4dc\ud3f0\uc744 \ud558\uae30 \uc2dc\uc791\ud588\ub2e4. \uc544\ube60\uc640 \uc5c4\ub9c8\uac00 \ud558\ub294 \uc9d3\uc744 \uadf8\ub300\ub85c \ub530\ub77c\ud55c\ub2e4. \uac00\uc2b4 \uc544\ud504\uc9c0\ub9cc \uc5b4\uca54 \uc218 \uc5c6\ub2e4. \uc6b0\ub9ac \uc9d1\uc758 \uac00\ud6c8\uc740 \uac8c\uc73c\ub974\uace0 \uae30~\uc77c\uac8c\u2026","rel":"","context":"&quot;\uc77c\uc0c1&quot;\uc5d0\uc11c","block_context":{"text":"\uc77c\uc0c1","link":"https:\/\/sarang.inmu.net\/?cat=8"},"img":{"alt_text":"IMG_1133","src":"https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2016\/04\/IMG_1133.jpg?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2016\/04\/IMG_1133.jpg?resize=350%2C200 1x, https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2016\/04\/IMG_1133.jpg?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2016\/04\/IMG_1133.jpg?resize=700%2C400 2x, https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2016\/04\/IMG_1133.jpg?resize=1050%2C600 3x, https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2016\/04\/IMG_1133.jpg?resize=1400%2C800 4x"},"classes":[]},{"id":631,"url":"https:\/\/sarang.inmu.net\/?p=631","url_meta":{"origin":1287,"position":4},"title":"\uc544\ube60\uac00 \ub54c\ub9b0\uac70 \uc544\ub2d8","author":"sarang","date":"2016\ub144 09\uc6d4 30\uc77c","format":false,"excerpt":"2009\ub144 8\uc6d4 1\uc77c \ud1a0\uc694\uc77c \ub0a0\uc758 \uc0ac\uc9c4\uc774\ub2e4. \uac00\uc601\uc774\ub294 3\uc0b4\uc774 \ub418\uc5c8\uace0 \ud601\uc774\ub294 \uc774\uc81c \ud0dc\uc5b4\ub09c \uc9c0 4\ub2ec \uc988\uc74c \ub418\uc5c8\uc744 \ub54c \uc544\ub4e4\uc740 \uadf8 \ub54c\ubd80\ud130 \ubb34\uc5c7\uc774 \ubb34\uc11c\uc6b4\uc9c0 \ub450\ub824\uc6b4 \ud45c\uc815\uc744 \ud558\uace0 \uc788\uace0, \ud070 \ub538\uc740 \uc5b4\ub514\uc11c \ubc8c\ub808\uc5d0 \ubb3c\ub838\ub294\uc9c0 \ub208\uc774 \ubc24\ucc98\ub7fc \ub418\uc5b4 \uc788\ub124 \ub0a8\ub4e4\uc774 \ubcf4\uba74 \uc544\ube60\uac00 \ub54c\ub824\uc11c \uadf8\ub7f0 \uc904 \uc54c\uace0 \uacbd\ucc30\uc744 \ubd80\ub974\uaca0\ub124 \uadf8\ub807\uc9c0\ub9cc \uadf8 \ub2e4\uc74c\ub0a0 \uad11\ud0c4\uc5d0 \uc788\ub294 \uc5b4\ub5a4\u2026","rel":"","context":"&quot;\uc77c\uc0c1&quot;\uc5d0\uc11c","block_context":{"text":"\uc77c\uc0c1","link":"https:\/\/sarang.inmu.net\/?cat=8"},"img":{"alt_text":"img_1633","src":"https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2016\/09\/IMG_1633.jpg?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2016\/09\/IMG_1633.jpg?resize=350%2C200 1x, https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2016\/09\/IMG_1633.jpg?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2016\/09\/IMG_1633.jpg?resize=700%2C400 2x, https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2016\/09\/IMG_1633.jpg?resize=1050%2C600 3x, https:\/\/i0.wp.com\/sarang.inmu.net\/wp-content\/uploads\/2016\/09\/IMG_1633.jpg?resize=1400%2C800 4x"},"classes":[]},{"id":902,"url":"https:\/\/sarang.inmu.net\/?p=902","url_meta":{"origin":1287,"position":5},"title":"ajax\ub97c \uc0ac\uc6a9\ud574\uc11c \uc11c\ubc84\uc758 \uc2dc\uac04\uc744 \ubcf4\uc5ec \uc8fc\uae30","author":"sarang","date":"2017\ub144 12\uc6d4 16\uc77c","format":false,"excerpt":"\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8\uc5d0\uc11c setInterval() \uc744 \uc774\uc6a9\ud558\uba74 \uc9c0\uc815\ud55c \ubc00\ub9ac\uc138\ucee8\ub4dc \ub2e8\uc704\ub85c \ubb34\uc5b8\uac00\ub97c \uc2e4\ud589\ud560 \uc218 \uc788\ub2e4. \uc774 \ud568\uc218\uc5d0 ajax\ub97c \ub123\uc5b4\uc11c 1\ucd08\uc5d0 \ud55c\ubc88 \uc529 \uc2e4\ud589\ub418\uac8c \ud55c\ub2e4\uba74 \uc11c\ubc84\uc758 \uc2dc\uac04\uc744 \ube0c\ub77c\uc6b0\uc800\ub85c \ubcf4\ub0bc \uc218 \uc788\ub2e4. \uc11c\ubc84\uc5d0\uc11c \ud560 \uc77c\uc740 php\uc758 date()\ud568\uc218\uc640 time() \ud568\uc218\ub97c \uc774\uc6a9\ud574\uc11c \uc2e4\uc2dc\uac04\uc744 echo\ud558\uba74 \ub41c\ub2e4. \uc774 \uc608\uc81c\uc5d0\uc11c\ub294 util.php?mode=nowTime \ub9c1\ud06c\uc5d0\uc11c \uad6c\ud604\ud558\uc600\ub2e4. util.php \uc758 \ucf54\ub4dc \ub0b4\uc6a9\uc740 \uc544\ub798\uc640 \uac19\ub2e4. <?php $mode\u2026","rel":"","context":"&quot;\ucef4\ud4e8\ud130&quot;\uc5d0\uc11c","block_context":{"text":"\ucef4\ud4e8\ud130","link":"https:\/\/sarang.inmu.net\/?cat=5"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_shortlink":"https:\/\/wp.me\/p7qW60-kL","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/sarang.inmu.net\/index.php?rest_route=\/wp\/v2\/posts\/1287","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sarang.inmu.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sarang.inmu.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sarang.inmu.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sarang.inmu.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1287"}],"version-history":[{"count":1,"href":"https:\/\/sarang.inmu.net\/index.php?rest_route=\/wp\/v2\/posts\/1287\/revisions"}],"predecessor-version":[{"id":1291,"href":"https:\/\/sarang.inmu.net\/index.php?rest_route=\/wp\/v2\/posts\/1287\/revisions\/1291"}],"wp:attachment":[{"href":"https:\/\/sarang.inmu.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1287"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sarang.inmu.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1287"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sarang.inmu.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1287"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}