...

/

Summary: Avoiding Traps When Using PHP 8 Extensions

Summary: Avoiding Traps When Using PHP 8 Extensions

A quick overview of avoiding traps when using PHP 8 extensions.

We'll cover the following...

Key takeaways

  • One of the most important concepts we learned is a general trend away from resources and toward objects. We learned ...