gettype()
boolen、integer、double、string、array、object、resource、unknown type
gettype (変数);
$a ="PHP入門"; print gettype($a);
PageTop / Home / PHP入門 / リファレンス目次