list()
adopted on the voting, allowing the use of links: $array = [1, 2]; list($a, &$b) = $array; // : $array = [1, 2]; $a = $array[0]; $b =& $array[1];
json_encode()
. Fresh tutorial on use.Source: https://habr.com/ru/post/322648/
All Articles