variant_set_type
(PHP 5)
variant_set_type — Convert a variant into another type "in-place"
Description
void variant_set_type (
variant $variant ,
int $type )
Parameters
- variant
-
The variant.
- type
-
Return Values
No value is returned.
See Also
- variant_cast() - Convert a variant into a new variant object of another type