- add a comment in a phpdoc block
authorggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Sun, 26 Jul 2009 20:33:07 +0000 (20:33 +0000)
committerggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Sun, 26 Jul 2009 20:33:07 +0000 (20:33 +0000)
git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@25 013ecfd8-0664-425d-a759-9c98391dc3f9

lib/xmlrpc_wrappers.inc

index 9ca5750..f96edd5 100644 (file)
@@ -22,6 +22,7 @@
        * accepted come from javadoc blocks), return corresponding phpxmlrpc type.\r
        * NB: for php 'resource' types returns empty string, since resources cannot be serialized;\r
        * for php class names returns 'struct', since php objects can be serialized as xmlrpc structs\r
+       * for php arrays always return array, even though arrays sometiles serialize as json structs\r
        * @param string $phptype\r
        * @return string\r
        */\r