<?php $array = ["a", "b", "c", "d", "f"]; var_export( substr_replace($array, '_M', 1) );
You have javascript disabled. You will not be able to edit any code.