I want to create 5 variables of type array all at once. Is this possible? In Java I know you can, but can\'t find anything about PHP. I\'d like to do something like this:
I prefer to use the list function for this task. This is not really a function but a language construct, used to assign a list of variables in one operation.