Skip to content

Instantly share code, notes, and snippets.

@ombak
Created May 29, 2020 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ombak/2876bc39381d34aad9c3726dadedca72 to your computer and use it in GitHub Desktop.
Save ombak/2876bc39381d34aad9c3726dadedca72 to your computer and use it in GitHub Desktop.
<?php
//...array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12)
foreach (range(0, 12) as $number) {
echo $number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment