
Mar 19, 20081 min read
PHP Functional Programming - A code snippet
Given a string of comma-separated values, how do you convert each of them into a link of the form: --item-- and return a comma-separated list of these strings? Snippet 1: Snippet 2 (uses functional...