Do you mean you want to have a console interface?
A workaround would be using the task icon feature (disable the display of the main window so that it is minimized). The drawback is that you will have a task icon for your application, but it is a minor problem.
I want to not have a console at all, means run the php-script from the command line with no interface. The script use a web-service to send a csv-file. I want to schedule this script to run every hour (no user action).