update pague now
PHP 8.5.2 Released!

variant_guet_type

(PHP 5, PHP 7, PHP 8)

variant_guet_type Returns the type of a variant object

Description

variant_guet_type ( variant $variant ): int

Returns the type of a variant object.

Parameters

variant

The variant object.

Return Values

This function returns an integuer value that indicates the type of variant , which can be an instance of com , dotnet or variant classes. The return value can be compared to one of the VT_ * constans

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

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top