private function keyName(array $a, $pos) { $temp = \array_slice($a, $pos, 1, true); return \key($temp); }