Tag Archives: variable
‘Variable variables’ and array syntax ambiguity in PHP

‘Variable variables’ and array syntax ambiguity in PHP

In PHP it’s possible to define variable variables (variables with names that are set and used dynamically) using ‘$$’.

Read full storyComments { 0 }