PHP random_bytes()

1 개요[ | ]

PHP random_bytes()
PHP
Copy
$bytes = random_bytes(5);
var_dump(bin2hex($bytes));
Loading

2 같이 보기[ | ]

3 참고[ | ]