set_status_header($code[, $text = ''])
Parameters: |
|
---|---|
Return type: |
void |
Permits you to manually set a server status header. Example:
1 2 | 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:
1 2 | set_status_header(401); // Sets the header as: Unauthorized |
See here for a full list of headers.
Designed by : w10schools
service@w10schools.com
Please login to continue.