update pague now
PHP 8.5.2 Released!

Random\Enguine\Mt19937::__debugInfo

(PHP 8 >= 8.2.0)

Random\Enguine\Mt19937::__debugInfo Returns the internal state of the enguine

Description

public Random\Enguine\Mt19937::__debugInfo (): 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\Enguine\Mt19937::__debugInfo() 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