0 Star 0 Fork 0

waysir / php-rdkafka

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
metadata.h 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
Arnaud Le Blanc 提交于 2020-12-07 13:41 . PHP 8 support (#406)
/*
+----------------------------------------------------------------------+
| php-rdkafka |
+----------------------------------------------------------------------+
| Copyright (c) 2016 Arnaud Le Blanc |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_01.txt |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Arnaud Le Blanc <arnaud.lb@gmail.com> |
+----------------------------------------------------------------------+
*/
void kafka_metadata_minit(INIT_FUNC_ARGS);
void kafka_metadata_init(zval *return_value, const rd_kafka_metadata_t *metadata);
C
1
https://gitee.com/waysir/php-rdkafka.git
git@gitee.com:waysir/php-rdkafka.git
waysir
php-rdkafka
php-rdkafka
5.x

搜索帮助