Skip to content

Instantly share code, notes, and snippets.

@douglasabnovato
Created March 27, 2023 19:21
Show Gist options
  • Save douglasabnovato/8e4512f07b0c3e9acc95a07a6e4d29c3 to your computer and use it in GitHub Desktop.
Save douglasabnovato/8e4512f07b0c3e9acc95a07a6e4d29c3 to your computer and use it in GitHub Desktop.
array php
<?php
$array = ['foo' => 'bar'];
echo $array['bar'] ?? 'baz';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment