object denormalize(mixed $data, string $class, string $format = null, array $context = array())
Denormalizes data back into an object of the given class.
object denormalize(mixed $data, string $class, string $format = null, array $context = array())
Denormalizes data back into an object of the given class.
mixed | $data | data to restore |
string | $class | the expected class to instantiate |
string | $format | format the given data was extracted from |
array | $context | options available to the denormalizer |
object |
Designed by : w10schools
service@w10schools.com
Please login to continue.