PHP 7: New strict type-checking mode
In this video I am demonstrating the new strict type checking mode (strict_types declare() directive) available in PHP 7 (related to the new Scalar Type Declarations).
In this video I am demonstrating the new strict type checking mode (strict_types declare() directive) available in PHP 7 (related to the new Scalar Type Declarations).
In this video, I am providing a simple example showing how functional programming can help us avoid common mistakes/bugs.