Temukan Jenis PHP
gettype($u)
tsnl_incredible
gettype($u)
$var = 1200;
gettype($var); // this will return integer
gettype ( mixed $var ) : string