b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (CVS HEAD) [ class tree: evocore ] [ index: evocore ] [ all elements ]

Procedural File: _cron.funcs.php

Source Location: /blogs/inc/cron/_cron.funcs.php

Page Details

This file implements cron (scheduled tasks) handling functions.

This file is part of the evoCore framework - http://evocore.net/ See also http://sourceforge.net/projects/evocms/.

Author:  fplanque: Francois PLANQUE.
Version:  $Id: _cron.funcs.php,v 1.11 2010/02/08 17:52:13 efy-yury Exp $
Copyright:  

(c)2003-2010 by Francois PLANQUE - http://fplanque.net/

Filesource:  Source Code for this file
Functions
call_job  [line 65]

void call_job( string $job_name, [string $job_params = array()]  )

Call a cron job.

Parameters:
string   $job_name:  Name of the job
string   $job_params:  Params for the job


[ Top ]
cron_log  [line 39]

void cron_log( string $message, [integer $level = 0]  )

Log a message from cron.

Parameters:
string   $message:  Message
integer   $level:  Level of importance. The higher the more important. (if $quiet (number of "-q" params passed to cron_exec.php) is higher than this, the message gets skipped)


[ Top ]


Documentation generated on Sat, 06 Mar 2010 04:07:05 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).