diff options
| author | Remi Collet <fedora@famillecollet.com> | 2017-02-09 09:07:58 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2017-02-09 09:07:58 +0100 | 
| commit | 628679e56da5dc1c4db8793adf71b20e3ba278d3 (patch) | |
| tree | 0c98c568179ed01a6db0354301850ceef9efdf9a /REFFLECTION | |
php-pecl-swoole-serialize: 0.1.1 (php 7, beta, new package)
Diffstat (limited to 'REFFLECTION')
| -rw-r--r-- | REFFLECTION | 51 | 
1 files changed, 51 insertions, 0 deletions
diff --git a/REFFLECTION b/REFFLECTION new file mode 100644 index 0000000..4ac0dce --- /dev/null +++ b/REFFLECTION @@ -0,0 +1,51 @@ +Extension [ <persistent> extension #132 swoole_serialize version 0.1.1 ] { + +  - Functions { +    Function [ <internal:swoole_serialize> function swoole_serialize ] { +    } +    Function [ <internal:swoole_serialize> function swoole_fast_serialize ] { +    } +    Function [ <internal:swoole_serialize> function swoole_unserialize ] { +    } +    Function [ <internal:swoole_serialize> function swoole_pack ] { +    } +    Function [ <internal:swoole_serialize> function swoole_unpack ] { +    } +    Function [ <internal:swoole_serialize> function swoole_fast_pack ] { +    } +  } + +  - Classes [1] { +    Class [ <internal:swoole_serialize> class swSerialize ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [3] { +        Method [ <internal:swoole_serialize> static public method pack ] { +        } + +        Method [ <internal:swoole_serialize> static public method fastPack ] { +        } + +        Method [ <internal:swoole_serialize> static public method unpack ] { +        } +      } + +      - Properties [0] { +      } + +      - Methods [2] { +        Method [ <internal:swoole_serialize, ctor> public method __construct ] { +        } + +        Method [ <internal:swoole_serialize, dtor> public method __destruct ] { +        } +      } +    } +  } +} +  | 
