cortesi Mon Mar 25 19:29:42 2002 EDT
Added files:
/phpdoc/it/functions xmlrpc.xml
Log:
adding translation by curcio_it
Index: phpdoc/it/functions/xmlrpc.xml
+++ phpdoc/it/functions/xmlrpc.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.5 Maintainer: curcio_it Status: ready -->
<reference id="ref.xmlrpc">
<title>Funzioni XMLRPC</title>
<titleabbrev>Funzioni XMLRPC</titleabbrev>
<partintro>
&warn.experimental;
<para>
</para>
</partintro>
<refentry id="function.xmlrpc-encode-request">
<refnamediv>
<refname>xmlrpc_encode_request</refname>
<refpurpose>Genera XML per un metodo di richiesta</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>string</type><methodname>xmlrpc_encode_request</methodname>
<methodparam><type>string</type><parameter>method</parameter></methodparam>
<methodparam><type>mixed</type><parameter>params</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<refentry id="function.xmlrpc-encode">
<refnamediv>
<refname>xmlrpc_encode</refname>
<refpurpose>Genera XML per un valore PHP</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>string</type><methodname>xmlrpc_encode</methodname>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<refentry id="function.xmlrpc-decode-request">
<refnamediv>
<refname>xmlrpc_decode_request</refname>
<refpurpose>Decodifica XML nei nativi tipi di PHP</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>array</type><methodname>xmlrpc_decode_request</methodname>
<methodparam><type>string</type><parameter>xml</parameter></methodparam>
<methodparam><type>string</type><parameter>method</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<refentry id="function.xmlrpc-decode">
<refnamediv>
<refname>xmlrpc_decode</refname>
<refpurpose>Decodifica XML nei nativi tipi di PHP</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>array</type><methodname>xmlrpc_decode</methodname>
<methodparam><type>string</type><parameter>xml</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<refentry id="function.xmlrpc-server-create">
<refnamediv>
<refname>xmlrpc_server_create</refname>
<refpurpose>Crea un server xmlrpc </refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>resource</type><methodname>xmlrpc_server_create</methodname>
<void/>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<refentry id="function.xmlrpc-server-destroy">
<refnamediv>
<refname>xmlrpc_server_destroy</refname>
<refpurpose>Distrugge le risorse del server</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>void</type><methodname>xmlrpc_server_destroy</methodname>
<methodparam><type>resource</type><parameter>server</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<refentry id="function.xmlrpc-server-register-method">
<refnamediv>
<refname>xmlrpc_server_register_method</refname>
<refpurpose>Registra una funzione PHP nel metodo di risorsa abbinato
method_name</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>bool</type><methodname>xmlrpc_server_register_method</methodname>
<methodparam><type>resource</type><parameter>server</parameter></methodparam>
<methodparam><type>string</type><parameter>method_name</parameter></methodparam>
<methodparam><type>string</type><parameter>function</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<refentry id="function.xmlrpc-server-register-introspection-callback">
<refnamediv>
<refname>xmlrpc_server_register_introspection_callback</refname>
<refpurpose>Registra una funzione PHP per generare la documentazione</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>bool</type><methodname>xmlrpc_server_register_introspection_callback</methodname>
<methodparam><type>resource</type><parameter>server</parameter></methodparam>
<methodparam><type>string</type><parameter>function</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<refentry id="function.xmlrpc-server-call-method">
<refnamediv>
<refname>xmlrpc_server_call_method</refname>
<refpurpose>Struttura le richieste XML e i metodi di chiamata</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>mixed</type><methodname>xmlrpc_server_call_method</methodname>
<methodparam><type>resource</type><parameter>server</parameter></methodparam>
<methodparam><type>string</type><parameter>xml</parameter></methodparam>
<methodparam><type>mixed</type><parameter>user_data</parameter></methodparam>
<methodparam
choice="opt"><type>array</type><parameter>output_options</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<refentry id="function.xmlrpc-server-add-introspection-data">
<refnamediv>
<refname>xmlrpc_server_add_introspection_data</refname>
<refpurpose>Aggiunge documentazione introspettiva</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>int</type><methodname>xmlrpc_server_add_introspection_data</methodname>
<methodparam><type>resource</type><parameter>server</parameter></methodparam>
<methodparam><type>array</type><parameter>desc</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<refentry id="function.xmlrpc-parse-method-Descriziones">
<refnamediv>
<refname>xmlrpc_parse_method_Descriziones</refname>
<refpurpose>Decodifica XML in una lista di method descriptions</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>array</type><methodname>xmlrpc_parse_method_descriptions</methodname>
<methodparam><type>string</type><parameter>xml</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<refentry id="function.xmlrpc-set-type">
<refnamediv>
<refname>xmlrpc_set_type</refname>
<refpurpose>Imposta il tipo di xmlrpc, base64 o datetime, per un valore di stringa
PHP</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>bool</type><methodname>xmlrpc_set_type</methodname>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
<methodparam><type>string</type><parameter>type</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
<refentry id="function.xmlrpc-get-type">
<refnamediv>
<refname>xmlrpc_get_type</refname>
<refpurpose>Riceve il tipo di xmlrpc per un valore PHP. Maggiormente � usato per
le stringhe base64 e datetime</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>string</type><methodname>xmlrpc_get_type</methodname>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
</refsect1>
</refentry>
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->