vrana Thu Aug 16 09:21:29 2007 UTC
Modified files:
/phpdoc/en/reference/xmlrpc/functions xmlrpc-set-type.xml
Log:
Document (bug #42190)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/xmlrpc/functions/xmlrpc-set-type.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/xmlrpc/functions/xmlrpc-set-type.xml
diff -u phpdoc/en/reference/xmlrpc/functions/xmlrpc-set-type.xml:1.6
phpdoc/en/reference/xmlrpc/functions/xmlrpc-set-type.xml:1.7
--- phpdoc/en/reference/xmlrpc/functions/xmlrpc-set-type.xml:1.6 Wed Jun
20 22:25:37 2007
+++ phpdoc/en/reference/xmlrpc/functions/xmlrpc-set-type.xml Thu Aug 16
09:21:29 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry xml:id="function.xmlrpc-set-type"
xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>xmlrpc_set_type</refname>
@@ -13,8 +13,47 @@
<methodparam><type>string</type><parameter>type</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
- &warn.undocumented.func;
</refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term><parameter>value</parameter></term>
+ <listitem>
+ <para>
+ Value to set the type
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>type</parameter></term>
+ <listitem>
+ <para>
+ 'base64' or 'datetime'
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ &return.success;
+ If successful, <parameter>value</parameter> is converted to an object.
+ </para>
+ </refsect1>
+
+ <refsect1 role="errors">
+ &reftitle.errors;
+ <para>
+ Issues E_WARNING with type unsupported by XMLRPC.
+ </para>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file