mirror of
https://github.com/YGGverse/nex-php.git
synced 2026-03-31 17:55:31 +00:00
format attributes
This commit is contained in:
parent
d33c16842e
commit
ae8cdbeeaf
1 changed files with 4 additions and 4 deletions
|
|
@ -121,10 +121,10 @@ class Request
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getResponse(
|
public function getResponse(
|
||||||
int $timeout = 30, // socket timeout, useful for offline resources
|
int $timeout = 30, // socket timeout, useful for offline resources
|
||||||
?int $limit = null, // content length, null for unlimited
|
?int $limit = null, // content length, null for unlimited
|
||||||
?int &$length = 0, // initial response length, do not change without special needs
|
?int &$length = 0, // initial response length, do not change without special needs
|
||||||
?int &$code = null, // error code for debug
|
?int &$code = null, // error code for debug
|
||||||
?string &$message = null, // error message for debug
|
?string &$message = null, // error message for debug
|
||||||
string &$response = '' // response init, also returning by this method
|
string &$response = '' // response init, also returning by this method
|
||||||
): ?string
|
): ?string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue