Skip to content

Instantly share code, notes, and snippets.

@mikedfunk
Last active December 18, 2015 18:57
Show Gist options
  • Save mikedfunk/01901f842303b5c845e6 to your computer and use it in GitHub Desktop.
Save mikedfunk/01901f842303b5c845e6 to your computer and use it in GitHub Desktop.
array only keys
<?php
$onlyKeys = ['ship_width', 'ship_height', 'width', 'height', 'depth', 'ship_depth'];
$toCheck = array_intersect_key($artwork, array_flip($onlyKeys));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment