Skip to content

Instantly share code, notes, and snippets.

@filippotoso
Last active May 2, 2018 13:07
Show Gist options
  • Save filippotoso/deb44e9fc7c7ac02d8664d451f1d37cd to your computer and use it in GitHub Desktop.
Save filippotoso/deb44e9fc7c7ac02d8664d451f1d37cd to your computer and use it in GitHub Desktop.
function array_clone($array) {
return array_slice($array, 0, null, true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment