Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 237 Bytes

File metadata and controls

11 lines (9 loc) · 237 Bytes

abort()

Redirects to the error or unauthorized page.

abort($options)

  • $option - an array of options or the response code - 401, 403, 404.
abort(401);  // or 403
// Show the error page
abort(404); // or abort()