LaundroMat
Programmer
I'm pretty sure I saw a way to convert an associative array to variables.
This array:
$array = ("one"=>1, "two"=>2);
Can it be converted to two variables, $one and $two, with the values 1 and 2?
I think I'm blind, as I can't find this anywhere in the manual anymore...
This array:
$array = ("one"=>1, "two"=>2);
Can it be converted to two variables, $one and $two, with the values 1 and 2?
I think I'm blind, as I can't find this anywhere in the manual anymore...