絵文字表示

ソフトバンク

HTMLのエンコーディングがシフトJISの場合

 <?php
 header('Content-type: text/html; charset=Shift_JIS');
 ?>
 <html>
 <body>
 Gニ
 <?php
 $bin = pack('C*',hexdec('F9'),hexdec('41'));
 print $bin;
 ?>
 </body>
 </html>

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS