From 628679e56da5dc1c4db8793adf71b20e3ba278d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Feb 2017 09:07:58 +0100 Subject: php-pecl-swoole-serialize: 0.1.1 (php 7, beta, new package) --- REFFLECTION | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 REFFLECTION (limited to 'REFFLECTION') diff --git a/REFFLECTION b/REFFLECTION new file mode 100644 index 0000000..4ac0dce --- /dev/null +++ b/REFFLECTION @@ -0,0 +1,51 @@ +Extension [ extension #132 swoole_serialize version 0.1.1 ] { + + - Functions { + Function [ function swoole_serialize ] { + } + Function [ function swoole_fast_serialize ] { + } + Function [ function swoole_unserialize ] { + } + Function [ function swoole_pack ] { + } + Function [ function swoole_unpack ] { + } + Function [ function swoole_fast_pack ] { + } + } + + - Classes [1] { + Class [ class swSerialize ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ static public method pack ] { + } + + Method [ static public method fastPack ] { + } + + Method [ static public method unpack ] { + } + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __construct ] { + } + + Method [ public method __destruct ] { + } + } + } + } +} + -- cgit