PHP
Tutorial: Cross-platform background process forking without extensions in PHP
Submitted by Katy on Fri, 09/02/2007 - 13:36There are plenty of ways to fork new processes in PHP. You can use shell functions like exec() or shell(), the pcntl_* function set in the Process Control extension or stream/filesystem functions such as popen(). In this article, we're going to look at the latter of these, and learn:
- Add new comment
- Read more
- 436 reads
PHPCron: Running scheduled tasks from PHP on a web server
Submitted by Katy on Tue, 17/10/2006 - 09:37Downloads for the software described here are available on the downloads page.
This software is a work in progress and should not be considered complete or secure.
- Add new comment
- Read more
- 1350 reads
Automatic WSDL Generation in PHP 5
Submitted by Katy on Thu, 27/07/2006 - 01:19Downloads for the software described here are available on the downloads page.
- 2 comments
- Read more
- 3114 reads
PHP Test Chassis (updated 26-Jul-2006)
Submitted by Katy on Wed, 19/07/2006 - 01:05Downloads for the software described here are available on the downloads page.
- Add new comment
- Read more
- 157 reads