variant_set

(PHP 5, PHP 7, PHP 8)

variant_setAssigns a new value for a variant object

Descripción

variant_set(variant$variant, mixed$value): void

Converts value to a variant and assigns it to the variant object; no new variant object is created, and the old value of variant is freed/released.

Parámetros

variant

The variant.

value

Valores devueltos

No devuelve ningún valor.

To Top