Php, ¿qué tipo de variable es?

echo gettype($var1)."\n"; 
echo gettype($var2)."\n"; 
echo gettype($var3)."\n"; 
emcee