I have these lines stored in an array variable
pl_id=MDR_PLZ
ln_id=01N
dt_concluded=20191106115958796600
tx_seq_nr=122586
ts_seq_nr=1078
us_id=c0507387
Lines are more than displayed here, the point is .. I need to convert this one array into further arrays so that i can use this data. I tried to use explode to convert them into array but its no use. I tried converting all these lines to single line by using preg_replace, trim, so that after that i can save it to variable and then explode it to get array but it did not work ..
Any help will be appreciated.
$pl_id = 'MDR_PLZ'like this?parse_ini_string