Answer the question
In order to leave comments, you need to log in
How to get an array with values found by key from a multidimensional array?
Array example:
$array = [
"PaymentInfo" => [
"paymentInfo" => "олролро",
"fileList" => [
"fileCode" => "3623"
],
],
"PaymentInfo2" => [
"paymentInfo2" => "олролро",
"fileList" => [
"fileCode" => "3623"
],
"files" => [
"name" => "dfgdfgd",
"file" => [
'fileCode' => "6486"
]
]
],
"file" =>
[
"fileCode" => "3623"
],[
"fileCode" => "3623"
]
];
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