It's difficult to tell what开发者_如何学Go is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
It's difficult to tell what开发者_如何学Go is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How can I know the body content is outputted (then cannot use the header function)?
Use the boolean-returning function headers_sent to determine if headers have been fully sent (implying that some content has also been sent too).
精彩评论