WS, prepare for new doc style

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228906 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2007-02-03 19:52:30 +00:00
parent 90ed942979
commit 344130ee3c
6 changed files with 116 additions and 116 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<refentry id="function.java-last-exception-clear">
<refnamediv>
<refname>java_last_exception_clear</refname>
<refpurpose>Clear last Java exception</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>void</type><methodname>java_last_exception_clear</methodname>
<void/>
</methodsynopsis>
&warn.experimental.func;
<para>
See <function>java_last_exception_get</function> for an example.
</para>
</refsect1>
</refentry>
<!-- $Revision: 1.6 $ -->
<refentry id="function.java-last-exception-clear">
<refnamediv>
<refname>java_last_exception_clear</refname>
<refpurpose>Clear last Java exception</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>void</type><methodname>java_last_exception_clear</methodname>
<void/>
</methodsynopsis>
&warn.experimental.func;
<para>
See <function>java_last_exception_get</function> for an example.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:

View file

@ -1,24 +1,24 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<refentry id="function.java-last-exception-get">
<refnamediv>
<refname>java_last_exception_get</refname>
<refpurpose>Get last Java exception</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>object</type><methodname>java_last_exception_get</methodname>
<void/>
</methodsynopsis>
&warn.experimental.func;
<para>
The following example demonstrates the usage of Java's exception
handler from within PHP:
<!-- $Revision: 1.9 $ -->
<refentry id="function.java-last-exception-get">
<refnamediv>
<refname>java_last_exception_get</refname>
<refpurpose>Get last Java exception</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>object</type><methodname>java_last_exception_get</methodname>
<void/>
</methodsynopsis>
&warn.experimental.func;
<para>
The following example demonstrates the usage of Java's exception
handler from within PHP:
<example>
<title>Java exception handler</title>
<programlisting role="php">
<example>
<title>Java exception handler</title>
<programlisting role="php">
<![CDATA[
<?php
$stack = new Java('java.util.Stack');
@ -42,11 +42,11 @@ if ($ex) {
java_last_exception_clear();
?>
]]>
</programlisting>
</example>
</para>
</refsect1>
</refentry>
</programlisting>
</example>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables: