• 追加された行はこの色です。
  • 削除された行はこの色です。
* 絵文字表示 [#hef1d0d5]

** ソフトバンク [#g73be8df]
*** HTMLのエンコーディングがシフトJISの場合 [#x424e515]
 <?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