Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted by abeaumont ( 14 years ago )
function concat($groups) {
$bind = function() { return func_get_args(); };
$grouped = call_user_func_array('array_map',
array_merge(array($bind), $groups));
return call_user_func_array("array_merge", $grouped);
}
Revise this Paste