<?php $array = [ 'a', 'b' ]; var_dump( array_key_exists(0, $array) );
You have javascript disabled. You will not be able to edit any code.