Skip to content

Instantly share code, notes, and snippets.

@slav123
Last active September 1, 2016 11:01
Show Gist options
  • Save slav123/1db722b19867b1db0e2a to your computer and use it in GitHub Desktop.
Save slav123/1db722b19867b1db0e2a to your computer and use it in GitHub Desktop.
make all elements in array integers
<?php
// get only id's
$steps_in_stage = array_map('intval', $array);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment