Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rajvanshipradeep15/ea9d42648a5056678a835b7aa3ae7a52 to your computer and use it in GitHub Desktop.
Save rajvanshipradeep15/ea9d42648a5056678a835b7aa3ae7a52 to your computer and use it in GitHub Desktop.
To check if the array is in sequence.
if ($array == array_intersect(range(min($array), max($array)), $array))) {
//in sequence
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment