<div class="title_bot"><script>ec(2);</script></div> php中有 bin2hex方法,但没有 hex2bin方法,以下简单实现 hex2bin :<br><br><br><br><span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 0);">php<br></span><span style="color: rgb(0, 0, 255);">function</span><span style="color: rgb(0, 0, 0);"> hex2bin(</span><span style="color: rgb(128, 0, 128);">$data</span><span style="color: rgb(0, 0, 0);">) {<br> </span><span style="color: rgb(128, 0, 128);">$len</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">=</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 128, 128);">strlen</span><span style="color: rgb(0, 0, 0);">(</span><span style="color: rgb(128, 0, 128);">$data</span><span style="color: rgb(0, 0, 0);">);<br> </span><span style="color: rgb(0, 0, 255);">return</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 128, 128);">pack</span><span style="color: rgb(0, 0, 0);">(</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);">H</span><span style="color: rgb(0, 0, 0);">"</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">.</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(128, 0, 128);">$len</span><span style="color: rgb(0, 0, 0);">,</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(128, 0, 128);">$data</span><span style="color: rgb(0, 0, 0);">); } <br></span><span style="color: rgb(0, 0, 0);">?></span><span style="color: rgb(0, 0, 0);"> </span> <br><br><p id="TBPingURL"></p>