Есть массив. Как N-число массивов разобрать по отдельности.
Что бы на выходе я получил примерно такую структуру
<code>
[{
"text": "1 переменная"
},
{
"text": "2 переменная"
},
{
"text": "3 переменная"
},
{
"text": "4 переменная"
}],
[{
"text": "1 переменная"
},
{
"text": "2 переменная"
},
{
"text": "3 переменная"
},
{
"text": "4 переменная"
}]
</code>
array(2) {
[0] => array(6) {
["gq_hostname"] => string(55) "• RGPlay | DarkRP [Быстрая загрузка]"
["gq_address"] => string(15) "188.120.254.140"
["gq_port_client"] => int(27015)
["gq_online"] => bool(true)
["gq_numplayers"] => int(0)
["gq_maxplayers"] => int(128)
}
[1] => array(6) {
["gq_hostname"] => string(21) "Default Breach Server"
["gq_address"] => string(13) "62.109.18.242"
["gq_port_client"] => int(27015)
["gq_online"] => bool(true)
["gq_numplayers"] => int(0)
["gq_maxplayers"] => int(128)
}
}