variant_set_type
(PHP 5)
variant_set_type — Convert a variant into another type "in-place"
Описание
void variant_set_type
(
variant $variant
,
int $type
)
Список параметров
-
variant
-
The variant.
-
type
-
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Смотрите также
- variant_cast() - Convert a variant into a new variant object of another type