|
|
@ -49,6 +49,7 @@ class APIConnector |
|
|
* Write word to stream |
|
|
* Write word to stream |
|
|
* |
|
|
* |
|
|
* @param string $word |
|
|
* @param string $word |
|
|
|
|
|
* |
|
|
* @return int return number of written bytes |
|
|
* @return int return number of written bytes |
|
|
*/ |
|
|
*/ |
|
|
public function writeWord(string $word): int |
|
|
public function writeWord(string $word): int |
|
|
|