PHP 8.6 will introduce partial function application (PFA), allowing developers to create function references with some parameters pre-filled using placeholders. The `?` placeholder represents a single argument, while `...` captures zero or more parameters. This feature builds on PHP 8.1's first-class callables and pairs

5m read time From stitcher.io
Post cover image

Sort: