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.

Leave a Reply

Your email address will not be published. Required fields are marked *