I could not figure out how to pass a variable number of variables into a function. I thought passing in an array and using the array keys for the variables names could repla
100, "color" => "red"); print_r(array_keys($array)); ?>