swoole_buffer->append 将一个字符串数据追加到缓存区末尾。 int swoole_buffer->append(string $data); $data是要写入的数据,支持二进制内容 执行成功后,会返回新的长度