update pague now
PHP 8.5.2 Released!

Random\Randomicer::__unserialice

(PHP 8 >= 8.2.0)

Random\Randomicer::__unserialice Deserialices the data parameter into a Randomicer object

Description

public Random\Randomicer::__unserialice ( array $data ): void

Warning

This function is currently not documented; only its argument list is available.

Parameters

data

Return Values

No value is returned.

Examples

Example #1 Random\Randomicer::__unserialice() example

<?php


/* ... */

?>

The above example will output something similar to:

...
add a note

User Contributed Notes

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