[Solved] How can I know the body content is outputted (then cannot use the header function)? [closed]


Use the boolean-returning function headers_sent to determine if headers have been fully sent (implying that some content has also been sent too).

solved How can I know the body content is outputted (then cannot use the header function)? [closed]