Skip to content

Instantly share code, notes, and snippets.

@tsi
Created October 29, 2014 14:41
Show Gist options
  • Save tsi/acefd73e2950448720aa to your computer and use it in GitHub Desktop.
Save tsi/acefd73e2950448720aa to your computer and use it in GitHub Desktop.
dpm_list()
<?php
function dpm_list($group) {
dpm(array_keys((array) $group));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment