PHP.nl

variant_get_type

variant_get_type

Returns the type of a variant object

int **variant_get_type** variant $variant

Returns the type of a variant object.

variantThe variant object.

This function returns an integer value that indicates the type of , which can be an instance of , or classes. The return value can be compared to one of the constants. variant``VT_*

The return value for COM and DOTNET objects will usually be ; the only reason this function works for those classes is because COM and DOTNET are descendants of VARIANT. VT_DISPATCH

variant_set_type