"PHP bin2hex()"의 두 판 사이의 차이

11번째 줄: 11번째 줄:
* [[PHP hex2bin()]] - 16진 인코딩된 바이너리 문자열을 디코딩
* [[PHP hex2bin()]] - 16진 인코딩된 바이너리 문자열을 디코딩
* [[PHP pack()]] - 데이터를 바이너리 문자열로 패킹
* [[PHP pack()]] - 데이터를 바이너리 문자열로 패킹
* [[PHP ord()]]
* [[PHP random_bytes()]]  
* [[PHP random_bytes()]]  
* [[PHP openssl_random_pseudo_bytes()]]
* [[PHP openssl_random_pseudo_bytes()]]

2019년 7월 21일 (일) 18:01 판

1 개요

PHP bin2hex()
<?php
echo bin2hex('A'); // 41
echo bin2hex('hello'); // 68656c6c6f

2 같이 보기

3 참고

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