Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16131 программист и 1779 роботов. Сейчас ищут 1417 программистов ...
variant_cast - Convert a variant into a new variant object of another type
Вернуться к: COM Функции
variant_cast
(PHP 5, PHP 7)
variant_cast — Convert a variant into a new variant object of another type
Описание
This function makes a copy of variant
and then
performs a variant cast operation to force the copy to have the type
given by type
.
This function wraps VariantChangeType() in the COM library; consult MSDN for more information.
Список параметров
-
variant
-
The variant.
-
type
-
type
should be one of theVT_XXX
constants.
Возвращаемые значения
Returns a VT_DATE
variant.
Вернуться к: COM Функции