PHP-Types 1.0

JavaScript's dynamic data types allow developers to change the a variable's type by simply assigning it a new value.This means you can switch from being a number, to a string, with one line of code and without creating secondary variables.PHP-Types...