Skip to content

Instantly share code, notes, and snippets.

@MehmetGoekce
Created February 9, 2020 13:51
Show Gist options
  • Select an option

  • Save MehmetGoekce/1ccc830f67f50668e51f6e70e5bfa9ad to your computer and use it in GitHub Desktop.

Select an option

Save MehmetGoekce/1ccc830f67f50668e51f6e70e5bfa9ad to your computer and use it in GitHub Desktop.
element stored in first array
<?php
$arr0 = 'red';
$arr1 = [&$arr0, 'green', 'blue'];
$arr2 = ['white', ...$arr1, 'black'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment