array_merge
:$arr1 = ['d' => 4, 'e' => 5, 'f' => 6]; $arr2 = ['a' => 1, 'b' => 2, 'c' => 3, ...$arr1];
.unserialize()
function to prevent security issues. More in the post of the author .HttpMessageReceive
and HttpMessageSend
interfaces to the kernel, as well as the HttpRequest
and HttpResponse
classes for working with HTTP requests.Source: https://habr.com/ru/post/243367/
All Articles