webネタ

Webエンジニアが業務に関係することをメモしていく

2010-12-28から1日間の記事一覧

PHPでバイナリ←→16進数の変換

php

バイナリ → 16進数 = bin2hex() 16進数 → バイナリ = pack("H*")メモメモ(´艸` )