fork download
  1. <?php
  2.  
  3. var_export(array_flip(['8e','4','6']));
Success #stdin #stdout 0.03s 25464KB
stdin
Standard input is empty
stdout
array (
  '8e' => 0,
  4 => 1,
  6 => 2,
)