Definition: "cron.php" refers to an obscure PHP scripting function used to execute a scheduled task on a server at regular intervals. It's akin to cron jobs, but it operates in the background. The function executes a script or set of scripts (usually based on a cron job) that runs every day at 12:00 AM.