See:
man crontab
man cron
If you can execute the PHP file in a command (like in a shell script or on the command prompt), then you can execute it via cron as well. Cron just executes your command (that contains php) at the time you specify. It's as simple as that.