set_status_header($code[, $text = '']) 
| Parameters: | 
  |  
|---|---|
| Return type: | 
 void  |  
Permits you to manually set a server status header. Example:
set_status_header(401); // Sets the header as: Unauthorized
See here for a full list of headers.
set_status_header($code[, $text = '']) 
| Parameters: | 
  |  
|---|---|
| Return type: | 
 void  |  
Permits you to manually set a server status header. Example:
set_status_header(401); // Sets the header as: Unauthorized
See here for a full list of headers.
Please login to continue.