header('HTTP/1.1 401 Unauthorized'); http_response_code(403); print(http_response_code()); ?> The raw HTTP response will be (notice the actual status code ...
確定! 回上一頁