Pipe operator

Just saw that PHP is adopting a pipe operator, following on from several other languages which have adopted this syntax.

https://wiki.php.net/rfc/pipe-operator-v3

2 Likes

Seems less readable and more prone to errors. I prefer our closer syntax.

so is basically its a way of having dynamic helper functions via chaining?