Coroutine/Socket.php
Method net_listen
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$handle,
int $handlerTask,
int $backlog = 0,
?string $ssl_path = None,
?string $ssl_file = None,
Method net_request
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$object,
string $method = 'GET',
string $path = '/',
?string $type = 'text/html',
$data = null,
Method create_ssl_context
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $purpose,
?string $name = None,
$context = [],
?string $capath = None,
?string $cafile = None,
Method net_response
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$object,
?string $body = null,
?int $status = null,
?string $type = 'text/html',
array ...$extra
Method net_server
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$uri = null,
?OptionsInterface $context = null,
?string $capath = None,
?string $cafile = None,
array $caSelfDetails = []