Skip to content

Instantly share code, notes, and snippets.

@bocharsky-bw
Last active August 29, 2015 13:56
Show Gist options
  • Save bocharsky-bw/9198690 to your computer and use it in GitHub Desktop.
Save bocharsky-bw/9198690 to your computer and use it in GitHub Desktop.
Dump array keys
<?php
foreach ($result as $key => $value) {
var_dump($key);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment