Skip to content

Instantly share code, notes, and snippets.

@oskarcalvo
Created July 21, 2015 07:22
Show Gist options
  • Save oskarcalvo/67a97d53210f4f0be200 to your computer and use it in GitHub Desktop.
Save oskarcalvo/67a97d53210f4f0be200 to your computer and use it in GitHub Desktop.
<?php
$list_of_members = [];
foreach ($members as $member){
$list_of_members = [$member['user']['id']] =[$member['user']['name']]
}
return $list_of_members;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment