swoole_websocket_server->push
��websocket�ͻ��������������ݣ�������ó���2M��
function swoole_websocket_server->push(int $fd, string $data, int $opcode = 1, bool $finish = true);
- $fd �ͻ������ӵ�ID�����ָ����$fd��Ӧ��TCP���Ӳ���websocket�ͻ��ˣ����ᷢ��ʧ��
- $data Ҫ���͵���������
- $opcode��ָ�������������ݵĸ�ʽ��Ĭ��Ϊ�ı������Ͷ���������$opcode������Ҫ����Ϊ
WEBSOCKET_OPCODE_BINARY_FRAME
- ���ͳɹ�����true������ʧ�ܷ���false
swoole_websocket_server->push��swoole-1.7.11���ϰ汾����