Hello! There is a line of this type:
"zz" "zz" 0 0 263.57727 1309080332
How can I break it down and write it into the array to make it:
$massiv[0] = zz $massiv[1] = zz $massiv[2] = 0 $massiv[3] = 0 $massiv[4] = 263.57727 $massiv[5] = 1309080332
I found the function: preg_match_all
, but I still have not figured out how to use it. You can somehow explain more easily, I learn php not long ago - this is a bit tough =)