1 min read 0

PHP 7 Type Safe Arrays

Here is an example of how to create type safe lists in PHP 7. Influenced by Java Generics, this approach…