最終更新:2012-02-12 (日) 03:34:55 (4451d)  

Debuglib for PHP5
Top / Debuglib for PHP5

http://phpdebuglib.de/

文字化け

// the interface function for Debuglib::_print_a()
function print_a($input, $options_string = NULL) {

・
・
・
$html = '';

//これを追加
if(!headers_sent()){
	header("Content-Type: text/html; charset=UTF-8");
}

参考