Skip to content

Instantly share code, notes, and snippets.

@d9k
Created May 1, 2015 15:29
Show Gist options
  • Save d9k/e463a99abd285e66fd10 to your computer and use it in GitHub Desktop.
Save d9k/e463a99abd285e66fd10 to your computer and use it in GitHub Desktop.
<?php
updateFieldNames = ['key1', 'key3'];
$filteredData = array_intersect_key($data, array_flip($updateFieldNames));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment