DEV Community

Cover image for PHP 8 Named Parameters
Pierre-Henry Soria ✨
Pierre-Henry Soria ✨

Posted on • Updated on

PHP 8 Named Parameters

Today, let's learn how to use efficiently the named parameters with PHP 8.0 to write cleaner and more readable code 🚀

👉 My book about good coding practices at https://github.com/pH-7/GoodJsCode

Top comments (1)

Collapse
 
pierre profile image
Pierre-Henry Soria ✨ • Edited

And you? Are you already using the named parameters? What's your opinion?