改名
This commit is contained in:
@@ -273,7 +273,7 @@ class SocketSync
|
|||||||
if ($len > self::READ_MAX_LEN) {
|
if ($len > self::READ_MAX_LEN) {
|
||||||
throw new Exception('Could not read ' . $len . ' bytes from stream, length too longer.');
|
throw new Exception('Could not read ' . $len . ' bytes from stream, length too longer.');
|
||||||
}
|
}
|
||||||
$stream = Context::getContext(self::SOCKET_NAME);
|
$stream = $this->connect();
|
||||||
|
|
||||||
$null = null;
|
$null = null;
|
||||||
$remainingBytes = $len;
|
$remainingBytes = $len;
|
||||||
|
|||||||
Reference in New Issue
Block a user