You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Array in header like this :
Array(
"arrayA" => "value1",
"arrayA" => "value2",
"arrayB" => "value"
)
But, only show like this :
Array(
"ArrayA" => "value2",
"ArrayB" => "value"
)
i want show all value in arrayA
The text was updated successfully, but these errors were encountered:
I have Array in header like this :
Array(
"arrayA" => "value1",
"arrayA" => "value2",
"arrayB" => "value"
)
But, only show like this :
Array(
"ArrayA" => "value2",
"ArrayB" => "value"
)
i want show all value in arrayA
The text was updated successfully, but these errors were encountered: