<?php $order = ['foo', 'bar', 'foobar']; $array = ['bar' => 'two', 'foo' => 'one', 'foobar' => 'three']; var_dump(array_replace(array_flip($order), $array));
You have javascript disabled. You will not be able to edit any code.