From 485a30a7f3356e8d25354a68ab8d1ff241b8ce69 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Aug 2007 09:21:29 +0000 Subject: [PATCH] Document (bug #42190) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241297 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../xmlrpc/functions/xmlrpc-set-type.xml | 43 ++++++++++++++++++- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/reference/xmlrpc/functions/xmlrpc-set-type.xml b/reference/xmlrpc/functions/xmlrpc-set-type.xml index 21b310e117..3d64b87348 100644 --- a/reference/xmlrpc/functions/xmlrpc-set-type.xml +++ b/reference/xmlrpc/functions/xmlrpc-set-type.xml @@ -1,5 +1,5 @@ - + xmlrpc_set_type @@ -13,8 +13,47 @@ stringtype &warn.experimental.func; - &warn.undocumented.func; + + + &reftitle.parameters; + + + + value + + + Value to set the type + + + + + type + + + 'base64' or 'datetime' + + + + + + + + + &reftitle.returnvalues; + + &return.success; + If successful, value is converted to an object. + + + + + &reftitle.errors; + + Issues E_WARNING with type unsupported by XMLRPC. + + +