BcMath\Number::__unserialize

(PHP 8 >= 8.4.0)

BcMath\Number::__unserializeDeserializes a data parameter into a BcMath\Number object

Descripción

public BcMath\Number::__unserialize(array $data): void

Deserializes a data parameter into a BcMath\Number object.

Parámetros

data
The serialized data parameter as an associative array

Errores/Excepciones

This method throws a ValueError if invalid serialized data is passed.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top