PHP socket programming, error message when errors are garbled:
来自客户端 PHP 的消息: hello boy错误等级:2错误消息:socket_write(): unable to write to socket [10057]: ��������û����Ӳ���(��ʹ��һ�� sendto ���÷�����ݱ�����ʱ)û���ṩ��ַ�����ͻ������ݵ�����û�б����ܡ� 错误文件:D:\web\frontToolLib\php\socket_server.php错误行数:88错误代码: 10057文字说明: 由于套接字没有连接并且(当使用一个 sendto 调用发送数据报套接字时)没有提供地址,发送或接收数据的请求没有被接受。
I try to switch the encoding (mb_convert_encoding) for Utf-8, GBK, gb2312, iso-8859-1 and so on can not let him display normally, how to display the error message normally??
Reply content:
PHP socket programming, error message when errors are garbled:
来自客户端 PHP 的消息: hello boy错误等级:2错误消息:socket_write(): unable to write to socket [10057]: ��������û����Ӳ���(��ʹ��һ�� sendto ���÷�����ݱ�����ʱ)û���ṩ��ַ�����ͻ������ݵ�����û�б����ܡ� 错误文件:D:\web\frontToolLib\php\socket_server.php错误行数:88错误代码: 10057文字说明: 由于套接字没有连接并且(当使用一个 sendto 调用发送数据报套接字时)没有提供地址,发送或接收数据的请求没有被接受。
I try to switch the encoding (mb_convert_encoding) for Utf-8, GBK, gb2312, iso-8859-1 and so on can not let him display normally, how to display the error message normally??