I\'ve an array as follows named $test_package_data. For the reference I\'m printing first two elements of it:
$test_package_data
Array ( [0] => Array
To add:
$arr["key"] = "value";
Then simply return $arr
$arr
Can't return directly like this way return $arr["key"] = "value";
return $arr["key"] = "value";