trim array di peta php

$trimmed_array = array_map('trim', $fruit);
print_r($trimmed_array);
Thoughtful Tapir