mirror of
https://github.com/YGGverse/nex-php.git
synced 2025-02-05 11:44:15 +00:00
format attributes
This commit is contained in:
parent
d33c16842e
commit
ae8cdbeeaf
@ -121,10 +121,10 @@ class Request
|
||||
}
|
||||
|
||||
public function getResponse(
|
||||
int $timeout = 30, // socket timeout, useful for offline resources
|
||||
?int $limit = null, // content length, null for unlimited
|
||||
?int &$length = 0, // initial response length, do not change without special needs
|
||||
?int &$code = null, // error code for debug
|
||||
int $timeout = 30, // socket timeout, useful for offline resources
|
||||
?int $limit = null, // content length, null for unlimited
|
||||
?int &$length = 0, // initial response length, do not change without special needs
|
||||
?int &$code = null, // error code for debug
|
||||
?string &$message = null, // error message for debug
|
||||
string &$response = '' // response init, also returning by this method
|
||||
): ?string
|
||||
|
Loading…
x
Reference in New Issue
Block a user