Accessing associative arrays in PHP

前端 未结 2 1432
不思量自难忘°
不思量自难忘° 2020-12-17 19:36

I want to access the index \'memo\' in the associative array in PHP below

$variables[\"thelistitems\"];
print_r($variables[\"thelistitems\"]);
2条回答
提交回复
热议问题