Using cron manager from within PHP

前端 未结 5 1767
别那么骄傲
别那么骄傲 2020-12-15 14:05

I am wanting to add a section in my php application to add / remove scheduled tasks.

Something similar to what they use in vBulletin Forum.

5条回答
  •  -上瘾入骨i
    2020-12-15 14:39

    http://ryanfaerman.com/php-crontab-manager/

    is a php class that lets you access a crontab from PHP using a class.

提交回复
热议问题