PHP random_bytes()

1 개요[ | ]

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

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}