Files
oc-server3/htdocs/util2/info/headers.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);
?>