12 lines
344 B
PHP
12 lines
344 B
PHP
<?php
|
|
/***************************************************************************
|
|
* For license information see doc/license.txt
|
|
*
|
|
* Unicode Reminder メモ
|
|
***************************************************************************/
|
|
|
|
header('Content-type: text/html; charset=utf-8');
|
|
print_r(getallheaders());
|
|
print_r($_REQUEST);
|
|
|
|
?>
|