svn: /phpdoc/de/trunk/reference/oci8/OCI-Lob/ append.xml close.xml erase.xml export.xml flush.xml free.xml getBuffering.xml import.xml load.xml rewind.xml save.xml seek.xml setBuffering.xml size.xml tell.xml truncate.xml write.xml writeTemporary.xml writeToFile.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sun, 29 Apr 2018 12:52:58 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=344881
Log:
Remove untranslated files
Changed paths:
D phpdoc/de/trunk/reference/oci8/OCI-Lob/append.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/close.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/erase.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/export.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/flush.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/free.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/getBuffering.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/import.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/load.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/rewind.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/save.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/seek.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/setBuffering.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/size.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/tell.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/truncate.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/write.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/writeTemporary.xml
D phpdoc/de/trunk/reference/oci8/OCI-Lob/writeToFile.xml
svn-diffs-344881.txt
(text/x-diff, 41.8 KB)
Deleted: phpdoc/de/trunk/reference/oci8/OCI-Lob/append.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/append.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/append.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,83 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.append" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::append</refname> - <refpurpose>Appends data from the large object to another large object</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::append</methodname> - <methodparam><type>OCI-Lob</type><parameter>lob_from</parameter></methodparam> - </methodsynopsis> - <para> - Appends data from the large object to the end of another large object. - </para> - <para> - Writing to the large object with this method will fail if buffering was - previously enabled. You must disable buffering before appending. You may - need to flush buffers with <xref linkend="oci-lob.flush"/> before - disabling buffering. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>lob_from</parameter></term> - <listitem> - <para> - The copied LOB. - </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-lob.flush" /></member> - <member><xref linkend="oci-lob.setbuffering" /></member> - <member><xref linkend="oci-lob.getbuffering" /></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/OCI-Lob/close.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/close.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/close.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,59 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.close" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::close</refname> - <refpurpose>Closes LOB descriptor</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::close</methodname> - <void /> - </methodsynopsis> - <para> - Closes descriptor of LOB or FILE. This function should be used only with - <xref linkend="oci-lob.writetemporary" />. - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - &return.success; - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="oci-lob.writetemporary" /></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/OCI-Lob/erase.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/erase.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/erase.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,88 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.erase" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::erase</refname> - <refpurpose>Erases a specified portion of the internal LOB data</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>int</type><methodname>OCI-Lob::erase</methodname> - <methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam> - <methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam> - </methodsynopsis> - <para> - Erases a specified portion of the internal LOB data starting at a - specified <parameter>offset</parameter>. If called without parameters, it - erases all LOB data. - </para> - <para> - For BLOBs, erasing means that the existing LOB value is overwritten with - zero-bytes. For CLOBs, the existing LOB value is overwritten with spaces. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>offset</parameter></term> - <listitem> - <para> - </para> - </listitem> - </varlistentry> - <varlistentry> - <term><parameter>length</parameter></term> - <listitem> - <para> - </para> - </listitem> - </varlistentry> - </variablelist> - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - Returns the actual number of characters/bytes erased &return.falseforfailure;. - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="oci-lob.truncate" /></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/OCI-Lob/export.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/export.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/export.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,93 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.export" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::export</refname> - <refpurpose>Exports LOB's contents to a file</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::export</methodname> - <methodparam><type>string</type><parameter>filename</parameter></methodparam> - <methodparam choice="opt"><type>int</type><parameter>start</parameter></methodparam> - <methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam> - </methodsynopsis> - <para> - Exports LOB contents to a file. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>filename</parameter></term> - <listitem> - <para> - Path to the file. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term><parameter>start</parameter></term> - <listitem> - <para> - Indicates from where to start exporting. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term><parameter>length</parameter></term> - <listitem> - <para> - Indicates the length of data to be exported. - </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-lob.import" /></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/OCI-Lob/flush.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/flush.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/flush.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,85 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.flush" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::flush</refname> - <refpurpose>Flushes/writes buffer of the LOB to the server</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::flush</methodname> - <methodparam choice="opt"><type>int</type><parameter>flag</parameter></methodparam> - </methodsynopsis> - <para> - <function>OCI-Lob::flush</function> actually writes data to the server. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>flag</parameter></term> - <listitem> - <para> - By default, resources are not freed, but using flag - <constant>OCI_LOB_BUFFER_FREE</constant> you can do it explicitly. - Be sure you know what you're doing - next read/write operation to the - same part of LOB will involve a round-trip to the server and initialize - new buffer resources. It is recommended to use - <constant>OCI_LOB_BUFFER_FREE</constant> flag only when you are not - going to work with the LOB anymore. - </para> - </listitem> - </varlistentry> - </variablelist> - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - &return.success; - </para> - <para> - Returns &false; if buffering was not enabled or an error occurred. - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="oci-lob.getbuffering" /></member> - <member><xref linkend="oci-lob.setbuffering" /></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/OCI-Lob/free.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/free.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/free.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,50 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.free" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::free</refname> - <refpurpose>Frees resources associated with the LOB descriptor</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::free</methodname> - <void /> - </methodsynopsis> - <para> - Frees resources associated with the descriptor, previously allocated with - <function>oci_new_descriptor</function>. - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - &return.success; - </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/OCI-Lob/getBuffering.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/getBuffering.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/getBuffering.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,59 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.getbuffering" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::getBuffering</refname> - <refpurpose>Returns current state of buffering for the large object</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::getBuffering</methodname> - <void/> - </methodsynopsis> - <para> - Tells whether the buffering for the large object is on or off. - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - Returns &false; if buffering for the large object is off and &true; if - buffering is used. - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="oci-lob.setbuffering" /></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/OCI-Lob/import.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/import.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/import.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,76 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.import" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::import</refname> - <refpurpose>Imports file data to the LOB</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::import</methodname> - <methodparam><type>string</type><parameter>filename</parameter></methodparam> - </methodsynopsis> - <para> - Writes data from the <parameter>filename</parameter> in to the current - position of large object. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>filename</parameter></term> - <listitem> - <para> - Path to the file. - </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-lob.export" /></member> - <member><xref linkend="oci-lob.write" /></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/OCI-Lob/load.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/load.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/load.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,61 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.load" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::load</refname> - <refpurpose>Returns large object's contents</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>string</type><methodname>OCI-Lob::load</methodname> - <void /> - </methodsynopsis> - <para> - Returns large object's contents. As script execution is terminated - when the <link linkend="ini.memory-limit">memory_limit</link> is reached, - ensure that the LOB does not exceed this limit. In most cases it's - recommended to use <xref linkend="oci-lob.read" /> instead. - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - Returns the contents of the object, or &false; on errors. - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="oci-lob.read" /></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/OCI-Lob/rewind.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/rewind.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/rewind.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,59 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.rewind" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::rewind</refname> - <refpurpose>Moves the internal pointer to the beginning of the large object</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::rewind</methodname> - <void /> - </methodsynopsis> - <para> - Sets the internal pointer to the beginning of the large object. - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - &return.success; - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="oci-lob.seek" /></member> - <member><xref linkend="oci-lob.tell" /></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/OCI-Lob/save.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/save.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/save.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.save" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::save</refname> - <refpurpose>Saves data to the large object</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::save</methodname> - <methodparam><type>string</type><parameter>data</parameter></methodparam> - <methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam> - </methodsynopsis> - <para> - Saves <parameter>data</parameter> to the large object. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>data</parameter></term> - <listitem> - <para> - The data to be saved. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term><parameter>offset</parameter></term> - <listitem> - <para> - Can be used to indicate offset from the beginning of the large object. - </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-lob.write" /></member> - <member><xref linkend="oci-lob.import" /></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/OCI-Lob/seek.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/seek.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/seek.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,102 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.seek" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::seek</refname> - <refpurpose>Sets the internal pointer of the large object</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::seek</methodname> - <methodparam><type>int</type><parameter>offset</parameter></methodparam> - <methodparam choice="opt"><type>int</type><parameter>whence</parameter><initializer><constant>OCI_SEEK_SET</constant></initializer></methodparam> - </methodsynopsis> - <para> - Sets the internal pointer of the large object. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>offset</parameter></term> - <listitem> - <para> - Indicates the amount of bytes, on which internal pointer should be - moved from the position, pointed by <parameter>whence</parameter>. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term><parameter>whence</parameter></term> - <listitem> - <para> - May be one of: - <simplelist> - <member> - <constant>OCI_SEEK_SET</constant> - sets the position equal to - <parameter>offset</parameter> - </member> - <member> - <constant>OCI_SEEK_CUR</constant> - adds <parameter>offset</parameter> - bytes to the current position - </member> - <member> - <constant>OCI_SEEK_END</constant> - adds <parameter>offset</parameter> - bytes to the end of large object (use negative value to move to a position - before the end of large object) - </member> - </simplelist> - </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-lob.rewind" /></member> - <member><xref linkend="oci-lob.tell" /></member> - <member><xref linkend="oci-lob.eof" /></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/OCI-Lob/setBuffering.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/setBuffering.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/setBuffering.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.setbuffering" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::setBuffering</refname> - <refpurpose>Changes current state of buffering for the large object</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::setBuffering</methodname> - <methodparam><type>bool</type><parameter>on_off</parameter></methodparam> - </methodsynopsis> - <para> - Sets the buffering for the large object, depending on the value of the - <parameter>on_off</parameter> parameter. - </para> - <para> - Use of this function may provide performance improvements by buffering - small reads and writes of LOBs by reducing the number of network - round-trips and LOB versions. - <function>OCI-Lob::flush</function> - should be used to flush buffers, when you have finished working - with the large object. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>on_off</parameter></term> - <listitem> - <para> - &true; for on and &false; for off. - </para> - </listitem> - </varlistentry> - </variablelist> - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - &return.success; Repeated calls to this method with the same flag will - return &true;. - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="oci-lob.getbuffering" /></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/OCI-Lob/size.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/size.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/size.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.size" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::size</refname> - <refpurpose>Returns size of large object</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>int</type><methodname>OCI-Lob::size</methodname> - <void /> - </methodsynopsis> - <para> - Gets the size of the large object. - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - Returns length of large object value &return.falseforfailure;. - Empty objects have zero length. - </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/OCI-Lob/tell.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/tell.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/tell.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,61 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.tell" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::tell</refname> - <refpurpose>Returns the current position of internal pointer of large object</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>int</type><methodname>OCI-Lob::tell</methodname> - <void /> - </methodsynopsis> - <para> - Gets the current position of a LOB's internal pointer. - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - Returns current position of a LOB's internal pointer or &false; if an - error occurred. - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="oci-lob.rewind" /></member> - <member><xref linkend="oci-lob.size" /></member> - <member><xref linkend="oci-lob.eof" /></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/OCI-Lob/truncate.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/truncate.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/truncate.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,76 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.truncate" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::truncate</refname> - <refpurpose>Truncates large object</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::truncate</methodname> - <methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>0</initializer></methodparam> - </methodsynopsis> - <para> - Truncates the LOB. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>length</parameter></term> - <listitem> - <para> - If provided, this method will truncate the LOB to - <parameter>length</parameter> bytes. Otherwise, it will completely - purge the LOB. - </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-lob.erase" /></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/OCI-Lob/write.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/write.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/write.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,86 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.write" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::write</refname> - <refpurpose>Writes data to the large object</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>int</type><methodname>OCI-Lob::write</methodname> - <methodparam><type>string</type><parameter>data</parameter></methodparam> - <methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam> - </methodsynopsis> - <para> - Writes data from the parameter <parameter>data</parameter> into the - current position of LOB's internal pointer. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>data</parameter></term> - <listitem> - <para> - The data to write in the LOB. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term><parameter>length</parameter></term> - <listitem> - <para> - If this parameter is given, writing will stop after - <parameter>length</parameter> bytes have been written or the end of - <parameter>data</parameter> is reached, whichever comes first. - </para> - </listitem> - </varlistentry> - </variablelist> - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - Returns the number of bytes written &return.falseforfailure;. - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><xref linkend="oci-lob.read" /></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/OCI-Lob/writeTemporary.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/writeTemporary.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/writeTemporary.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,97 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 331733 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.writetemporary" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::writeTemporary</refname> - <refpurpose>Writes a temporary large object</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis role="oop"> - <type>bool</type><methodname>OCI-Lob::writeTemporary</methodname> - <methodparam><type>string</type><parameter>data</parameter></methodparam> - <methodparam choice="opt"><type>int</type><parameter>lob_type</parameter><initializer>OCI_TEMP_CLOB</initializer></methodparam> - </methodsynopsis> - <para> - Creates a temporary large object and writes <parameter>data</parameter> - to it. - </para> - <para> - You should use <xref linkend="oci-lob.close" /> when you are done - with this object. - </para> - </refsect1> - - <refsect1 role="parameters"> - &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>data</parameter></term> - <listitem> - <para> - The data to write. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term><parameter>lob_type</parameter></term> - <listitem> - <para> - Can be one of the following: - <simplelist> - <member> - <constant>OCI_TEMP_BLOB</constant> is used to create temporary BLOBs - </member> - <member> - <constant>OCI_TEMP_CLOB</constant> is used to create - temporary CLOBs - </member> - </simplelist> - </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-lob.close" /></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/OCI-Lob/writeToFile.xml =================================================================== --- phpdoc/de/trunk/reference/oci8/OCI-Lob/writeToFile.xml 2018-04-29 11:14:13 UTC (rev 344880) +++ phpdoc/de/trunk/reference/oci8/OCI-Lob/writeToFile.xml 2018-04-29 12:52:58 UTC (rev 344881) @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- $Revision$ --> -<!-- EN-Revision: 322188 Maintainer: nobody Status: wip --> -<refentry xml:id="oci-lob.writetofile" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>OCI-Lob::writeToFile</refname> - <refpurpose>&Alias; <function>OCI-Lob::export</function></refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <simpara> - &info.function.alias; <function>OCI-Lob::export</function>. - </simpara> - </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 ---> -