소스 검색

Adding missing type information for non-standard types

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17940 44c647ce-9c0f-0410-b52a-842ac1e357ba
lars 16 년 전
부모
커밋
9984f1d830
1개의 변경된 파일36개의 추가작업 그리고 0개의 파일을 삭제
  1. 36 0
      documentation/manual/en/module_specs/Zend_XmlRpc_Client.xml

+ 36 - 0
documentation/manual/en/module_specs/Zend_XmlRpc_Client.xml

@@ -129,6 +129,10 @@ $result = $client->call('test.sayHello', array($arg1, $arg2));
                             <entry>int</entry>
                             <entry>int</entry>
                         </row>
                         </row>
                         <row>
                         <row>
+                            <entry>Zend_Crypt_Math_BigInteger</entry>
+                            <entry>i8</entry>
+                        </row>
+                        <row>
                             <entry>double</entry>
                             <entry>double</entry>
                             <entry>double</entry>
                             <entry>double</entry>
                         </row>
                         </row>
@@ -141,6 +145,10 @@ $result = $client->call('test.sayHello', array($arg1, $arg2));
                             <entry>string</entry>
                             <entry>string</entry>
                         </row>
                         </row>
                         <row>
                         <row>
+                            <entry>null</entry>
+                            <entry>nil</entry>
+                        </row>
+                        <row>
                             <entry>array</entry>
                             <entry>array</entry>
                             <entry>array</entry>
                             <entry>array</entry>
                         </row>
                         </row>
@@ -253,6 +261,20 @@ $result = $client->call('foo.bar', array(array()));
                             <entry><classname>Zend_XmlRpc_Value_Integer</classname></entry>
                             <entry><classname>Zend_XmlRpc_Value_Integer</classname></entry>
                         </row>
                         </row>
                         <row>
                         <row>
+                            <entry>i8</entry>
+                            <entry>
+                                <constant>Zend_XmlRpc_Value::XMLRPC_TYPE_I8</constant>
+                            </entry>
+                            <entry><classname>Zend_XmlRpc_Value_BigInteger</classname></entry>
+                        </row>
+                        <row>
+                            <entry>ex:i8</entry>
+                            <entry>
+                                <constant>Zend_XmlRpc_Value::XMLRPC_TYPE_APACHEI8</constant>
+                            </entry>
+                            <entry><classname>Zend_XmlRpc_Value_BigInteger</classname></entry>
+                        </row>
+                        <row>
                             <entry>double</entry>
                             <entry>double</entry>
                             <entry>
                             <entry>
                                 <constant>Zend_XmlRpc_Value::XMLRPC_TYPE_DOUBLE</constant>
                                 <constant>Zend_XmlRpc_Value::XMLRPC_TYPE_DOUBLE</constant>
@@ -274,6 +296,20 @@ $result = $client->call('foo.bar', array(array()));
                             <entry><classname>Zend_XmlRpc_Value_String</classname></entry>
                             <entry><classname>Zend_XmlRpc_Value_String</classname></entry>
                         </row>
                         </row>
                         <row>
                         <row>
+                            <entry>nil</entry>
+                            <entry>
+                                <constant>Zend_XmlRpc_Value::XMLRPC_TYPE_NIL</constant>
+                            </entry>
+                            <entry><classname>Zend_XmlRpc_Value_Nil</classname></entry>
+                        </row>
+                        <row>
+                            <entry>ex:nil</entry>
+                            <entry>
+                                <constant>Zend_XmlRpc_Value::XMLRPC_TYPE_APACHENIL</constant>
+                            </entry>
+                            <entry><classname>Zend_XmlRpc_Value_Nil</classname></entry>
+                        </row>
+                        <row>
                             <entry>base64</entry>
                             <entry>base64</entry>
                             <entry>
                             <entry>
                                 <constant>Zend_XmlRpc_Value::XMLRPC_TYPE_BASE64</constant>
                                 <constant>Zend_XmlRpc_Value::XMLRPC_TYPE_BASE64</constant>