ここで与えられたシェルを介してphpスクリプトを実行しようとしていました:-
php whatsapp.php -s MobileNo Message
そして、次のエラーが発生しました:-
PHP Notice: fwrite(): send of 111 bytes failed with errno=32 Broken pipe in
whatsprot.class.php on line 1923
whatsprot.class.php の 1923 行目は次のようになります:-
fwrite($this->socket, $data, strlen($data));
whatsprot.class.php はこちら
この問題の修正はありますか?