$url .= implode(“&”, array_map(create_function(‘$k,$v’, ‘return $k.”=”.$v;’), array_keys($options), array_values($options)));

Notes