variant_get_type -- Returns the type of a variant object
Syntax
int variant_get_type ( variant variant )
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 variant get type Function syntax tag
variant get type php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php variant get type syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.