February 2013
Intermediate to advanced
538 pages
20h 55m
English
headers_sent
bool headers_sent([ string &file[, int &line]] )
Returns true if the HTTP
headers have already been sent. If they have not yet been sent, the
function returns false. If
file and line
options are provided, the filename and the line number where the
output began are placed in file and
line variables.
Read now
Unlock full access