什么是cron?我该如何使用呢? [英] What is cron? How can I use this?

查看:183
本文介绍了什么是cron?我该如何使用呢?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

http://net.tutsplus.com / tutorials / php / managing-cron-jobs-with-php-2 /

我已从该网站下载了代码。我如何使用Cron作业发送邮件?我正在使用Windows XP。请帮助我。我是PHP的新手。

I have downloaded the code from this site. How can i use Cron job to send mail? I am using WIndows XP.Please help me. I am new to PHP.

推荐答案

cron是类似Unix的计算机操作系统中基于时间的作业调度程序。 cron使用户可以计划作业(命令或shell脚本)以在特定时间或日期定期运行。它通常用于自动执行系统维护或管理,尽管它的通用性质意味着它可以用于其他目的,例如连接到Internet和下载电子邮件。

cron is the time-based job scheduler in Unix-like computer operating systems. cron enables users to schedule jobs (commands or shell scripts) to run periodically at certain times or dates. It is commonly used to automate system maintenance or administration, though its general-purpose nature means that it can be used for other purposes, such as connecting to the Internet and downloading email.

> 请参见参考

请参阅此帖子 如何通过cron作业使用php mysql mysql发送电子邮件

See this post how to send emails via cron job usng php mysql

这篇关于什么是cron?我该如何使用呢?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆