Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

Hotel sul lago di Garda - wellness e turismo sul Garda
hotel sul lago di garda è il blog dedicato a tutti gli hotel presenti lungo le coste del lago di Garda, un blog ideato per le tue vacanze sul lago di Garda presso semplici hotel ed hotel benessere. Il blog presenta anche gli eventi del lago.
FashionQueen:: La regina del Lusso:: Fashion Queen:: Moda
FashionQueen. net la più grande Independet Luxury Boutique d'Italia. Da Gucci a Prada, da Fendi a Dior, tutti i grandi brand dell'abbigliamento, degli accessori e delle calzature con sconto sempre garantito del 10%.

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



variant_get_type

(PHP 5)

variant_get_type -- Returns the type of a variant object

Description

int variant_get_type ( object 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.