Welcome Guest, Not a member yet? Register   Sign In
How do these arguments work? [, int $status_code= 500 ] ?
#2

[] are just a replacement for array()

The comma is need because you are passing an array.

The show_404 will display the 404 error message to the browser (not found). The second parameter log_error is a value of TRUE or FALSE.
TRUE will log the error message if logging is enabled.
Reply


Messages In This Thread
RE: How do these arguments work? [, int $status_code= 500 ] ? - by frocco - 03-10-2015, 11:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB