How to reffer dynamically to a php ARRAY variable(s)?

前端 未结 3 1715
执念已碎
执念已碎 2021-01-23 01:52

Everybody knows that you can access a variable in PHP using this: ${\'varName\'}. But when you need to get/set a variable witch is part of an array, why doesn\'t it work ? Suppo

3条回答
提交回复
热议问题