$desired_output = array_combine( array_map( fn( $k ) => str_replace( 'posted_', '', $k ), array_keys( $data ) ), $data );