php man page for variant_get_type

Query: variant_get_type

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

VARIANT_GET_TYPE(3)							 1						       VARIANT_GET_TYPE(3)

variant_get_type - Returns the type of a variant object

SYNOPSIS
int variant_get_type (variant $variant)
DESCRIPTION
Returns the type of a variant object.
PARAMETERS
o $variant - The variant object.
RETURN VALUES
This function returns an integer 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_XXX constants. The return value for COM and DOTNET objects will usually be VT_DISPATCH; the only reason this function works for those classes is because COM and DOTNET are descendants of VARIANT. In PHP versions prior to 5, you could obtain this information from instances of the VARIANT class ONLY, by reading a fake $type property. See the "VARIANT" class for more information on this. PHP Documentation Group VARIANT_GET_TYPE(3)
Related Man Pages
variant_fix(3) - php
variant(3) - php
variant_or(3) - php
variant_pow(3) - php
variant_sub(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update