我试图通过这里给出的shell执行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 在这里
这个问题有什么解决办法吗?