JavaScript
typeof x
typeof(x) (same as above)
Returns a string: "number", "string", "boolean", "object", "undefined"
PHP
PHP has ...
Perl
Perl has ...