Answer the question
In order to leave comments, you need to log in
How to pull out the necessary data from a line and to push in an array?
Hello.
There is a line, like: qwerty[0]['bit']
How to pull out 3 values (qwerty, 0 and bit ) and put into an array, like:
$arr = [
'q' => 'qwerty',
'key' => 0,
'name' => 'bit '
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question