<?php $test = array('A', ' B', ' C '); var_export($test); echo "\n---\n"; $test = array_filter($test, 'trim'); var_export($test);
You have javascript disabled. You will not be able to edit any code.