svn: /phpdoc/de/trunk/reference/sqlite3/sqlite3/ close.xml

[email protected] (Bastian Feder)
Newsgroups php.doc.de
Message-ID <[email protected]>
lapistano                                Fri, 01 Jan 2010 20:44:30 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=292898

Log:
added tranlation for sqlite3::close

Changed paths:
    A   phpdoc/de/trunk/reference/sqlite3/sqlite3/close.xml

Added: phpdoc/de/trunk/reference/sqlite3/sqlite3/close.xml
===================================================================
--- phpdoc/de/trunk/reference/sqlite3/sqlite3/close.xml	                        (rev 0)
+++ phpdoc/de/trunk/reference/sqlite3/sqlite3/close.xml	2010-01-01 20:44:30 UTC (rev 292898)
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: $ -->
+<!-- EN-Revision: 288721 Maintainer: lapistano Status: working -->
+
+<refentry xml:id="sqlite3.close" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <refnamediv>
+  <refname>SQLite3::close</refname>
+  <refpurpose>Closes the database connection</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> <type>bool</type><methodname>SQLite3::close</methodname>
+   <void />
+  </methodsynopsis>
+  <para>
+   Beendet eine Datenbankverbindung.
+  </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   Gibt bei Erfolg &true;, sonst &false; zurück.
+  </para>
+ </refsect1>
+
+ <refsect1 role="examples">
+  &reftitle.examples;
+  <para>
+   <example>
+    <title><function>SQLite3::close</function> Beispiel</title>
+    <programlisting role="php">
+<![CDATA[
+<?php
+$db = new SQLite3('mysqlitedb.db');
+$db->close();
+?>
+]]>
+    </programlisting>
+   </example>
+  </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
+-->


Property changes on: phpdoc/de/trunk/reference/sqlite3/sqlite3/close.xml
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Id
Added: svn:eol-style
   + LF
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.