static Response create(callable|null $callback = null, int $status = 200, array $headers = array())
Factory method for chainability.
static Response create(callable|null $callback = null, int $status = 200, array $headers = array())
Factory method for chainability.
callable|null | $callback | A valid PHP callback or null to set it later |
int | $status | The response status code |
array | $headers | An array of response headers |
Response |
Designed by : w10schools
service@w10schools.com
Please login to continue.