Jump to content

Shouldn't print() return false if it's executed after a connection is aborted?


jayarsee

Recommended Posts

Say a script has

 

ignore_user_abort(true);

 

set. If the user aborts the connection and print is called, the buffer doesn't get written anywhere. So shouldn't print() return false in this case? To clarify, I know it doesn't, but shouldn't it? If not, why not?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.