YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* 1ピクセルの透過GIFを出力 [#ted0f20f]
<?php
header('Content-Type: image/gif');
print base64_decode('R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAA...
?>
** 参考 [#j7e86fd0]
http://mayokara.info/note/view/328
終了行:
* 1ピクセルの透過GIFを出力 [#ted0f20f]
<?php
header('Content-Type: image/gif');
print base64_decode('R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAA...
?>
** 参考 [#j7e86fd0]
http://mayokara.info/note/view/328
ページ名: