08/09/19 03:12:33 xCMjUtgQ0
>>170
了解。グローバル宣言はちょっと気持ち悪いので、以下のような感じでどうでしょう?
83行目付近:
include $_conf['sid2ch_php'];
$this->_downloadDat2chMaru();
↓
include $_conf['sid2ch_php'];
$this->_downloadDat2chMaru($uaMona, $SID2ch);
343行目付近:
private function _downloadDat2chMaru() {
global $_conf, $uaMona, $SID2ch, $_info_msg_ht
↓
private function _downloadDat2chMaru($uaMona, $SID2ch) {
global $_conf, $_info_msg_ht