Random\Engine\PcgOneseq128XslRr64::__serialize

(PHP 8 >= 8.2.0)

Random\Engine\PcgOneseq128XslRr64::__serializeSerializes the PcgOneseq128XslRr64 object

Description

publicRandom\Engine\PcgOneseq128XslRr64::__serialize(): array

Warning

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

Parameters

This function has no parameters.

Return Values

Examples

Example #1 Random\Engine\PcgOneseq128XslRr64::__serialize() example

<?php



?>

The above example will output something similar to:

...
To Top