<?php $arr = ['41136.07.6', '21511.01.1']; function substr05(&$item) { $item = substr($item, 0, 5); } array_walk($arr, "substr05"); print_r($arr);
You have javascript disabled. You will not be able to edit any code.