PHP random_bytes()

Jmnote (토론 | 기여)님의 2023년 5월 14일 (일) 01:48 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

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

2 같이 보기[ | ]

3 참고[ | ]