{"id":49787,"date":"2018-09-21T11:14:41","date_gmt":"2018-09-21T05:14:41","guid":{"rendered":"http:\/\/rcl-radio.ru\/?p=49787"},"modified":"2018-09-21T11:14:41","modified_gmt":"2018-09-21T05:14:41","slug":"array_reverse-%d0%b2%d0%be%d0%b7%d0%b2%d1%80%d0%b0%d1%89%d0%b0%d0%b5%d1%82-%d0%bc%d0%b0%d1%81%d1%81%d0%b8%d0%b2-%d0%b2-%d0%be%d0%b1%d1%80%d0%b0%d1%82%d0%bd%d0%be%d0%bc-%d0%bf%d0%be%d1%80%d1%8f%d0%b4","status":"publish","type":"post","link":"http:\/\/rcl-radio.ru\/?p=49787","title":{"rendered":"array_reverse &#8212; \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043c\u0430\u0441\u0441\u0438\u0432 \u0432 \u043e\u0431\u0440\u0430\u0442\u043d\u043e\u043c \u043f\u043e\u0440\u044f\u0434\u043a\u0435"},"content":{"rendered":"<p>\u0424\u0443\u043d\u043a\u0446\u0438\u044f\u00a0<strong>array_reverse()<\/strong>\u00a0\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043c\u0430\u0441\u0441\u0438\u0432 \u0432 \u043e\u0431\u0440\u0430\u0442\u043d\u043e\u043c \u043f\u043e\u0440\u044f\u0434\u043a\u0435 \u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442 \u043a\u043b\u044e\u0447\u0438 \u0435\u0441\u043b\u0438 \u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u0440\u0430\u0432\u0435\u043d TRUE.<\/p>\n<p>\u041f\u0440\u0438\u043c\u0435\u0440 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f:<\/p>\n<pre class=\"php\" style=\"font-family: monospace; font-size: 12px;\"><span style=\"color: #000088;\">$a<\/span> <span style=\"color: #339933;\">=<\/span> <a href=\"http:\/\/www.php.net\/array\"><span style=\"color: #990000;\">array<\/span><\/a> <span style=\"color: #009900;\">(<\/span><span style=\"color: #cc66cc;\">1<\/span><span style=\"color: #339933;\">=&gt;<\/span><span style=\"color: #0000ff;\">'\u043a\u043e\u0448\u043a\u0430'<\/span><span style=\"color: #339933;\">,<\/span><span style=\"color: #cc66cc;\">2<\/span><span style=\"color: #339933;\">=&gt;<\/span><span style=\"color: #0000ff;\">'\u043c\u044b\u0448\u043a\u0430'<\/span><span style=\"color: #339933;\">,<\/span><span style=\"color: #cc66cc;\">4<\/span><span style=\"color: #339933;\">=&gt;<\/span><span style=\"color: #0000ff;\">'\u0441\u0430\u043f\u043e\u0433'<\/span><span style=\"color: #339933;\">,<\/span><span style=\"color: #cc66cc;\">6<\/span><span style=\"color: #339933;\">=&gt;<\/span><span style=\"color: #0000ff;\">'\u043f\u0440\u044f\u043d\u0438\u043a'<\/span><span style=\"color: #009900;\">)<\/span><span style=\"color: #339933;\">;<\/span>\r\n<span style=\"color: #000088;\">$arr<\/span> <span style=\"color: #339933;\">=<\/span> <a href=\"http:\/\/www.php.net\/array_reverse\"><span style=\"color: #990000;\">array_reverse<\/span><\/a> <span style=\"color: #009900;\">(<\/span><span style=\"color: #000088;\">$a<\/span><span style=\"color: #009900;\">)<\/span><span style=\"color: #339933;\">;<\/span>\r\n<a href=\"http:\/\/www.php.net\/print_r\"><span style=\"color: #990000;\">print_r<\/span><\/a><span style=\"color: #009900;\">(<\/span><span style=\"color: #000088;\">$arr<\/span><span style=\"color: #009900;\">)<\/span><span style=\"color: #339933;\">;<\/span><\/pre>\n<pre>Array\r\n(\r\n    [0] =&gt; \u043f\u0440\u044f\u043d\u0438\u043a\r\n    [1] =&gt; \u0441\u0430\u043f\u043e\u0433\r\n    [2] =&gt; \u043c\u044b\u0448\u043a\u0430\r\n    [3] =&gt; \u043a\u043e\u0448\u043a\u0430\r\n)<\/pre>\n<pre class=\"php\" style=\"font-family: monospace; font-size: 12px;\"><span style=\"color: #000088;\">$a<\/span> <span style=\"color: #339933;\">=<\/span> <a href=\"http:\/\/www.php.net\/array\"><span style=\"color: #990000;\">array<\/span><\/a> <span style=\"color: #009900;\">(<\/span><span style=\"color: #cc66cc;\">1<\/span><span style=\"color: #339933;\">=&gt;<\/span><span style=\"color: #0000ff;\">'\u043a\u043e\u0448\u043a\u0430'<\/span><span style=\"color: #339933;\">,<\/span><span style=\"color: #cc66cc;\">2<\/span><span style=\"color: #339933;\">=&gt;<\/span><span style=\"color: #0000ff;\">'\u043c\u044b\u0448\u043a\u0430'<\/span><span style=\"color: #339933;\">,<\/span><span style=\"color: #cc66cc;\">4<\/span><span style=\"color: #339933;\">=&gt;<\/span><span style=\"color: #0000ff;\">'\u0441\u0430\u043f\u043e\u0433'<\/span><span style=\"color: #339933;\">,<\/span><span style=\"color: #cc66cc;\">6<\/span><span style=\"color: #339933;\">=&gt;<\/span><span style=\"color: #0000ff;\">'\u043f\u0440\u044f\u043d\u0438\u043a'<\/span><span style=\"color: #009900;\">)<\/span><span style=\"color: #339933;\">;<\/span>\r\n<span style=\"color: #000088;\">$arr<\/span> <span style=\"color: #339933;\">=<\/span> <a href=\"http:\/\/www.php.net\/array_reverse\"><span style=\"color: #990000;\">array_reverse<\/span><\/a> <span style=\"color: #009900;\">(<\/span><span style=\"color: #000088;\">$a<\/span><span style=\"color: #339933;\">,<\/span><span style=\"color: #009900; font-weight: bold;\">TRUE<\/span><span style=\"color: #009900;\">)<\/span><span style=\"color: #339933;\">;<\/span>\r\n<a href=\"http:\/\/www.php.net\/print_r\"><span style=\"color: #990000;\">print_r<\/span><\/a><span style=\"color: #009900;\">(<\/span><span style=\"color: #000088;\">$arr<\/span><span style=\"color: #009900;\">)<\/span><span style=\"color: #339933;\">;<\/span><\/pre>\n<pre>Array\r\n(\r\n    [6] =&gt; \u043f\u0440\u044f\u043d\u0438\u043a\r\n    [4] =&gt; \u0441\u0430\u043f\u043e\u0433\r\n    [2] =&gt; \u043c\u044b\u0448\u043a\u0430\r\n    [1] =&gt; \u043a\u043e\u0448\u043a\u0430\r\n)<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u0424\u0443\u043d\u043a\u0446\u0438\u044f\u00a0array_reverse()\u00a0\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u043c\u0430\u0441\u0441\u0438\u0432 \u0432 \u043e\u0431\u0440\u0430\u0442\u043d\u043e\u043c \u043f\u043e\u0440\u044f\u0434\u043a\u0435 \u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442 \u043a\u043b\u044e\u0447\u0438 \u0435\u0441\u043b\u0438 \u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u0440\u0430\u0432\u0435\u043d TRUE. \u041f\u0440\u0438\u043c\u0435\u0440 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f: $a = array (1=&gt;&#8217;\u043a\u043e\u0448\u043a\u0430&#8217;,2=&gt;&#8217;\u043c\u044b\u0448\u043a\u0430&#8217;,4=&gt;&#8217;\u0441\u0430\u043f\u043e\u0433&#8217;,6=&gt;&#8217;\u043f\u0440\u044f\u043d\u0438\u043a&#8217;); $arr = array_reverse ($a); print_r($arr); Array ( [0] =&gt; \u043f\u0440\u044f\u043d\u0438\u043a [1] =&gt; \u0441\u0430\u043f\u043e\u0433 [2] =&gt; \u043c\u044b\u0448\u043a\u0430 [3] =&gt; \u043a\u043e\u0448\u043a\u0430 ) $a = array (1=&gt;&#8217;\u043a\u043e\u0448\u043a\u0430&#8217;,2=&gt;&#8217;\u043c\u044b\u0448\u043a\u0430&#8217;,4=&gt;&#8217;\u0441\u0430\u043f\u043e\u0433&#8217;,6=&gt;&#8217;\u043f\u0440\u044f\u043d\u0438\u043a&#8217;); $arr = array_reverse ($a,TRUE); print_r($arr); Array ( [6] =&gt; \u043f\u0440\u044f\u043d\u0438\u043a [4] =&gt; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":49675,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[183],"tags":[],"class_list":["post-49787","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php"],"views":1815,"_links":{"self":[{"href":"http:\/\/rcl-radio.ru\/index.php?rest_route=\/wp\/v2\/posts\/49787","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/rcl-radio.ru\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/rcl-radio.ru\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/rcl-radio.ru\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/rcl-radio.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=49787"}],"version-history":[{"count":1,"href":"http:\/\/rcl-radio.ru\/index.php?rest_route=\/wp\/v2\/posts\/49787\/revisions"}],"predecessor-version":[{"id":49788,"href":"http:\/\/rcl-radio.ru\/index.php?rest_route=\/wp\/v2\/posts\/49787\/revisions\/49788"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/rcl-radio.ru\/index.php?rest_route=\/wp\/v2\/media\/49675"}],"wp:attachment":[{"href":"http:\/\/rcl-radio.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=49787"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/rcl-radio.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=49787"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/rcl-radio.ru\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=49787"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}