Skip to content

Instantly share code, notes, and snippets.

@kkreft
Created April 13, 2018 09:01
Show Gist options
  • Save kkreft/390ebe75ecaca45ce6f1fc9a4df407c0 to your computer and use it in GitHub Desktop.
Save kkreft/390ebe75ecaca45ce6f1fc9a4df407c0 to your computer and use it in GitHub Desktop.
Filtering numerics in array
$ids = array_filter($ids, 'is_numeric');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment