6 Star 11 Fork 2

Hprose / hprose-pecl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hprose_formatter.h 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
Hprose 提交于 2015-09-02 00:03 . Added hprose session.serialize_handler.
/**********************************************************\
| |
| hprose |
| |
| Official WebSite: http://www.hprose.com/ |
| http://www.hprose.org/ |
| |
\**********************************************************/
/**********************************************************\
* *
* hprose_formatter.h *
* *
* hprose formatter for pecl header file. *
* *
* LastModified: Sep 1, 2015 *
* Author: Ma Bingyao <andot@hprose.com> *
* *
\**********************************************************/
#ifndef HPROSE_FORMATTER_H
#define HPROSE_FORMATTER_H
#include "hprose_common.h"
#include "hprose_bytes_io.h"
#include "hprose_writer.h"
#include "hprose_reader.h"
#if HAVE_PHP_SESSION
#include "ext/session/php_session.h" /* for php_session_register_serializer */
#endif
BEGIN_EXTERN_C()
zend_class_entry *get_hprose_formatter_ce();
HPROSE_STARTUP_FUNCTION(formatter);
#if HAVE_PHP_SESSION
PS_SERIALIZER_FUNCS(hprose);
#endif
ZEND_FUNCTION(hprose_serialize);
ZEND_FUNCTION(hprose_unserialize);
END_EXTERN_C()
#endif /* HPROSE_FORMATTER_H */
C
1
https://gitee.com/andot/hprose-pecl.git
git@gitee.com:andot/hprose-pecl.git
andot
hprose-pecl
hprose-pecl
master

搜索帮助