type of php variable code example
Example: php what type of variable is it
echo gettype($var1)."\n";
echo gettype($var2)."\n";
echo gettype($var3)."\n";
echo gettype($var1)."\n";
echo gettype($var2)."\n";
echo gettype($var3)."\n";