"PHP random bytes()"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
1번째 줄: 1번째 줄:
==개요==
==개요==
{{DISPLAYTITLE:PHP random_bytes()}}
;PHP random_bytes()
;PHP random_bytes()



2023년 5월 14일 (일) 01:48 기준 최신판

1 개요[ | ]

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

2 같이 보기[ | ]

3 참고[ | ]

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