Skip to content

Instantly share code, notes, and snippets.

@bkudria
Created April 2, 2010 23:03
Show Gist options
  • Save bkudria/353846 to your computer and use it in GitHub Desktop.
Save bkudria/353846 to your computer and use it in GitHub Desktop.
$Locations_from_line =
array_map(
function($loc) {
return array_map(
function($part) {return trim($part);},
explode(',', $loc)
);
},
explode(';', $line['VC Portfolio URL'])
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment