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:
Yes, you can.
$a = $b = $c = $d = array();