mailer.task.php

来自「简介:IceBB是一个强大」· PHP 代码 · 共 40 行

PHP
40
字号
<?php//******************************************************//
//           /////////                 ////   /////
//              //                    // //  //  //
//             //      /////  ////// ////   ////
//            //      //     ////   //  // //  //
//        /////////  /////  ////// /////  /////
//******************************************************//
// icebb.net // 1.0 Beta 7
//******************************************************//
// bulk mailer task
// $Id: mailer.php 195 2005-07-24 03:51:11Z mutantmonkey $
//******************************************************///*Note about this task:---------------------This task is special, it will be run daily by default to see if itneeds to send out any e-mails that are told to be run automatically.If it is told to start sending out an e-mail either by the builkmailer or by this task itself, it will automatically update the nextrun time and being sending out mails.*/class task_mailer{	function run()	{		global $icebb,$db,$std;			// send the mail	}		function sendmail()	{		global $icebb,$db,$std;		}}?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?