2012-06-12
PHP explained
I proudly present: The whole experience of programming in PHP, condensed into just two lines.
Two function definitions from PHP's standard library:
array_filter($input, $callback);
array_map($callback, $input);
Yep.
comments powered by Disqus