Skip to content

Instantly share code, notes, and snippets.

@ryansukale
Last active December 31, 2015 04:49
Show Gist options
  • Save ryansukale/7936664 to your computer and use it in GitHub Desktop.
Save ryansukale/7936664 to your computer and use it in GitHub Desktop.
php foreach using a key and a value
foreach ($aMapLikeCollection as $key => $value) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment