Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save heylastway/f870a0211c670c015bec72ffcf88914a to your computer and use it in GitHub Desktop.
Save heylastway/f870a0211c670c015bec72ffcf88914a to your computer and use it in GitHub Desktop.
<?php
$array = [0 => "a", 1 => "b", 2 => "c"];
\unset($array[1]);
//↑ Key which you want to delete
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment