mirror of
https://github.com/php-win-ext/phpy.git
synced 2026-03-24 17:02:15 +01:00
6 lines
123 B
PHP
6 lines
123 B
PHP
<?php
|
|
require __DIR__.'/../lib/python/os.php';
|
|
|
|
$s = python\os::urandom(128);
|
|
var_dump(base64_encode(PyCore::scalar($s)));
|