php what type of variable is it

Solutions on MaxInterview for php what type of variable is it by the best coders in the world

showing results for - "php what type of variable is it"
Giorgia
20 Sep 2017
1echo gettype($var1)."\n"; 
2echo gettype($var2)."\n"; 
3echo gettype($var3)."\n";