svn: /phpdoc/de/trunk/reference/oci8/ OCI-Collection/append.xml OCI-Collection/assign.xml OCI-Collection/assignElem.xml OCI-Collection/free.xml OCI-Collection/getElem.xml OCI-Collection/max.xml OCI-Collection/size.xml OCI-Collection/trim.xml functions/oci-collection-append.xml functions/oci-collection-assign.xml functions/oci-collection-assignelem.xml functions/oci-collection-free.xml functions/oci-collection-getelem.xml functions/oci-collection-max.xml functions/oci-collection-size.xml function
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Thu, 29 Mar 2018 13:50:00 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=344586
Log:
Sync with EN
Changed paths:
A + phpdoc/de/trunk/reference/oci8/OCI-Collection/append.xml
(from phpdoc/de/trunk/reference/oci8/functions/oci-collection-append.xml:r344585)
A + phpdoc/de/trunk/reference/oci8/OCI-Collection/assign.xml
(from phpdoc/de/trunk/reference/oci8/functions/oci-collection-assign.xml:r344585)
A + phpdoc/de/trunk/reference/oci8/OCI-Collection/assignElem.xml
(from phpdoc/de/trunk/reference/oci8/functions/oci-collection-assignelem.xml:r344585)
A + phpdoc/de/trunk/reference/oci8/OCI-Collection/free.xml
(from phpdoc/de/trunk/reference/oci8/functions/oci-collection-free.xml:r344585)
A + phpdoc/de/trunk/reference/oci8/OCI-Collection/getElem.xml
(from phpdoc/de/trunk/reference/oci8/functions/oci-collection-getelem.xml:r344585)
A + phpdoc/de/trunk/reference/oci8/OCI-Collection/max.xml
(from phpdoc/de/trunk/reference/oci8/functions/oci-collection-max.xml:r344585)
A + phpdoc/de/trunk/reference/oci8/OCI-Collection/size.xml
(from phpdoc/de/trunk/reference/oci8/functions/oci-collection-size.xml:r344585)
A + phpdoc/de/trunk/reference/oci8/OCI-Collection/trim.xml
(from phpdoc/de/trunk/reference/oci8/functions/oci-collection-trim.xml:r344585)
D phpdoc/de/trunk/reference/oci8/functions/oci-collection-append.xml
D phpdoc/de/trunk/reference/oci8/functions/oci-collection-assign.xml
D phpdoc/de/trunk/reference/oci8/functions/oci-collection-assignelem.xml
D phpdoc/de/trunk/reference/oci8/functions/oci-collection-free.xml
D phpdoc/de/trunk/reference/oci8/functions/oci-collection-getelem.xml
D phpdoc/de/trunk/reference/oci8/functions/oci-collection-max.xml
D phpdoc/de/trunk/reference/oci8/functions/oci-collection-size.xml
D phpdoc/de/trunk/reference/oci8/functions/oci-collection-trim.xml
svn-diffs-344586.txt
(text/x-diff, 35.3 KB)
Copied: phpdoc/de/trunk/reference/oci8/OCI-Collection/append.xml (from rev 344585, phpdoc/de/trunk/reference/oci8/functions/oci-collection-append.xml) =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Collection/append.xml (rev 0) +++ phpdoc/de/trunk/reference/oci8/OCI-Collection/append.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 331733 Maintainer: sammywg Status: ready --> + +<refentry xml:id="oci-collection.append" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>OCI-Collection::append</refname> + <refpurpose>Hängt das Element an die Sammlung</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis role="oop"> + <type>bool</type><methodname>OCI-Collection::append</methodname> + <methodparam><type>mixed</type><parameter>value</parameter></methodparam> + </methodsynopsis> + <para> + Hängt das Element ans Ende der Sammlung. + </para> + </refsect1> + + <refsect1 role="parameters"> + &reftitle.parameters; + <para> + <variablelist> + <varlistentry> + <term><parameter>value</parameter></term> + <listitem> + <para> + Der Wert der zu der Sammlung hinzugefügt werden soll. Kann eine + Zeichenkette oder Nummer sein. + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + &return.success; + </para> + </refsect1> + + <refsect1 role="seealso"> + &reftitle.seealso; + <para> + <simplelist> + <member><xref linkend="oci-collection.assign" /></member> + </simplelist> + </para> + </refsect1> + +</refentry> + + +<!-- 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:"~/.phpdoc/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 +--> Copied: phpdoc/de/trunk/reference/oci8/OCI-Collection/assign.xml (from rev 344585, phpdoc/de/trunk/reference/oci8/functions/oci-collection-assign.xml) =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Collection/assign.xml (rev 0) +++ phpdoc/de/trunk/reference/oci8/OCI-Collection/assign.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 331733 Maintainer: sammywg Status: ready --> + +<refentry xml:id="oci-collection.assign" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>OCI-Collection::assign</refname> + <refpurpose>Weisst einen Wert aus einer anderen existierenden Sammlung einer Sammlung zu</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis role="oop"> + <type>bool</type><methodname>OCI-Collection::assign</methodname> + <methodparam><type>OCI-Collection</type><parameter>from</parameter></methodparam> + </methodsynopsis> + <para> + Weisst einen Wert von einer vorher erstellten Sammlung einer anderen zu. + Beide Sammlungen müssen mit <function>oci_new_collection</function> + erzeugt worden sein, bevor sie benutzt werden. + </para> + </refsect1> + + <refsect1 role="parameters"> + &reftitle.parameters; + <para> + <variablelist> + <varlistentry> + <term><parameter>from</parameter></term> + <listitem> + <para> + Eine Instanz einer OCI-Sammlung. + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + &return.success; + </para> + </refsect1> + + <refsect1 role="seealso"> + &reftitle.seealso; + <para> + <simplelist> + <member><xref linkend="oci-collection.append" /></member> + </simplelist> + </para> + </refsect1> + +</refentry> + + +<!-- 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:"~/.phpdoc/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 +--> Copied: phpdoc/de/trunk/reference/oci8/OCI-Collection/assignElem.xml (from rev 344585, phpdoc/de/trunk/reference/oci8/functions/oci-collection-assignelem.xml) =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Collection/assignElem.xml (rev 0) +++ phpdoc/de/trunk/reference/oci8/OCI-Collection/assignElem.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 331733 Maintainer: sammywg Status: ready --> +<refentry xml:id="oci-collection.assignelem" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>OCI-Collection::assignElem</refname> + <refpurpose>Weisst einem Element in der Sammlung einen Wert zu</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis role="oop"> + <type>bool</type><methodname>OCI-Collection::assignElem</methodname> + <methodparam><type>int</type><parameter>index</parameter></methodparam> + <methodparam><type>mixed</type><parameter>value</parameter></methodparam> + </methodsynopsis> + <para> + Weisst einen Wert dem Element mit dem Index <parameter>index</parameter> zu. + </para> + </refsect1> + + <refsect1 role="parameters"> + &reftitle.parameters; + <para> + <variablelist> + <varlistentry> + <term><parameter>index</parameter></term> + <listitem> + <para> + Der Index des Elements. Der erste Index ist 0. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><parameter>value</parameter></term> + <listitem> + <para> + Kann eine Zeichenkette oder Nummer sein. + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + &return.success; + </para> + </refsect1> + + <refsect1 role="seealso"> + &reftitle.seealso; + <para> + <simplelist> + <member><xref linkend="oci-collection.getelem" /></member> + </simplelist> + </para> + </refsect1> + +</refentry> + +<!-- 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:"~/.phpdoc/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 +--> Copied: phpdoc/de/trunk/reference/oci8/OCI-Collection/free.xml (from rev 344585, phpdoc/de/trunk/reference/oci8/functions/oci-collection-free.xml) =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Collection/free.xml (rev 0) +++ phpdoc/de/trunk/reference/oci8/OCI-Collection/free.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 331733 Maintainer: sammywg Status: ready --> + +<refentry xml:id="oci-collection.free" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>OCI-Collection::free</refname> + <refpurpose>Gibt die verknüpften Ressources eines Sammelobjekts frei</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis role="oop"> + <type>bool</type><methodname>OCI-Collection::free</methodname> + <void /> + </methodsynopsis> + <para> + Gibt die verknüpften Ressources eines Sammelobjekts frei + </para> + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + &return.success; + </para> + </refsect1> + + <refsect1 role="seealso"> + &reftitle.seealso; + <para> + <simplelist> + <member><xref linkend="function.oci-new-collection" /></member> + </simplelist> + </para> + </refsect1> + +</refentry> + + +<!-- 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:"~/.phpdoc/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 +--> Copied: phpdoc/de/trunk/reference/oci8/OCI-Collection/getElem.xml (from rev 344585, phpdoc/de/trunk/reference/oci8/functions/oci-collection-getelem.xml) =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Collection/getElem.xml (rev 0) +++ phpdoc/de/trunk/reference/oci8/OCI-Collection/getElem.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 331733 Maintainer: sammywg Status: ready --> + +<refentry xml:id="oci-collection.getelem" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>OCI-Collection::getElem</refname> + <refpurpose>Gibt den Wert des Element zurück</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis role="oop"> + <type>mixed</type><methodname>OCI-Collection::getElem</methodname> + <methodparam><type>int</type><parameter>index</parameter></methodparam> + </methodsynopsis> + <para> + Gibt den Wert des Elements mit dem Index <parameter>index</parameter> (0-based) zurück. + </para> + </refsect1> + + <refsect1 role="parameters"> + &reftitle.parameters; + <para> + <variablelist> + <varlistentry> + <term><parameter>index</parameter></term> + <listitem> + <para> + Der Index des Elements. Der erste Index ist 0. + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + Liefert &false;, wenn ein solches Element nicht existiert; &null;, wenn das + Element &null; ist; eine Zeichenkette, wenn das Element zu einer Spalte vom + Datentyp Zeichenkette gehört oder eine Nummer, wenn das Element ein numerisches + Feld ist. + </para> + </refsect1> + + <refsect1 role="seealso"> + &reftitle.seealso; + <para> + <simplelist> + <member><xref linkend="oci-collection.assignelem" /></member> + </simplelist> + </para> + </refsect1> + +</refentry> + + +<!-- 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:"~/.phpdoc/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 +--> Copied: phpdoc/de/trunk/reference/oci8/OCI-Collection/max.xml (from rev 344585, phpdoc/de/trunk/reference/oci8/functions/oci-collection-max.xml) =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Collection/max.xml (rev 0) +++ phpdoc/de/trunk/reference/oci8/OCI-Collection/max.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 331733 Maintainer: sammywg Status: ready --> +<refentry xml:id="oci-collection.max" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>OCI-Collection::max</refname> + <refpurpose>Liefert die maximale Anzahl Elemente in einer Sammlung</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis role="oop"> + <type>int</type><methodname>OCI-Collection::max</methodname> + <void /> + </methodsynopsis> + <para> + Liefert die maximale Anzahl Elemente in der Sammlung. + </para> + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + Liefert die maximale Anzahl als Integer oder &false; bei Fehlern. + </para> + <para> + Wenn der gelieferte Wert 0 ist, ist die Anzahl der Element nicht begrenzt. + </para> + </refsect1> + + <refsect1 role="seealso"> + &reftitle.seealso; + <para> + <simplelist> + <member><xref linkend="oci-collection.size" /></member> + </simplelist> + </para> + </refsect1> + +</refentry> + +<!-- 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:"~/.phpdoc/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 +--> Copied: phpdoc/de/trunk/reference/oci8/OCI-Collection/size.xml (from rev 344585, phpdoc/de/trunk/reference/oci8/functions/oci-collection-size.xml) =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Collection/size.xml (rev 0) +++ phpdoc/de/trunk/reference/oci8/OCI-Collection/size.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 331733 Maintainer: sammywg Status: ready --> + +<refentry xml:id="oci-collection.size" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>OCI-Collection::size</refname> + <refpurpose>Liefert die Größe der Sammlung</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis role="oop"> + <type>int</type><methodname>OCI-Collection::size</methodname> + <void /> + </methodsynopsis> + <para> + Liefert die Größe der Sammlung. + </para> + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + Liefert die Anzahl Elemente der Sammlung oder &false; bei einem Fehler. + </para> + </refsect1> + + <refsect1 role="seealso"> + &reftitle.seealso; + <para> + <simplelist> + <member><xref linkend="oci-collection.max" /></member> + </simplelist> + </para> + </refsect1> + +</refentry> + + +<!-- 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:"~/.phpdoc/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 +--> Copied: phpdoc/de/trunk/reference/oci8/OCI-Collection/trim.xml (from rev 344585, phpdoc/de/trunk/reference/oci8/functions/oci-collection-trim.xml) =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Collection/trim.xml (rev 0) +++ phpdoc/de/trunk/reference/oci8/OCI-Collection/trim.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 331733 Maintainer: sammywg Status: ready --> + +<refentry xml:id="oci-collection.trim" xmlns="http://docbook.org/ns/docbook"> + <refnamediv> + <refname>OCI-Collection::trim</refname> + <refpurpose>Stutzt Element am Ende einer Sammlung</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis role="oop"> + <type>bool</type><methodname>OCI-Collection::trim</methodname> + <methodparam><type>int</type><parameter>num</parameter></methodparam> + </methodsynopsis> + <para> + Stutzt <parameter>num</parameter> Element vom Ende der Sammlung. + </para> + </refsect1> + + <refsect1 role="parameters"> + &reftitle.parameters; + <para> + <variablelist> + <varlistentry> + <term><parameter>num</parameter></term> + <listitem> + <para> + Die zu stutzende Anzahl Elemente. + </para> + </listitem> + </varlistentry> + </variablelist> + </para> + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + &return.success; + </para> + </refsect1> + + <refsect1 role="seealso"> + &reftitle.seealso; + <para> + <simplelist> + <member><xref linkend="oci-collection.size" /></member> + </simplelist> + </para> + </refsect1> + +</refentry> + + +<!-- 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:"~/.phpdoc/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 +--> Deleted: phpdoc/de/trunk/reference/oci8/functions/oci-collection-append.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/functions/oci-collection-append.xml 2018-03-29 12:56:59 UTC (rev 344585) +++ phpdoc/de/trunk/reference/oci8/functions/oci-collection-append.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready --> - -<refentry xml:id="function.oci-collection-append" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Collection->append</refname> - <refpurpose>Hängt das Element an die Sammlung</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <classsynopsis> - <ooclass><classname>OCI-Collection</classname></ooclass> - <methodsynopsis> - <type>bool</type><methodname>append</methodname> - <methodparam><type>mixed</type><parameter>value</parameter></methodparam> - </methodsynopsis> - </classsynopsis> - <para> - Hängt das Element ans Ende der Sammlung. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>value</parameter></term> - <listitem> - <para> - Der Wert der zu der Sammlung hinzugefügt werden soll. Kann eine - Zeichenkette oder Nummer sein. - </para> - </listitem> - </varlistentry> - </variablelist> - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - &return.success; - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="function.oci-collection-assign" /></member> - </simplelist> - </para> - </refsect1> - -</refentry> - - -<!-- 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:"~/.phpdoc/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 ---> Deleted: phpdoc/de/trunk/reference/oci8/functions/oci-collection-assign.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/functions/oci-collection-assign.xml 2018-03-29 12:56:59 UTC (rev 344585) +++ phpdoc/de/trunk/reference/oci8/functions/oci-collection-assign.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -1,81 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready --> - -<refentry xml:id="function.oci-collection-assign" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Collection->assign</refname> - <refpurpose>Weisst einen Wert aus einer anderen existierenden Sammlung einer Sammlung zu</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <classsynopsis> - <ooclass><classname>OCI-Collection</classname></ooclass> - <methodsynopsis> - <type>bool</type><methodname>assign</methodname> - <methodparam><type>OCI-Collection</type><parameter>from</parameter></methodparam> - </methodsynopsis> - </classsynopsis> - <para> - Weisst einen Wert von einer vorher erstellten Sammlung einer anderen zu. - Beide Sammlungen müssen mit <function>oci_new_collection</function> - erzeugt worden sein, bevor sie benutzt werden. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>from</parameter></term> - <listitem> - <para> - Eine Instanz einer OCI-Sammlung. - </para> - </listitem> - </varlistentry> - </variablelist> - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - &return.success; - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="function.oci-collection-append" /></member> - </simplelist> - </para> - </refsect1> - -</refentry> - - -<!-- 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:"~/.phpdoc/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 ---> Deleted: phpdoc/de/trunk/reference/oci8/functions/oci-collection-assignelem.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/functions/oci-collection-assignelem.xml 2018-03-29 12:56:59 UTC (rev 344585) +++ phpdoc/de/trunk/reference/oci8/functions/oci-collection-assignelem.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -1,86 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready --> -<refentry xml:id="function.oci-collection-element-assign" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Collection->assignElem</refname> - <refpurpose>Weisst einem Element in der Sammlung einen Wert zu</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <classsynopsis> - <ooclass><classname>OCI-Collection</classname></ooclass> - <methodsynopsis> - <type>bool</type><methodname>assignElem</methodname> - <methodparam><type>int</type><parameter>index</parameter></methodparam> - <methodparam><type>mixed</type><parameter>value</parameter></methodparam> - </methodsynopsis> - </classsynopsis> - <para> - Weisst einen Wert dem Element mit dem Index <parameter>index</parameter> zu. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>index</parameter></term> - <listitem> - <para> - Der Index des Elements. Der erste Index ist 1. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term><parameter>value</parameter></term> - <listitem> - <para> - Kann eine Zeichenkette oder Nummer sein. - </para> - </listitem> - </varlistentry> - </variablelist> - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - &return.success; - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="function.oci-collection-element-get" /></member> - </simplelist> - </para> - </refsect1> - -</refentry> - -<!-- 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:"~/.phpdoc/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 ---> Deleted: phpdoc/de/trunk/reference/oci8/functions/oci-collection-free.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/functions/oci-collection-free.xml 2018-03-29 12:56:59 UTC (rev 344585) +++ phpdoc/de/trunk/reference/oci8/functions/oci-collection-free.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -1,63 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready --> - -<refentry xml:id="function.oci-collection-free" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Collection->free</refname> - <refpurpose>Gibt die verknüpften Ressources eines Sammelobjekts frei</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <classsynopsis> - <ooclass><classname>OCI-Collection</classname></ooclass> - <methodsynopsis> - <type>bool</type><methodname>free</methodname> - <void /> - </methodsynopsis> - </classsynopsis> - <para> - Gibt die verknüpften Ressources eines Sammelobjekts frei - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - &return.success; - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="function.oci-new-collection" /></member> - </simplelist> - </para> - </refsect1> - -</refentry> - - -<!-- 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:"~/.phpdoc/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 ---> Deleted: phpdoc/de/trunk/reference/oci8/functions/oci-collection-getelem.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/functions/oci-collection-getelem.xml 2018-03-29 12:56:59 UTC (rev 344585) +++ phpdoc/de/trunk/reference/oci8/functions/oci-collection-getelem.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -1,82 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready --> - -<refentry xml:id="function.oci-collection-element-get" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Collection->getElem</refname> - <refpurpose>Gibt den Wert des Element zurück</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <classsynopsis> - <ooclass><classname>OCI-Collection</classname></ooclass> - <methodsynopsis> - <type>mixed</type><methodname>getElem</methodname> - <methodparam><type>int</type><parameter>index</parameter></methodparam> - </methodsynopsis> - </classsynopsis> - <para> - Gibt den Wert des Elements mit dem Index <parameter>index</parameter> (1-based) zurück. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>index</parameter></term> - <listitem> - <para> - Der Index des Elements. Der erste Index ist 1. - </para> - </listitem> - </varlistentry> - </variablelist> - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - Liefert &false;, wenn ein solches Element nicht existiert; &null;, wenn das - Element &null; ist; eine Zeichenkette, wenn das Element zu einer Spalte vom - Datentyp Zeichenkette gehört oder eine Nummer, wenn das Element ein numerisches - Feld ist. - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="function.oci-collection-element-assign" /></member> - </simplelist> - </para> - </refsect1> - -</refentry> - - -<!-- 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:"~/.phpdoc/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 ---> Deleted: phpdoc/de/trunk/reference/oci8/functions/oci-collection-max.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/functions/oci-collection-max.xml 2018-03-29 12:56:59 UTC (rev 344585) +++ phpdoc/de/trunk/reference/oci8/functions/oci-collection-max.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -1,64 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready --> -<refentry xml:id="function.oci-collection-max" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Collection->max</refname> - <refpurpose>Liefert die maximale Anzahl Elemente in einer Sammlung</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <classsynopsis> - <ooclass><classname>OCI-Collection</classname></ooclass> - <methodsynopsis> - <type>int</type><methodname>max</methodname> - <void /> - </methodsynopsis> - </classsynopsis> - <para> - Liefert die maximale Anzahl Elemente in der Sammlung. - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - Liefert die maximale Anzahl als Integer oder &false; bei Fehlern. - </para> - <para> - Wenn der gelieferte Wert 0 ist, ist die Anzahl der Element nicht begrenzt. - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="function.oci-collection-size" /></member> - </simplelist> - </para> - </refsect1> - -</refentry> - -<!-- 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:"~/.phpdoc/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 ---> Deleted: phpdoc/de/trunk/reference/oci8/functions/oci-collection-size.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/functions/oci-collection-size.xml 2018-03-29 12:56:59 UTC (rev 344585) +++ phpdoc/de/trunk/reference/oci8/functions/oci-collection-size.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -1,63 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready --> - -<refentry xml:id="function.oci-collection-size" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Collection->size</refname> - <refpurpose>Liefert die Größe der Sammlung</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <classsynopsis> - <ooclass><classname>OCI-Collection</classname></ooclass> - <methodsynopsis> - <type>int</type><methodname>size</methodname> - <void /> - </methodsynopsis> - </classsynopsis> - <para> - Liefert die Größe der Sammlung. - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - Liefert die Anzahl Elemente der Sammlung oder &false; bei einem Fehler. - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="function.oci-collection-max" /></member> - </simplelist> - </para> - </refsect1> - -</refentry> - - -<!-- 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:"~/.phpdoc/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 ---> Deleted: phpdoc/de/trunk/reference/oci8/functions/oci-collection-trim.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/functions/oci-collection-trim.xml 2018-03-29 12:56:59 UTC (rev 344585) +++ phpdoc/de/trunk/reference/oci8/functions/oci-collection-trim.xml 2018-03-29 13:50:00 UTC (rev 344586) @@ -1,79 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready --> - -<refentry xml:id="function.oci-collection-trim" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Collection->trim</refname> - <refpurpose>Stutzt Element am Ende einer Sammlung</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <classsynopsis> - <ooclass><classname>OCI-Collection</classname></ooclass> - <methodsynopsis> - <type>bool</type><methodname>trim</methodname> - <methodparam><type>int</type><parameter>num</parameter></methodparam> - </methodsynopsis> - </classsynopsis> - <para> - Stutzt <parameter>num</parameter> Element vom Ende der Sammlung. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>num</parameter></term> - <listitem> - <para> - Die zu stutzende Anzahl Elemente. - </para> - </listitem> - </varlistentry> - </variablelist> - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - &return.success; - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="function.oci-collection-size" /></member> - </simplelist> - </para> - </refsect1> - -</refentry> - - -<!-- 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:"~/.phpdoc/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 --->