📜 ⬆️ ⬇️

The whole PHP in two lines

I am proud to present you a way to describe the entire PHP programming experience in two lines.

Two function declarations from the PHP standard library:

array_filter($input, $callback);
array_map($callback, $input);

.

')

Source: https://habr.com/ru/post/148010/


All Articles