mirror of
https://github.com/php-win-ext/phpy.git
synced 2026-03-24 17:02:15 +01:00
5 lines
70 B
PHP
5 lines
70 B
PHP
<?php
|
|
$rdata = PyCore::bytes(random_bytes(128));
|
|
|
|
//var_dump($rdata);
|