Good day,
There is a text file with the following contents:
ключ1|значение1 ключ2|значение2 ключ777|значение777
How can I create an array, placing in the first element of the array $arr['key']['value']
respectively, ключ1
and значение1
, and so with all the elements?
Thank.