• Happy New Year!!!

  • PHP 7.4.0. – Core Features

    In case you’ve missed… New major (7.4.0.) PHP language version has been released lately. We wanted to outline some of the most important changes for you if you are considering to use the new version for the project you are working on.We shortlisted the most important changes to the following: Class properties now support type declarations.Arrow functions provide a shorthand syntax for defining functions with implicit by-value scope binding.Numeric literals can contain underscores between digits.Weak references allow the programmer to…