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.
every machine is a smoke machine if you use it wrong enough
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