Dutch PHP Conference 2025 - Call For Papers

Random\Engine\Mt19937::__debugInfo

(PHP 8 >= 8.2.0)

Random\Engine\Mt19937::__debugInfoReturns the internal state of the engine

Опис

public Random\Engine\Mt19937::__debugInfo(): array

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Приклади

Приклад #1 Random\Engine\Mt19937::__debugInfo() example

<?php

/* ... */

?>

Поданий вище приклад виведе щось схоже на:

...
add a note

User Contributed Notes

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