=$title?>
14 |-
18 |
- > 19 |
- > 20 | 21 | 22 |
- 23 |
-
52 |
- 模板文件 53 | next()): ?> 54 |
- current): ?> class="current"> 55 | file(); ?> 56 | 57 |
'; 430 | foreach ($this->errors as $e) { 431 | print_r($e); 432 | } 433 | echo ''; 434 | } 435 | } 436 | 437 | /** 438 | * Get an array of error messages, if any. 439 | * 440 | * @return array 441 | */ 442 | public function getErrors() 443 | { 444 | return $this->errors; 445 | } 446 | 447 | /** 448 | * POP3 connection error handler. 449 | * 450 | * @param int $errno 451 | * @param string $errstr 452 | * @param string $errfile 453 | * @param int $errline 454 | */ 455 | protected function catchWarning($errno, $errstr, $errfile, $errline) 456 | { 457 | $this->setError( 458 | 'Connecting to the POP3 server raised a PHP warning:' . 459 | "errno: $errno errstr: $errstr; errfile: $errfile; errline: $errline" 460 | ); 461 | } 462 | } 463 | -------------------------------------------------------------------------------- /lib/SMTP.php: -------------------------------------------------------------------------------- 1 | 10 | * @author Jim Jagielski (jimjag)
时间:{time}
5 |{text}
6 |评论者"{author}"邮箱为:
7 | 8 |评论者"{author}"其他信息:
9 |IP:{ip},状态:{status},[管理评论]
10 |您可以点击 查看回复的完整內容 ,欢迎再次光临 {siteTitle}。
11 |