Voting

: six minus two?
(Example: nine)

The Note You're Voting On

chaley at brtransport dot com
10 years ago
There is a note about 3 years ago regarding using this for trimming. array_map() may be cleaner for this. I haven't checked the time/resource impact:

$result = array_map("trim", $array);

<< Back to user notes page

To Top