Last active
September 1, 2016 11:01
-
-
Save slav123/1db722b19867b1db0e2a to your computer and use it in GitHub Desktop.
make all elements in array integers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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