Hi,
I think php3 doesn't know is_type() but it knows the following functions to determine the type of a variable:
is_array,is_bool,is_double,
is_float,is_int,is_integer,
is_long,is_numeric,
is_object,is_real,
is_resource,is_string
(see the manual for further description)
T.