 |
PHP: headers_sent - Manual - PHP: Hypertext Preprocessor
In response to K.Tomono and alexrussell101 at gmail dot com : Yes, headers_sent() will return false, even if you sent something to the ouptut using print() or header() , if output_buffering is different from Off in you php.ini, and the length of what you
php.net |
 |