didou Sat Feb 3 19:51:42 2007 UTC
Modified files: /phpdoc/en/reference/cybercash/functions cybercash-base64-decode.xml cybercash-base64-encode.xml cybercash-decr.xml cybercash-encr.xml Log: WS, prepare for new doc style
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cybercash/functions/cybercash-base64-decode.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/cybercash/functions/cybercash-base64-decode.xml diff -u phpdoc/en/reference/cybercash/functions/cybercash-base64-decode.xml:1.2 phpdoc/en/reference/cybercash/functions/cybercash-base64-decode.xml:1.3 --- phpdoc/en/reference/cybercash/functions/cybercash-base64-decode.xml:1.2 Wed Apr 17 06:37:05 2002 +++ phpdoc/en/reference/cybercash/functions/cybercash-base64-decode.xml Sat Feb 3 19:51:42 2007 @@ -1,21 +1,21 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cybercash.xml, last change in rev 1.1 --> - <refentry id="function.cybercash-base64-decode"> - <refnamediv> - <refname>cybercash_base64_decode</refname> - <refpurpose>base64 decode data for Cybercash</refpurpose> - </refnamediv> - <refsect1> - <title>Description</title> - <methodsynopsis> - <type>string</type><methodname>cybercash_base64_decode</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>base64 decode data for Cybercash</refpurpose> + </refnamediv> + <refsect1> + <title>Description</title> + <methodsynopsis> + <type>string</type><methodname>cybercash_base64_decode</methodname> + <methodparam><type>string</type><parameter>inbuff</parameter></methodparam> + </methodsynopsis> + <para> + </para> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cybercash/functions/cybercash-base64-encode.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/cybercash/functions/cybercash-base64-encode.xml diff -u phpdoc/en/reference/cybercash/functions/cybercash-base64-encode.xml:1.2 phpdoc/en/reference/cybercash/functions/cybercash-base64-encode.xml:1.3 --- phpdoc/en/reference/cybercash/functions/cybercash-base64-encode.xml:1.2 Wed Apr 17 06:37:06 2002 +++ phpdoc/en/reference/cybercash/functions/cybercash-base64-encode.xml Sat Feb 3 19:51:42 2007 @@ -1,21 +1,21 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cybercash.xml, last change in rev 1.1 --> - <refentry id="function.cybercash-base64-encode"> - <refnamediv> - <refname>cybercash_base64_encode</refname> - <refpurpose>base64 encode data for Cybercash</refpurpose> - </refnamediv> - <refsect1> - <title>Description</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-encode"> + <refnamediv> + <refname>cybercash_base64_encode</refname> + <refpurpose>base64 encode data for Cybercash</refpurpose> + </refnamediv> + <refsect1> + <title>Description</title> + <methodsynopsis> + <type>string</type><methodname>cybercash_base64_encode</methodname> + <methodparam><type>string</type><parameter>inbuff</parameter></methodparam> + </methodsynopsis> + <para> + </para> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cybercash/functions/cybercash-decr.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/cybercash/functions/cybercash-decr.xml diff -u phpdoc/en/reference/cybercash/functions/cybercash-decr.xml:1.2 phpdoc/en/reference/cybercash/functions/cybercash-decr.xml:1.3 --- phpdoc/en/reference/cybercash/functions/cybercash-decr.xml:1.2 Wed Apr 17 06:37:06 2002 +++ phpdoc/en/reference/cybercash/functions/cybercash-decr.xml Sat Feb 3 19:51:42 2007 @@ -1,26 +1,26 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cybercash.xml, last change in rev 1.1 --> - <refentry id="function.cybercash-decr"> - <refnamediv> - <refname>cybercash_decr</refname> - <refpurpose>Cybercash decrypt</refpurpose> - </refnamediv> - <refsect1> - <title>Description</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> - The function returns an associative array with the elements - "errcode" and, if "errcode" is &false;, "outbuff" (string), - "outLth" (long) and "macbuff" (string). - </para> - </refsect1> - </refentry> +<refentry id="function.cybercash-decr"> + <refnamediv> + <refname>cybercash_decr</refname> + <refpurpose>Cybercash decrypt</refpurpose> + </refnamediv> + <refsect1> + <title>Description</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> + The function returns an associative array with the elements + "errcode" and, if "errcode" is &false;, "outbuff" (string), + "outLth" (long) and "macbuff" (string). + </para> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cybercash/functions/cybercash-encr.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/cybercash/functions/cybercash-encr.xml diff -u phpdoc/en/reference/cybercash/functions/cybercash-encr.xml:1.2 phpdoc/en/reference/cybercash/functions/cybercash-encr.xml:1.3 --- phpdoc/en/reference/cybercash/functions/cybercash-encr.xml:1.2 Wed Apr 17 06:37:06 2002 +++ phpdoc/en/reference/cybercash/functions/cybercash-encr.xml Sat Feb 3 19:51:42 2007 @@ -1,26 +1,26 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cybercash.xml, last change in rev 1.1 --> - <refentry id="function.cybercash-encr"> - <refnamediv> - <refname>cybercash_encr</refname> - <refpurpose>Cybercash encrypt</refpurpose> - </refnamediv> - <refsect1> - <title>Description</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> - The function returns an associative array with the elements - "errcode" and, if "errcode" is &false;, "outbuff" (string), - "outLth" (long) and "macbuff" (string). - </para> - </refsect1> - </refentry> +<refentry id="function.cybercash-encr"> + <refnamediv> + <refname>cybercash_encr</refname> + <refpurpose>Cybercash encrypt</refpurpose> + </refnamediv> + <refsect1> + <title>Description</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> + The function returns an associative array with the elements + "errcode" and, if "errcode" is &false;, "outbuff" (string), + "outLth" (long) and "macbuff" (string). + </para> + </refsect1> +</refentry> <!-- Keep this comment at the end of the file Local variables: