>>166
じゃ、恥ずかしいけど。。。
く、くらすないすこ・・・ぷ・・・

$this->check_robot()なんかで呼べました。

で、共有という事なんで、
調子に乗って、if文なんかを突破されたかもな時の関数。
function check_the_exception($file, $line, $string) {
$error_log = fopen($DIR_NUCLEUS . "error_log/error.txt","a");
fwrite($error_log, '[' . $this->check_the_date() . '] ' . $string . ': ' . $file . ' on line ' . $line . "\n");
fclose($error_log);
}

check_the_exception(__FILE__, __LINE__, "エラーの命名");こんな感じで呼んで幸せになってます。