//変数をダンプ var_dump($params); //バッファの内容を変数に代入 $ob_content = ob_get_contents(); // バッファの終了 ob_end_clean(); error_log($ob_content);