5 Star 83 Fork 48

端木凌风 / tonyenc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tonyenc_arginfo.h 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
端木凌风 提交于 2021-11-19 22:12 . init
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: 7eb3fd4083c98e6dffc8b02b6373b7ce9cbf228d */
/*
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_test1, 0, 0, IS_VOID, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_test2, 0, 0, IS_STRING, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, str, IS_STRING, 0, "\"\"")
ZEND_END_ARG_INFO()
*/
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_tonyenc_encode, 0, 0, IS_STRING, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, str, IS_STRING, 0, "\"\"")
ZEND_END_ARG_INFO()
ZEND_FUNCTION(tonyenc_encode);
static const zend_function_entry ext_functions[] = {
ZEND_FE(tonyenc_encode, arginfo_tonyenc_encode)
ZEND_FE_END
};
PHP
1
https://gitee.com/lfveeker/tonyenc.git
git@gitee.com:lfveeker/tonyenc.git
lfveeker
tonyenc
tonyenc
master

搜索帮助