change key with the value php

PHP
$arr[$newkey] = $arr[$oldkey];
unset($arr[$oldkey]);
Source

Also in PHP: