PHP.nl

variant_cast

variant_cast

Convert a variant into a new variant object of another type

variant **variant_cast** variant $variant int $type

This function makes a copy of and then performs a variant cast operation to force the copy to have the type given by . variant``type

This function wraps VariantChangeType() in the COM library; consult MSDN for more information.

variantThe variant.

type should be one of the constants. type``VT_*

Returns a variant of given . type

variant_set_type