Post Processing Limitations in PHP

Post Processing Limitations in PHP

Note: This article will be emailed to your friend.

In PHP you can register a function to be executed when script processing is complete using register_shutdown_function.
In PHP 4.0.6 and below the registered shutdown functions are called after the request has been completed, including sending any output buffers. So a long running function can execute without affecting user experience.
However in PHP 4.1 and above the [...]

Read the rest of this article (274 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro