cortesi         Mon Mar 25 11:29:05 2002 EDT

  Modified files:              
    /phpdoc/it/functions        cybercash.xml 
  Log:
  adding translation by Rocco Curcio up to EN 1.13
  
Index: phpdoc/it/functions/cybercash.xml
diff -u /dev/null phpdoc/it/functions/cybercash.xml:1.6
--- /dev/null   Mon Mar 25 11:29:05 2002
+++ phpdoc/it/functions/cybercash.xml   Mon Mar 25 11:29:05 2002
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- EN-Revision: 1.13 Maintainer: curcio_it Status: ready -->
+ <reference id="ref.cybercash">
+  <title>Funzioni di pagamento Cybercash</title>
+  <titleabbrev>Cybercash</titleabbrev>
+
+  <partintro>
+   <simpara>
+    Queste funzioni sono disponibili solo se l'interprete � stato
+    compilato con <option
+    role="configure">--with-cybercash=[DIR]</option>. Queste funzioni
+    sono state aggiunte nel PHP 4.
+   </simpara>
+  </partintro>
+
+  <refentry id="function.cybercash-encr">
+   <refnamediv>
+    <refname>cybercash_encr</refname>
+    <refpurpose>Criptazione Cybercash</refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Descrizione</title>
+     <methodsynopsis>
+      <type>array</type><methodname>cybercash_encr</methodname>
+      <methodparam><type>string</type><parameter>wmk</parameter></methodparam>
+      <methodparam><type>string</type><parameter>sk</parameter></methodparam>
+      <methodparam><type>string</type><parameter>inbuff</parameter></methodparam>
+     </methodsynopsis>
+    <para>
+     La funzione restituisce un array associativo con gli elementi
+     "errcode" e, se "errcode" � &false;, "outbuff" (stringa),
+     "outLth" (long) and "macbuff" (stringa).
+    </para>
+   </refsect1>
+  </refentry>
+
+  <refentry id="function.cybercash-decr">
+   <refnamediv>
+    <refname>cybercash_decr</refname>
+    <refpurpose>Decrifrazione Cybercash</refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Descrizione</title>
+     <methodsynopsis>
+      <type>array</type><methodname>cybercash_decr</methodname>
+      <methodparam><type>string</type><parameter>wmk</parameter></methodparam>
+      <methodparam><type>string</type><parameter>sk</parameter></methodparam>
+      <methodparam><type>string</type><parameter>inbuff</parameter></methodparam>
+     </methodsynopsis>
+    <para>
+     La funzione restituisce un array associativo con gli elementi
+     "errcode" e, se "errcode" � &false;, "outbuff" (stringa),
+     "outLth" (long) and "macbuff" (stringa).
+    </para>
+   </refsect1>
+  </refentry>
+
+  <refentry id="function.cybercash-base64-encode">
+   <refnamediv>
+    <refname>cybercash_base64_encode</refname>
+    <refpurpose>Codifica dei dati in base64 per Cybercash</refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Descrizione</title>
+     <methodsynopsis>
+      <type>string</type><methodname>cybercash_base64_encode</methodname>
+      <methodparam><type>string</type><parameter>inbuff</parameter></methodparam>
+     </methodsynopsis>
+    <para>
+    </para>
+   </refsect1>
+  </refentry>
+
+  <refentry id="function.cybercash-base64-decode">
+   <refnamediv>
+    <refname>cybercash_base64_decode</refname>
+    <refpurpose>Decodifica dei dati in base64 per Cybercash</refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Descrizione</title>
+     <methodsynopsis>
+      <type>string</type><methodname>cybercash_base64_decode</methodname>
+      <methodparam><type>string</type><parameter>inbuff</parameter></methodparam>
+     </methodsynopsis>
+    <para>
+    </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
+-->


Reply via email to