PHP.mk документација
variant::__construct
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
Патека
variant.construct.php
Локална патека за оваа страница.
Извор
php.net/manual/en
Оригиналниот HTML се реупотребува и локално се стилизира.
Режим
Прокси + превод во позадина
Кодовите, табелите и белешките остануваат читливи во истиот тек.
Референца
variant.construct.php
variant::__construct
Референца за `variant.construct.php` со подобрена типографија и навигација.
variant::__construct
(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
variant::__construct — variant class constructor
= NULL
Constructs a new variant object.
Параметри
value-
Initial value. If omitted, or set to
nullan VT_EMPTY object is created. type-
Specifies the content type of the variant object. Possible values are one of the
VT_*Претходно дефинирани константи. PHP can detect parameters passed by reference automatically; they do not even need to be passed as variant objects. Consult the MSDN library for additional information on the VARIANT type. codepage- Specifies the codepage that is used to convert strings to unicode. See the parameter of the same name in the com class for more information.
Белешки од корисници
Нема белешки од корисници за оваа страница.