From 3da9951e9a4d000af6d441ed9800d39cec7e8ea9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Apr 2015 16:52:32 +0200 Subject: php-pecl-hprose: 1.2.0 --- REFLECTION | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a49cd19..d6163e2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #98 hprose version 1.1.0 ] { +Extension [ extension #98 hprose version 1.2.0 ] { - Functions { Function [ function hprose_serialize ] { @@ -89,7 +89,7 @@ Extension [ extension #98 hprose version 1.1.0 ] { - Properties [0] { } - - Methods [17] { + - Methods [19] { Method [ public method __construct ] { - Parameters [1] { @@ -187,6 +187,20 @@ Extension [ extension #98 hprose version 1.1.0 ] { } } + Method [ public method load ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method save ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Method [ public method toString ] { - Parameters [0] { @@ -254,7 +268,7 @@ Extension [ extension #98 hprose version 1.1.0 ] { - Properties [0] { } - - Methods [29] { + - Methods [31] { Method [ public method __construct ] { - Parameters [2] { @@ -364,6 +378,20 @@ Extension [ extension #98 hprose version 1.1.0 ] { } } + Method [ public method writeBytesIO ] { + + - Parameters [1] { + Parameter #0 [ HproseBytesIO $dt ] + } + } + + Method [ public method writeBytesIOWithRef ] { + + - Parameters [1] { + Parameter #0 [ HproseBytesIO $dt ] + } + } + Method [ public method writeDateTime ] { - Parameters [1] { -- cgit