1
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ class AsyncClient extends ClientAbstracts
|
|||||||
}
|
}
|
||||||
$array = implode("\r\n", $array) . "
|
$array = implode("\r\n", $array) . "
|
||||||
|
|
||||||
";
|
";
|
||||||
$this->client->send($array . $this->getData()->getContents());
|
$this->client->send($array . $this->getData()->getContents());
|
||||||
|
|
||||||
var_dump($array . $this->getData()->getContents());
|
var_dump($array . $this->getData()->getContents());
|
||||||
|
|||||||
Reference in New Issue
Block a user