I need to do something like:
$object = (typeof($object))$value;
Knowing that both $object
and $value
are scalar types.
I need to do something like:
$object = (typeof($object))$value;
Knowing that both $object
and $value
are scalar types.