Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: five plus four?
(Example: nine)

The Note You're Voting On

jpleveille at webgraphe dot com
20 years ago
register_shutdown_function() (http://www.php.net/register_shutdown_function) won't output anything if you use zlib.output_compression.

Shutdown function is called after closing all opened output buffers thus, for example, its output will not be compressed if zlib.output_compression is enabled.

<< Back to user notes page

To Top