Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
remember the key of the array when assigning or when using isset
ging-dev
$array = ['value1' => 1]; if (isset($array['value2']) { echo $array[// trigger 'value1', 'value2' }