Método crontabAdd

 voltar ao índice do grupo



crontabAdd

intcrontabAdd ( stringsession, stringdomain, stringpath, stringprogramLanguage, stringweekDay, stringdays, stringhours, stringdesc, stringemail, stringotherEmail )

Descrição

Add a crontab job

Parâmetros

  • stringsession : the session id
  • stringdomain : the domain name
  • stringpath : the script path
  • stringprogramLanguage : the programming language (php4|php5|other)
  • stringweekDay : every week day (monday|tuesday|wednesday|thursday|friday|saturday|sunday)
  • stringdays : the days numbers list separate with comma (ex: 1,15,18)
  • stringhours : the hours numbers list separate with comma (ex: 10,18)
  • stringdesc : the description
  • stringemail : the email (no|nic-admin|nic-tech|other)
  • stringotherEmail : specify the other email

Regresso

the crontab job id
linguagem :
 
Parâmetros :
string session : $sessão
string domain :
string path :
string programLanguage :
string weekDay :
string days :
string hours :
string desc :
string email :
string otherEmail :