I have array that need to call.
$array['first_key']['second_key'] = 'value';
$keys = "['first_key']['second_key']";
I want to call it like $array.key
that like $array['first_key']['second_key']
.
Any one can help?
I have array that need to call.
$array['first_key']['second_key'] = 'value';
$keys = "['first_key']['second_key']";
I want to call it like $array.key
that like $array['first_key']['second_key']
.
Any one can help?