标签: php cron
我正在尝试使用php exec()列出所有cronjobs,包括已注释的工作。 当我运行echo exec('crontab -l')时,它仅显示未注释的行。
exec()
echo exec('crontab -l')