Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 26985 программистов и 2803 робота. Сейчас ищут 683 программиста ...
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 -
typeshould be one of theVT_XXXconstants.
Возвращаемые значения
Returns a VT_DATE variant.
Вернуться к: COM Функции