ihave this error in a client server. why server try to disabled this php functions?
a host server try to disabled ignore_user_abort() function for security reasons. what usually the reason behind this开发者_如何学JAVA action ?
Its false by default.
If changed to TRUE scripts will not be terminated after a client has aborted their connection.
You can read about it at the PHP manual.
精彩评论