php trim every value in array code example Example: php trim all array elements $result = array_map('trim', $source_array);