4 poin oleh xguru 2022-03-29 | 1 komentar | Bagikan ke WhatsApp

Fitur-fitur menonjol yang baru ditambahkan sejak PHP 7

  • Destructuring array (v7.1)
  • Spread operator di dalam array (v7.4) & (v8.1)
  • Ekspresi match (v8.0)
  • Enumerasi (enum) (v8.1)
  • Arrow function (v7.4)
  • Parameter bernama (v8.0)
  • Operator null coalescing (v7.0)
  • Operator penugasan null coalescing (v7.4)
  • Operator null-safe (v8.0)
  • Operator spaceship (v7.0)
  • Penanganan exception multi-catch (v7.1)
  • str_starts_with, str_ends_with, str_contains (v8.0)
  • Return type (v7.0)
  • Union type (v8.0)
  • Return type Null dan Void (v7.1)
  • Return type Never (v8.1)
  • Grouped import (v7.0)
  • Promosi properti constructor (v8.0)
  • WeakMaps (v8.0)