<?php $arr = []; $arr['1'] = '1'; $arr['01'] = '01'; var_dump(array_keys($arr));
You have javascript disabled. You will not be able to edit any code.