Skip to content

Instantly share code, notes, and snippets.

@imjn
Created August 1, 2018 08:18
Show Gist options
  • Save imjn/91b7fa8cc82196a14662e16895ac7876 to your computer and use it in GitHub Desktop.
Save imjn/91b7fa8cc82196a14662e16895ac7876 to your computer and use it in GitHub Desktop.
$ids = $data['id'];
$intIdsArray = array ();
foreach ($ids as $value) {
$intIdsArray [] = intval ($value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment