Some Variable Data Types In PHP
Variables are capable of storing many types of data.
PHP supports all the typical types of data types that other programming languages support.
These data types include:
Integer
Float (floating-point numbers — also known as double)
String
Boolean
Arr...
javasper.hashnode.dev2 min read